MySQL open remote access

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

MySQL open remote access

Post by Jellicle » Sun Apr 17, 2011 6:50 am

I'm building a LiveCode iOS app that needs to access a MySQL server. Trouble is, remote access to that server needs to be set so access is possible. I've currently added the wildcard host %.%.%.% to the (cPanel) remote access config for the database so I can get on with developing the thing, but that's probably not a good idea, right? How else do I give general remote access to a MySQL database?
14" MacBook Pro
Former LiveCode developer.
Now recovering.

Klaus
Posts: 14206
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: MySQL open remote access

Post by Klaus » Sun Apr 17, 2011 11:22 am

Hi Jellicle,

this may not help, but most ISPs do not allow direct NON local access to their MySQL databases!
That means that you will need something between your app and the database like a PHP,
Perl, iRev etc. script!


Best

Klaus

Post Reply