Guest User

Untitled

a guest
Jan 1st, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import sys
  2. import os
  3. sys.path.append(os.path.dirname(os.path.realpath('__file__')) + "/python")
  4. from com.ziclix.python.sql import zxJDBC
  5.  
  6. cnx = zxJDBC.connect("jdbc:mysql://localhost/yourdb", "username", "password", "org.gjt.mm.mysql.Driver")
Add Comment
Please, Sign In to add comment