Comment 3 for bug 1447808

Revision history for this message
Jesús Abelardo Saldívar Aguilar (jasaldivara) wrote :

I found that the root user are now set up to login using unix_socket authentication plugin instead of a password, so one can login as root when using sudo command:

sudo mysql -u root

Also, what I did to solve my problem was to create another user, with log in via password and grant all permissions to that user.