Closed zhenzhenwu closed 5 years ago
数据库密码为空字符串时 "account": { "root_test": { "user": "root_test", "password": "" } },
"account": { "root_test": { "user": "root_test", "password": "" } },
使用PDO原生可以正常连接mysql,使用SMProxy无法连接
SMProxy@Connection xxxxxx waiting timeout, 无法连接数据库,根据打印得知 Rÿ#28000Access denied for user 'xxxx'@'xxxxxx' (using password: YES)
...
是的,存在这个问题 设置个密码就好了
Describe Your Environment (描述你的环境)
How to Reproduce the Problem? (如何重现问题)
数据库密码为空字符串时
"account": { "root_test": { "user": "root_test", "password": "" } },
Expected Behavior (预期行为)
使用PDO原生可以正常连接mysql,使用SMProxy无法连接
Actual Behavior (实际行为)
SMProxy@Connection xxxxxx waiting timeout, 无法连接数据库,根据打印得知 Rÿ#28000Access denied for user 'xxxx'@'xxxxxx' (using password: YES)
More Information (更多信息)
...