I'm a Windows user. I've installed the MySQLDB extension in Python on my computer. I've read a lot about libmysqld, which provides support for embedding a MySQL server in a program, and it looks like MySQLdb supports it. However, the documentation for MySQLdb has this caveat: "If you built MySQLdb with libmysqld support...". Does the MySQLdb installation for Windows come with libmysqld support, or do I need to do something special to make that available to my program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm a Windows user. I've installed the MySQLDB extension in Python on my computer. I've read a lot about libmysqld, which provides support for embedding a MySQL server in a program, and it looks like MySQLdb supports it. However, the documentation for MySQLdb has this caveat: "If you built MySQLdb with libmysqld support...". Does the MySQLdb installation for Windows come with libmysqld support, or do I need to do something special to make that available to my program?