mysqlclient icon indicating copy to clipboard operation
mysqlclient copied to clipboard

parameter name of _mysql.connect method is incorrectly defined

Open luoruofeng opened this issue 3 years ago • 2 comments

right parameter name defined is "password" and "database",but method defined said "passwd" and "db"

luoruofeng avatar Feb 25 '22 03:02 luoruofeng

error(_mysql.py line 41):

passwd
  string, password to use

db
  string, database to use

luoruofeng avatar Feb 25 '22 03:02 luoruofeng

_mysql.py? line 41? Where in this repository?

methane avatar Feb 25 '22 04:02 methane