Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from mysql.connector import (connection)
  2. db_connection = connection.MySQLConnection(host='127.0.0.1', user='root', password='', database='bd')
  3. db_connection.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement