Skip to content

How to create a connection to a MySQL database using Python

Notifications You must be signed in to change notification settings

WinonaCS485/Python-MySQL-Database-Connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python-MySQL-Database-Connection

How to create a connection to a MySQL database using Python and PyMySQL

If you don't have PyMySQL already installed (Python gives an error "No Module PyMySQL") Try the following command:

pip3 install pymysql

If you're in Thonny, just go into Tools->Packages and search for it, then install it.

About

How to create a connection to a MySQL database using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages