简体   繁体   English

使用 xampp 启动 mysql 时出错

[英]Error on starting mysql using xampp

-I have tried to unchecked to used port of skype -uninstall and re-download and install. - 我试图取消选中使用的Skype端口 - 卸载并重新下载和安装。 and tried to configure the ports on http.conf and in my.ini set to default port 80 and 433 and on my.ini set to 3306并尝试将 http.conf 和 my.ini 上的端口配置为默认端口 80 和 433,并将 my.ini 上的端口配置为 3306

在此处输入图片说明

在此处输入图片说明

What should i need to do to start mysql using xampp .我应该怎么做才能使用 xampp 启动 mysql。 Thanks in advance for the reply预先感谢您的回复

This happens when you have something running on port 80 , like skype.当您在port 80上运行某些东西时会发生这种情况,例如 Skype。 You can either stop the service running on that port or open httpd.conf (in your XAMPP directory) and change the port to something else, change the following line您可以停止在该端口上运行的服务或打开httpd.conf (在您的 XAMPP 目录中)并将端口更改为其他端口,更改以下行

Listen 80

to

Listen 8080

The correct answer was正确答案是

To stop the  apache2 service in XAMPP control panel.

by carton纸箱

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

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