mysqlclient
mysqlclient copied to clipboard
parameter name of _mysql.connect method is incorrectly defined
right parameter name defined is "password" and "database",but method defined said "passwd" and "db"
error(_mysql.py line 41):
passwd
string, password to use
db
string, database to use
_mysql.py
? line 41? Where in this repository?