We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用DB.php连接数据库的时候报错
数据库链接失败: SQLSTATE[HY000] [2002] Connection refused
The text was updated successfully, but these errors were encountered:
new PDO的那句代码改为 new PDO("mysql:host=".$serverName.";dbname=".$databaseName.";port=".$serverPort, $username, $password); 指定port,不是原来默认的3306端口了,就可以成功访问了
Sorry, something went wrong.
No branches or pull requests
使用DB.php连接数据库的时候报错
数据库链接失败: SQLSTATE[HY000] [2002] Connection refused
The text was updated successfully, but these errors were encountered: