To allow remote sql login create a user and grant the priviledges
GRANT ALL PRIVILEGES ON . TO ‘root’@’(your public/local IP)’ IDENTIFIED BY ‘(yourpassword)’ WITH GRANT OPTION;
To allow remote sql login create a user and grant the priviledges
GRANT ALL PRIVILEGES ON . TO ‘root’@’(your public/local IP)’ IDENTIFIED BY ‘(yourpassword)’ WITH GRANT OPTION;