MYSQL outside. - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: MYSQL outside. (/thread-12403.html) |
MYSQL outside. - kurdak - 12-10-2010 08:36 AM Hello. I wanted to connect to the database from outside. Now if I install a script and give it all works localhost. But if I install a script on another server and the database I have on my server, I can not connect to it. Please help, and sorry for my English. RE: MYSQL outside. - kilburn - 12-10-2010 08:38 AM comment the "bind-address 127.0.0.1" directive in /etc/mysql/my.conf and restart mysql. RE: MYSQL outside. - kurdak - 12-12-2010 03:43 AM Thank you |