Open jamesharding opened 6 months ago
This seems to be related to the 8.4 release of mysql, which has disabled and depreciated mysql_native_password.
This can be solved (for now) by launching the mysql database with the following command: mysqld --mysql-native-password=ON
Changelog reference for MySQL: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html#mysqld-8-4-0-deprecation-removal
I added the below to the db portion of the docker compose. This works and everything starts now but still throwing "Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release."
command: --mysql-native-password=ON
Setup
Interface
Checklist
Describe the bug
Error when launching the container (see log below).
Steps To Reproduce
Occurs when launching the container. This has only started after updating to 5.8.53, it was working with issue for a year prior.
Logs