Installed MySQL - but not able to login with the user I created. It gives me the following error.
Access denied for user 'xxxxxx'@'localhost' (using passwo rd: YES)
Please help.
Thanks Prasad
|
Installed MySQL - but not able to login with the user I created. It gives me the following error. Access denied for user 'xxxxxx'@'localhost' (using passwo rd: YES) Please help. Thanks Prasad |
|||||
|
|
Simple solution is to login into mysql as a root user and grant privileges to other usernames.
use the password, which you entered during the installation process.
once this is done. You can login with your username using the command |
|||
|
|