MySQLdb User's Guide - SourceForge
mysql-python.sourceforge.net/MySQLdb.htmlInstead of connecting to a stand-alone server over the network, the embedded server support lets you run a full server right in your Python code or application server. If you have built MySQLdb with embedded server support, there are two additional functions you will need to make use of: server_init(args, groups) Initialize embedded server.