qt_mysql_driver icon indicating copy to clipboard operation
qt_mysql_driver copied to clipboard

Android MySQL

Open mct-mms opened this issue 2 years ago • 3 comments

Hello,

Thank you for your efforts really appreciated it, I want to ask if there is an available driver for Android QT 6.3.0 Clang x86

Thanks

mct-mms avatar Jun 10 '22 19:06 mct-mms

Hi, this is probably difficult to accomplish, since there is no official MySQL library for Android as far as I know. If you don't mind me asking, why do you need to directly access a MySQL database from an android device?

thecodemonkey86 avatar Jun 11 '22 16:06 thecodemonkey86

Hi, I would appreciate it too. Theres loads of Android devices beside cell phones, and its an alternative to raspberry boards for development. Of course you can add a midle man like php. But for a simple access of mysql database, you than have to install Apache and php. Than scrip some code, usually abstraction code. And the password talk... well ... how difficult is to extracte it from the php file?? And usually when someone do this kind of development its for in house use.

tiagojanz avatar Jul 20 '22 08:07 tiagojanz

Hi, First I'd like to thank you for your great effort and helped us very much. Second I created a repository for MySQL Driver for android. https://github.com/sayyyed/qt_android_mysql_driver/releases/tag/qt_mysql_driver_for_android

sayyyed avatar Aug 04 '23 14:08 sayyyed