Why use _mysql module and not use MySQLdb directly?

Sam lightaiyee at gmail.com
Sat Feb 8 03:52:36 EST 2014


I am writing my first python script to access MySQL database. With reference to http://mysql-python.sourceforge.net/MySQLdb.html#connection-objects

Why is it advisable to use _mysql and not MySQLdb module directly?



More information about the Python-list mailing list