Page 1 of 1

MySQL open remote access

Posted: Sun Apr 17, 2011 6:50 am
by Jellicle
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?

Re: MySQL open remote access

Posted: Sun Apr 17, 2011 11:22 am
by Klaus
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