Connecting to a mysql database in python: Difference between revisions

From Computer Science Wiki
(Created page with " pip3 install mysql-connector")
 
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>




pip3 install mysql-connector
 
== References ==
 
[[Category:Python programming language]]
[[Category:Programming languages]]

Latest revision as of 16:13, 7 May 2020

Python programming language[1]


  • Start off by installing a connector pip3 install mysql-connector


References