PHP开发环境配置系列(四)-XAMPP常用信息
??? 完成了前面三篇后(《 PHP开发环境配置系列 (一)-Apache无法启动(SSL冲突)》 、《PHP开发环境配置系列(二)-XDebug设置》 、《PHP开发环境配置系列(三)-项目源码映射》 ),今天补充一下XAMPP的一些常用信息(《PHP开发环境配置系列(四)-XAMPP常用信息》 ),有备无患。
?
??? 1. XAMPP的启动路径
???
xampp\xampp-control.exe
???
2. XAMPP服务的启动和停止脚本路径
???
启动 Apache 和 MySQL:xampp\xampp_start.exe
???
停止 Apache 和 MySQL:xampp\xampp_stop.exe
???
启动 Apache:xampp\apache_start.bat
???
停止 Apache:xampp\apache_stop.bat
???
启动 MySQL:xampp\mysql_start.bat
???
停止 MySQL:xampp\mysql_stop.bat
???
启动 Mercury 邮件服务器:xampp\mercury_start.bat
???
设置 FileZilla FTP 服务器:xampp\filezilla_setup.bat
???
启动 FileZilla FTP 服务器:xampp\filezilla_start.bat
???
停止 FileZilla FTP 服务器:xampp\filezilla_stop.bat
???
3. XAMPP的配置文件路径
???
Apache 基本配置: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 服务器:xampp\FileZillaFTP\FileZilla Server.xml
???
Mercury 邮件服务器基本配置:xampp\MercuryMail\MERCURY.INI
???
Sendmail:xampp\sendmail\sendmail.ini
???
4. XAMPP的其它常用路径
???
网站根目录的默认路径:xampp\htdocs
???
MYSQL数据库默认路径:xampp\mysql\data
???
5. 卸载XAMPP
???
执行xamppuninstall.exe即可
???
6. MySQL:?
???
User: root?? Password:(空)
???
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
?
?
??? 本文地址:http://ryan-d.iteye.com/blog/1544601