We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976e113 commit cc4155cCopy full SHA for cc4155c
DataHandler.py
@@ -313,7 +313,7 @@ def showhelp(self):
313
print(' { uses a database in the file specified }')
314
print(' "sqlite:///relative/path/to/database.txt"')
315
print(' { note sqlite is slower than a real SQL server }')
316
- print(' "mysql://user:password@server:port/database?charset=utf8&use_unicode=0"')
+ print(' "mysql://user:password@server:port/database?charset=utf8"')
317
print(' { requires the MySQLdb module }')
318
print(' "oracle://user:password@server:port/database"')
319
print(' { requires the cx_Oracle module }')
@@ -776,6 +776,4 @@ def reload(self, client):
776
ret = 'Reload successful'
777
logging.info(ret)
778
return ret
779
-
780
781
0 commit comments