Can't Connect to remote Mysql Database
Posted: Sun Feb 14, 2016 9:27 pm
Good Day, Guys.
I will just ask I have a Database in my Computer I want to access it with my Mobile App created using livecode the problem was I cannot connect to Database
here's my script
put "mysql" into theDBType
put "192.168.1.18" into theDBHost
put "Survey" into theDBName
put "kenneth" into theDBUser
put "kenneth21" into theDBPassword
put revOpenDatabase( theDBType, theDBHost, theDBName, theDBUser, theDBPassword) into connectionID
My IP of my computer is 192.168.1.18
Is there's any wrong with my connection string?
Thank you, Livecoders. Any help is very much appreciated.
Regards
-Ken
I will just ask I have a Database in my Computer I want to access it with my Mobile App created using livecode the problem was I cannot connect to Database
here's my script
put "mysql" into theDBType
put "192.168.1.18" into theDBHost
put "Survey" into theDBName
put "kenneth" into theDBUser
put "kenneth21" into theDBPassword
put revOpenDatabase( theDBType, theDBHost, theDBName, theDBUser, theDBPassword) into connectionID
My IP of my computer is 192.168.1.18
Is there's any wrong with my connection string?
Thank you, Livecoders. Any help is very much appreciated.
Regards
-Ken