Connecting to a mysql database in python: Difference between revisions
Mr. MacKenty (talk | contribs) (Created page with " pip3 install mysql-connector") |
Mr. MacKenty (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[file:python.png|right|frame|Python programming language<ref>http://www.flaticon.com/</ref>]] | |||
* Start off by installing a connector <syntaxhighlight lang="bash" inline>pip3 install mysql-connector</syntaxhighlight> | |||
== References == | |||
[[Category:Python programming language]] | |||
[[Category:Programming languages]] |
Latest revision as of 15:13, 7 May 2020
- Start off by installing a connector
pip3 install mysql-connector