これは機能していません:
use mysql
GRANT ALL ON *.* TO 'root'@'192.168.1.2'
また、
use mysql
GRANT ALL ON *.* TO 'root'@'192.168.1.2' IDENTIFIED BY 'password'
これは私が得ているエラーです:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GRANT ALL ON *.* TO 'root'@'192.168.1.2'' at line 3
サーバーバージョン5.5.8を使用しています。どうしたの?