Maison  >  Questions et réponses  >  le corps du texte

我的MySQL无法连接到本地服务器是什么原因?

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

phpcn_u266phpcn_u2662873 Il y a quelques jours4149

répondre à tous(5)je répondrai

  • dabour

    dabour2017-12-13 11:04:06

    Changez 127.0.0.1 en localhost et essayez-le

    répondre
    0
  • 数据分析师

    数据分析师2017-09-30 23:48:37

    Pourquoi mon MySQL ne parvient-il pas à se connecter au serveur local ? -PHP Chinese Q&A-Pourquoi mon MySQL ne peut-il pas se connecter au serveur local ? - Questions et réponses sur le site Web chinois PHP

    Veuillez regarder et apprendre.

    répondre
    0
  • ♥,      军军

    ♥, 军军2017-09-24 01:02:57

    Veuillez d'abord vérifier si votre serveur est ouvert

    répondre
    0
  • 阿神

    阿神2016-12-29 09:30:10

    • Mysqld未运行

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

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

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

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

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

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

    répondre
    0
  • Annulerrépondre