• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

I cannot login on MySQL as root

E

eurosito

Guest
When I try to access MySQL on the server I get the following error: ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES)
I need to lounch the following command from within mysql> GRANT ALL PRIVILEGES ON databasename.* to username IDENTIFIED BY 'password';
...how can I login to mysql, since I get the above mentioned error?
What should I tipe?

PS: I've solved it and now it's ok, as explained on: http://kb.swsoft.com/article_23_1252_en.html
 
Back
Top