Quantcast
Viewing latest article 10
Browse Latest Browse All 7239

MySQL 8.4.1 and 9.0 cannot be clean installed on macOS 14.5 (2 replies)

MySQL does not have a version upgrade function, so I always reinstall a new version.

MySQL 8.3 and 8.4 cannot be clean installed on macOS 14.4 :
https://forums.mysql.com/read.php?11,723964

This time is "MySQL 8.4.1 and 9.0 cannot be clean installed on macOS 14.5"

Step 1: First, uninstall the old MySQL version, then download the latest version of mysql-9.0.0-macos14-x86_64.dmg or mysql-8.4.1-macos14-x86_64.dmg.

Note: There is no any "my.cnf" file in /etc/mysql/

Step 2: Open macOS Terminal and enter...
mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

mysql -uroot -p --ssl-mode=REQUIRED
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

mysql -uroot -p --ssl-mode=DISABLED
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

MySQL 9.0 and MySQL 8.4.1 have the same error message.

Viewing latest article 10
Browse Latest Browse All 7239

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>