LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   mysql command to allow a remote connection to a server (https://www.linuxquestions.org/questions/linux-server-73/mysql-command-to-allow-a-remote-connection-to-a-server-813131/)

famms 06-08-2010 01:32 PM

mysql command to allow a remote connection to a server
 
hi can any please tell me what is the correct command on a mysql command line to alllow mysql to alllow remote connection on a server

frndrfoe 06-09-2010 10:03 PM

Create a user that allows access from the other host:
http://dev.mysql.com/doc/refman/5.1/en/create-user.html

...and make sure you firewall has the port open for that source.


All times are GMT -5. The time now is 10:08 AM.