PHP Development Environment Configuration Series (iv)-XAMPP Common information
Blog Category:
- PHP Development Environment Configuration series
xamppphp
Completed the previous three ("PHP Development Environment Configuration series (a)-apache cannot start (SSL conflict)", "PHP Development Environment Configuration Series (ii)-xdebug settings", "PHP Development Environment Configuration Series (iii)-project source map"), Today, add some common information about XAMPP ("PHP Development Environment Configuration Series (iv)-XAMPP Common Information"), be prepared.
1. Boot path for XAMPP
Xampp\xampp-control.exe
2. Start and stop script paths for XAMPP services
Launch Apache and Mysql:xampp\xampp_start.exe
Stop Apache and Mysql:xampp\xampp_stop.exe
Start Apache:xampp\apache_start.bat
Stop Apache:xampp\apache_stop.bat
Start Mysql:xampp\mysql_start.bat
Stop Mysql:xampp\mysql_stop.bat
Start Mercury mail server: Xampp\mercury_start.bat
Set FileZilla FTP server: Xampp\filezilla_setup.bat
Start FileZilla FTP server: Xampp\filezilla_start.bat
Stop FileZilla FTP server: Xampp\filezilla_stop.bat
3. Configuration file path for XAMPP
Apache Basic configuration: xampp\apache\conf\httpd.conf
Apache ssl:xampp\apache\conf\ssl.conf
Apache perl:xampp\apache\conf\perl.conf
Apache tomcat:xampp\apache\conf\java.conf
Apache python:xampp\apache\conf\python.conf
Php:xampp\php\php.ini
Mysql:xampp\mysql\bin\my.ini
phpmyadmin:xampp\phpmyadmin\config.inc.php
FileZilla FTP server: Xampp\filezillaftp\filezilla server.xml
Mercury mail Server Basic configuration: Xampp\mercurymail\mercury. Ini
Sendmail:xampp\sendmail\sendmail.ini
4. Other common paths for XAMPP
Default path to the Web site root directory: Xampp\htdocs
MySQL database default path: Xampp\mysql\data
5. Uninstalling Xampp
Execute Xamppuninstall.exe and you can
6. MySQL:
User:root Password: (empty)
7. FileZilla FTP:
User:newuser PASSWORD:WAMPP
user:anonymous Password: [Email protected]
8. Mercury:
Postmaster:postmaster ([email protected])
Administrator:admin ([email protected])
Testuser:newuser PASSWORD:WAMPP
9. WEBDAV:
User:wampp PASSWORD:XAMPP
PHP Development Environment Configuration Series (iv)-XAMPP Common information