GRANT ALL PRIVILEGES ON *.* TO root@'%';
in addition you can disable all security by editing /etc/my.cnf skip-grant-tables
then you should restart mysql service ~ /etc/init.d/mysql restart
or service mysql restart
GRANT ALL PRIVILEGES ON *.* TO root@'%';
in addition you can disable all security by editing /etc/my.cnf skip-grant-tables
then you should restart mysql service ~ /etc/init.d/mysql restart
or service mysql restart
0 comments:
Post a Comment