欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

AppServ、phpMyAdmin、mysql的有关问题

程序员文章站 2024-02-10 19:04:22
...
AppServ、phpMyAdmin、mysql的问题
安装appserv-win32-2.5.10之后其他的都正常可以用,也可以进入phpMyAdmin登陆界面,
但是输入用户名和密码之后出现错误:

#2013 - Lost connection to MySQL server at 'reading initial communication packet', system error: 0

已经试过很多方法,但还是不行。
请问有谁知道怎么弄?
------解决方案--------------------
You need to edit your mysql Configuration file, by default the bind-adress is set to 127.0.0.1.

Open: /etc/mysql/my.cnf

Change the bind-adress to the ip you are going to use to connect yoursef to the database server
------解决方案--------------------
mysql安装目录下的my.ini文件
引用:
引用:

You need to edit your mysql Configuration file, by default the bind-adress is set to 127.0.0.1.

Open: /etc/mysql/my.cnf

Change the bind-adress to the ip you are going to u……
AppServ、phpMyAdmin、mysql的有关问题

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频