I followed the procedure and installed MySQL for python. When i try to import MySQLdb in python it gives an error.
import MySQLdb Traceback (most recent call last): File "", line 1, in File "MySQLdb/init.py", line 19, in import _mysql ImportError: No module named _mysql