login to mysql
mysql -u username -p password
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'passwd';
now exit from mysql and restart the service of mysql.
remote root for mysql,remote root access to mysql,mysql remote root
mysql -u username -p password
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'passwd';
now exit from mysql and restart the service of mysql.
No comments:
Post a Comment