Python SQL PDF
Python SQL PDF
Step 1: Install the package MySQLdb for coonectivity . To check whether it is already exists ,
do following:
Step 2 : If not, install it :
Step 3: Check if it is installed or not.
Step 4: Open MySQL .
# Open database connection // to find user name type at mysql> select user();