Cant connect to no password user
Even with no password configured, seems to force the login with some password as show the error "(using password: YES)"
The config file:
[[conn]]
type = "mysql"
user = "root"
host = "localhost"
port = 3306
Also tried to put password = "", but doesnt work either

0 条评论