Last updated on January 28th, 2022 at 07:51 pmFor connecting to MySQL database and display table row content using Python 2, we need to first install MySQL-python.x86_64, This is for my 64-bit Linux machine. Without installing this package import MySQLdb statement will not work. You can also see this in your apache error logs In […]