MySQL Allow Remote Connections

mysql

MySQL Allow Remote Connections To allow remote connection from remote to MySQL database lets create new user “[email protected]” with password -PaSSworD from command prompt: mysql> CREATE USER ‘remote’@’10.110.2.25’ IDENTIFIED BY ‘PaSSworD’;   Grant all privilegies to user [email protected] with password… Continue Reading