Author Topic: BIG problems with remote mysl server connect  (Read 2875 times)

0 Members and 1 Guest are viewing this topic.

Offline marconi8Topic starter

  • Irregular
  • Posts: 1
    • View Profile
    • http://www.prolined.lv
BIG problems with remote mysl server connect
« on: January 06, 2003, 07:10:04 PM »
people i am all days reading manuals about user privileges and access denied on mysql.com all my users have property host instaled = any

i can all make on server side without any problems, but i still cannot to connect to me remote server database, i always get an error like

can\'t connect to mysql server on MYSERVER IP (10061)

anybody can talk about this problem with me ??

really big thanks for any posts                    

Offline delamitri

  • Irregular
  • Posts: 7
    • View Profile
BIG problems with remote mysl server connect
« Reply #1 on: January 08, 2003, 11:15:17 AM »
Its the old problem of making sure your host allows you to connect to the mysql port (3306) remotely.

Check with them, if they dont allow it, it can\'t be done!

If you have your own server, then you need to open the port to be accessible outside localhost

Kevin