import MySQLdb,sys
db = MySQLdb.connect(
host = '127.0.0.1',
user = 'yourusername',
passwd = 'yourpassword',
db = 'mysql',
port = 3306)
mycursor = db.cursor()
mycursor.execute("Create table customers(name varchar(32), address varchar(255), cid integer(10) Primary Key)")
print "Table created"
http://www.youtube.com/c/JaikrishnaSh...