Today MYSQL 4.0 has been released wich features an embedded mysqld (http://www.mysql.com/doc/l/i/libmysqld.html). Id like to see a version of MySQLdb wich would allow to integrate the server within the Python module. How do you think about it?
Bye, Dirk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not really. The pre-compiled libraries to do this don't seem to be available yet, and it sounds like things have not quite yet stabilized, although this will also be a 3.23 feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm working on an open source video transcription app (www.transana.org) and need to embed a database for the single user version of the program.
I too would like to see embedded MySQL working with MySQLdb. Precompiled binaries for mysqld are now available with the standard installer, so I was wondering what progress has been made since.
Thanks for the great work so far.
Sincerely,
Rajas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Today MYSQL 4.0 has been released wich features an embedded mysqld (http://www.mysql.com/doc/l/i/libmysqld.html). Id like to see a version of MySQLdb wich would allow to integrate the server within the Python module. How do you think about it?
Bye, Dirk
I would too, and I have been anticipating this. I still need to think about how to implement this, however.
Did you make progresses with implementing the "embedded" feature?
Yours, Dirk Holtwick
Not really. The pre-compiled libraries to do this don't seem to be available yet, and it sounds like things have not quite yet stabilized, although this will also be a 3.23 feature.
Hi,
I'm working on an open source video transcription app (www.transana.org) and need to embed a database for the single user version of the program.
I too would like to see embedded MySQL working with MySQLdb. Precompiled binaries for mysqld are now available with the standard installer, so I was wondering what progress has been made since.
Thanks for the great work so far.
Sincerely,
Rajas
In theory, current versions ought to be able to be built with an embedded database server, but this is not heavily tested.
I have seen (in the Help forum) that some people have gotten the embedded server to work on Mac OS X.