Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. con = [ [ip='0.0.0.0'],[username = 'root'],
  2. [password='pswd'],[database='test']]
  3.  
  4. import dbcon.py*
  5.  
  6. dbcon.sort
  7.  
  8. con = mdb.connect(info from py file goes here.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement