Steelwing - 2008-03-30

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?