PHP development environment configuration series (4)-common XAMPP information ??? After completing the first three articles ("PHP development environment configuration series (I)-Apache cannot be started (SSL conflict)" and "PHP development environment configuration series (II) -XDebug settings and PHP development environment configuration series (III)-Project source code ing). add the PHP development environment configuration series (IV)-common XAMPP information.
??? After completing the first three articles ("PHP development environment configuration series (I)-Apache cannot be started (SSL conflict)" and "PHP development environment configuration series (II) -XDebug settings and PHP development environment configuration series (III)-Project source code ing). Today, we will add some common information about XAMPP (PHP development environment configuration series (IV) -common XAMPP information.
?
??? 1. XAMPP startup path
???Xampp \ xampp-control.exe
???2. XAMPP service startup and stop script path
???Start 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. XAMPP configuration file path
???Basic Apache 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. ini
???MySQL: xampp \ mysql \ bin \ my. ini
???PhpMyAdmin: xampp \ phpMyAdmin \ config. inc. php
???FileZilla FTP Server: xampp \ FileZillaFTP \ FileZilla Server. xml
???Basic configuration of Mercury Mail Server: xampp \ MercuryMail \ MERCURY. INI
???Sendmail: xampp \ sendmail. ini
???4. other common XAMPP paths
???Default website root directory path: xampp \ htdocs
???Default MYSQL database path: xampp \ mysql \ data
???5. uninstall XAMPP
???Execute xamppuninstall.exe.
???6. MySQL :?
???User: root ?? Password :( null)
???7. FileZilla FTP :?
???User: newuser ?? Password: wampp
???User: anonymous ?? Password: some@mail.net
???8. Mercury:
???Postmaster: postmaster (postmaster @ localhost)
???Administrator: Admin (admin @ localhost)
???TestUser: newuser ?? Password: wampp
???9. WEBDAV:
???User: wampp ?? Password: xampp
?
?
??? Address: http://ryan-d.iteye.com/blog/1544601