错误信息:2003-Can't connect to MySQL server on 'localhost'(10061)
解决方法:
找到MySQL安装目录下的my-default.ini(有的好像是my-ini)
打开编辑,在[mysqld]这一节中添加上这一行: bind-address = 0.0.0.0
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn