PDA

View Full Version : Embedded mySQL?



derick
29th May 2007, 04:26
Hi,

Has anybody gotten the libmysqld.lib compiled to be linked against the qt plugin for windows?

http://dev.mysql.com/doc/refman/5.1/en/libmysqld.html

I tried to compile mySQL from source as per http://forge.mysql.com/wiki/MySQL_Internals_Guided_Tour

but it seems the embedded server is broken in 5.1.xxx :(

I would like to make some tests on embedding mySQL in a windows app but I could not find anything help full on the web. Most people only complain about not getting it to compile... sigh..

high_flyer
29th May 2007, 09:01
Not exactly answering your question, but depending on your needs, you might want to check using qsqlite (http://doc.trolltech.com/4.2/sql-driver.html#qsqlite).