简体   繁体   中英

Error on starting mysql using xampp

-I have tried to unchecked to used port of skype -uninstall and re-download and install. 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

在此处输入图片说明

在此处输入图片说明

What should i need to do to start mysql using xampp . Thanks in advance for the reply

This happens when you have something running on port 80 , like 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

Listen 80

to

Listen 8080

The correct answer was

To stop the  apache2 service in XAMPP control panel.

by carton

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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