简体   繁体   English

XAMPP V3.2.1-MySQL引发错误

[英]XAMPP V3.2.1 -MySQL throwing error

I have installed the XAMPPv3.2.1 for PHP development.Since I have installed Skype and its using the Port 80 and 443 ,I configured XAMPP to run on ports 1333(http.conf) and 3333(https.conf). 我已经安装XAMPPv3.2.1进行PHP开发。由于我已经安装了Skype及其使用端口80和443的端口,因此我将XAMPP配置为在端口1333(http.conf)和3333(https.conf)上运行。

I started the xampp MySQL service and started successfully. 我启动了xampp MySQL服务并成功启动。

When I navigate to http://:1333 xampp is working fine ,However if I click on phpmyadmin i am getting the following error. 当我导航至http://:1333时,xampp正常运行,但是,如果单击phpmyadmin,则会出现以下错误。

MySQL said: Documentation MySQL说:文档

2002 - An attempt was made to access a socket in a way forbidden by its access permissions. 2002年-尝试以一种其访问权限禁止的方式访问套接字。

The server is not responding (or the local server's socket is not correctly configured). 服务器没有响应(或未正确配置本地服务器的套接字)。

Connection for controluser as defined in your configuration failed. 在配置中定义的controluser的连接失败。

can anybody help me in resolving this issue? 有人可以帮助我解决这个问题吗? Thanks in advance. 提前致谢。

Here is what worked for me with all the default settings of xampp: 这是使用xampp的所有默认设置对我有用的:

  1. Quit skype 退出Skype
  2. Quit skype 退出Skype
  3. Run xampp again. 再次运行xampp。 It should now start again 现在应该重新开始
  4. (optional) run skype again (可选)再次运行Skype

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM