Enable remote connection to mysql Get link Facebook X Pinterest Email Other Apps - January 23, 2012 $ mysql -u root -p Enter password: mysql> use mysql_database_name; mysql> GRANT ALL ON *.* to root IDENTIFIED BY 'your-root-password'; mysql> FLUSH PRIVILEGES; Read more