This error is making me crazy:
I'm trying to configure a fresh install of mysql-5.7.10. I cannot access the server to explore the database table contents, etc. Seems like a Catch22. I've copied the /usr/local/etc/my.cnf from an adjacent working server in the rack, but same failure. Apparently the fresh installed version "thinks" that the root user has a password . . .but I have no idea what that might be. I've tried toggling the
to
. . .but to no avail.
Any suggestions?
Code:
# mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I'm trying to configure a fresh install of mysql-5.7.10. I cannot access the server to explore the database table contents, etc. Seems like a Catch22. I've copied the /usr/local/etc/my.cnf from an adjacent working server in the rack, but same failure. Apparently the fresh installed version "thinks" that the root user has a password . . .but I have no idea what that might be. I've tried toggling the
Code:
password = spelling
Code:
password = ''
Any suggestions?