PHP开发环境配置系列(四)-XAMPP常用信息

 

PHP开发环境配置系列(四)-XAMPP常用信息

博客分类:

    完成了前面三篇后(《 PHP开发环境配置系列 (一)-Apache无法启动(SSL冲突)》 、《PHP开发环境配置系列(二)-XDebug设置》 、《PHP开发环境配置系列(三)-项目源码映射》 ),今天补充一下XAMPP的一些常用信息(《PHP开发环境配置系列(四)-XAMPP常用信息》 ),有备无患。

    1. XAMPP的启动路径 
    xamppxampp-control.exe

    2. XAMPP服务的启动和停止脚本路径 
    启动 Apache 和 MySQL:xamppxampp_start.exe
    停止 Apache 和 MySQL:xamppxampp_stop.exe
    启动 Apache:xamppapache_start.bat
    停止 Apache:xamppapache_stop.bat
    启动 MySQL:xamppmysql_start.bat
    停止 MySQL:xamppmysql_stop.bat
    启动 Mercury 邮件服务器:xamppmercury_start.bat
    设置 FileZilla FTP 服务器:xamppfilezilla_setup.bat
    启动 FileZilla FTP 服务器:xamppfilezilla_start.bat
    停止 FileZilla FTP 服务器:xamppfilezilla_stop.bat

    3. XAMPP的配置文件路径 
    Apache 基本配置:xamppapacheconfhttpd.conf
    Apache SSL:xamppapacheconfssl.conf
    Apache Perl:xamppapacheconfperl.conf
    Apache Tomcat:xamppapacheconfjava.conf
    Apache Python:xamppapacheconfpython.conf
    PHP:xamppphpphp.ini
    MySQL:xamppmysqlinmy.ini
    phpMyAdmin:xamppphpMyAdminconfig.inc.php
    FileZilla FTP 服务器:xamppFileZillaFTPFileZilla Server.xml
    Mercury 邮件服务器基本配置:xamppMercuryMailMERCURY.INI
    Sendmail:xamppsendmailsendmail.ini

    4. XAMPP的其它常用路径 
    网站根目录的默认路径:xampphtdocs
    MYSQL数据库默认路径:xamppmysqldata

    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

原文地址:https://www.cnblogs.com/geniusxjq/p/4113287.html