Answers for "apache server is not starting in xampp"

1

apache server not starting in xampp ubuntu

sudo /etc/init.d/apache2 stop   
sudo /opt/lampp/lampp start
Posted by: Guest on August-17-2020
6

mysql server is not starting xampp

#1. Open XAMPP Installation Directory
#2. Open "etc" Folder
#3. Find "my.cnf" file and open it in any text editor
#4. Change Port from 3306 to 3307 (if you have installed skype or other apps)
#5. Add "innodb_force_recovery=1" under "myisam_sort_buffer_size=8M"
#6. Save "my.cnf" file
#7. Restart Mysql Server By Your Terminal by command:
$ sudo killall mysqld
$ sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

You Get A message "Starting MySQL SUCCESS! "
Posted by: Guest on January-09-2022
1

xampp apache not starting

sudo systemctl stop nginx

sudo /opt/lampp/lampp start
Posted by: Guest on July-28-2021

Code answers related to "apache server is not starting in xampp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language