宝塔win系统FileZilla Server连接出现问题:421 Too many users logged in for this account. Try again lat
只需要打开文件 /D:/BtSoft/ftpServer/FileZilla Server.xml
111111
500000
Bypass userlimit of serve ...
创建一个用户,登录访问,报错:The MySQL server is running with the –skip-grant-tables option so it cannot execute this statement解决:
出现lush privileges 一下就OK了,
mysql> flush privileges;
Quer ...