Tagged Questions
2
votes
1answer
938 views
When I am root, “mysql” connects without a password, even though I've set one [closed]
When I am root, "mysql" connects without a password, even though I've set one:
# mysqladmin -u root password 'whatever'
# mysql -u root -p
Enter password: (typing the 'whatever' above)
Welcome to the ...