[Solved] How to Build the QMYSQL Plugin on iOS
-
Hi and welcome to devnet,
AFAIK, there's no MySQL port for iOS so you can't build the plugin for iOS. What you can do is use a web service as front end to your database. Also it's generally a bad idea to open access to a database server directly on internet.
-
Unfortunately I need it direct connections to mysql. I've build the mysql client on http://blog.iosplace.com/?p=20 but I can't build plugin
-
You need to rebuild Qt completely with the mysql plugin builtin, iOS requires Qt to be static
-
You're welcome !
Since you have that working (and posted a good link to build MySQL for iOS) please update the thread title prepending [solved] so other forum users may know a solution has been found :)