我的MySQL无法连接到本地服务器是什么原因?
phpcn_u266
phpcn_u266 2016-12-29 09:29:42
0
5
4069

提示是Can't connect to mysql server on '127.0.0.1'<10060>

phpcn_u266
phpcn_u266

reply all (4)
dabour

Change 127.0.0.1 to localhost and try it

    数据分析师

    Why can’t my MySQL connect to the local server? -PHP Chinese Q&A-Why can't my MySQL connect to the local server? -PHP Chinese website Q&A

    Please watch and learn.

      ♥,      军军

      Please check if your server is open first

        阿神
        • Mysqld未运行

        • 你正在具有很多TCP/IP连接的Windows平台上运行MySQL服务器。

        • 你正在使用MIT-pthreads的系统上运行。

        • 某人移动了mysqld使用的Unix套接字文件(默认为/tmp/mysql.sock)

        • 你使用--socket=/path/to/socket选项启动了mysqld服务器,当忘记将套接字文件的新名称通知客户端程序。如果更改了关于服务器的套接字路径,也必须通知MySQL客户端。可在运行客户端程序时使用相同的—socket选项来完成该任务。

        • 你正在使用Linux而且1个服务器线程已死亡(内核已清除)

        • .服务器或客户端程序不具有访问包含Unix套接字文件的目录或套接字文件本身的恰当权限

          Latest Downloads
          More>
          Web Effects
          Website Source Code
          Website Materials
          Front End Template
          About us Disclaimer Sitemap
          php.cn:Public welfare online PHP training,Help PHP learners grow quickly!