Mysql Configuration
Uninstall and Install Apache
First:
To test it:
port: 8080 / 8081
http://localhost:8081
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. Open xampp:-
8. Goto Computer(opt)> Open lampp folder(Search "lampp" if u can't see lampp folder)> Open manager-linux.run
9. In XAMPP Click on "Manage Server" Tab> Click on "Mysql Database"> Click on "Configure"> Change Port from 3306 to 3307> save and start the mysql database.
Uninstall and Install Apache
First:
- sudo apt-get --purge remove apache2
- sudo apt-get autoremove
- sudo apt-get install apache2
- sudo /etc/init.d/apache2 restart
To test it:
port: 8080 / 8081
http://localhost:8081
THANK YOU !!!
Comments
Post a Comment