I am using Docker and MySQL for some projects. I am having some issues because of the removal of mysql_native_password plugin on MySQL 8.4 by default. I have followed the instructions to enable it and it worked correctly last week.
Did this:
- Added command: –mysql-native-password=ON on the image
This week I am having this error unknown variable ‘mysql-native-password=ON on the same infrastructure as last week.
Can someone help me with this one because it is very confusing?