Remote Access MySql root user darKonsole March 06, 2012 Add Comment --1-- login to mysql with root user mysql -u root --2-- and type command below : mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'... Read More