fc74f2e3ae
via Python. PR: 13583 Submitted by: Dominik Rothert <dr@domix.de>
4 lines
163 B
Text
4 lines
163 B
Text
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".
|