Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import mysql.connector as mariadb
  2. import json
  3.  
  4. mariadb_connection = mariadb.connect(user='root', password='dummy', database='IMDb')
  5. # This last line gives error : mysql.connector.errors.ProgrammingError: 1698 (28000): Access denied for user 'root'@'localhost'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement