5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
You can easily access a MySQL database through the Python MySQL module.
|
|
|
|
Before using the Python MySQL functions, the module must be imported with
|
|
"import MySQL".
|