Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Daily Archives: August 26, 2022

Connect MySQL database using MySQL-Connector Python

$cat fdb.py import mysql.connector conn = mysql.connector.connect(host=’localhost’, database=’learning’, user=’jeff’, password=’sixer’) print(conn) conn.close $python3 fdb.py <mysql.connector.connection_cext.CMySQLConnection object at 0x7f143fc84790> $

Posted byjeffrinAugust 26, 2022Posted inUncategorizedLeave a comment on Connect MySQL database using MySQL-Connector Python
August 2022
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« Jul   Aug »
TRUEANGLE, Proudly powered by WordPress.