Advertisement
Guest User

Untitled

a guest
Jan 20th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "import_ftp_users-v2.py", line 35, in <module>
  3.     cursor.executemany(insert_vfs_permissions,perm_args)
  4.   File "/usr/lib/pymodules/python2.7/MySQLdb/cursors.py", line 206, in executemany
  5.     r = r + self.execute(query, a)
  6.   File "/usr/lib/pymodules/python2.7/MySQLdb/cursors.py", line 174, in execute
  7.     self.errorhandler(self, exc, value)
  8.   File "/usr/lib/pymodules/python2.7/MySQLdb/connections.py", line 36, in defaulterrorhandler
  9.     raise errorclass, errorvalue
  10. _mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement