I have problem to connect remote LAN MYSQL. While try following commands it shows the following error.
$ mysql -u root -h 192.168.1.15 -p mysql>
GRANT ALL ON test.* TO 'root'@'192.168.1.15' IDENTIFIED BY '';