Page 1 of 1

Android and MySQL

Posted: Wed Apr 16, 2014 4:48 pm
by mattrgs
Hi everyone,
I am creating an app which uses an SQL database. When I run the code on my phone it stops working when I try to make a connection with the database, I have run the code on my computer and it works. Any suggestions?
Thanks
Matthew

Re: Android and MySQL

Posted: Wed Apr 16, 2014 8:13 pm
by sefrojones
Under android standalone settings do you have MySQL checked? Also you will need internet and possibly write to external storage permissions as well.

--Sefro

Re: Android and MySQL

Posted: Wed Apr 16, 2014 8:36 pm
by mattrgs
Thanks, took a bit of time to find all of the correct boxes to tick but it now works! :D

Re: Android and MySQL

Posted: Wed Apr 16, 2014 9:13 pm
by sefrojones
No problem at all. Glad it helped! :D