Oxmysql Error


Hi ! to fix the issue, you need to do two things. First, the authentication error can be resolved by changing the authentication plugin. Just log into the database and run this command: ALTER USER 'your_user'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'your_password';. Then for the port conflict MariaDB is occupying port 3306. You need to change the port in the my.ini file, setting something like port=3307 under the [mysqld] section. After making these changes, restart MariaDB, and it should work. Let me know if you need anything else!

Davide

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.