用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字

神马    -  云代码空间

—— 任何傻瓜都能写出计算机可以理解的代码,好的程序员能写出人能读懂的代码。

XAMPP搭建PHP+MySQL+FTP环境教程

2013-09-10|6482阅||

摘要:   1. XAMPP的启动路径     xampp\xampp-control.exe    2. XAMPP服务的启动和停止脚本路径     启动 Apache 和 MySQL:xampp\xampp_start.exe    停止 Apache 和 MySQL: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
顶 1踩 0收藏
文章评论
    发表评论

    个人资料

    • 昵称: 神马
    • 等级: 高级设计师
    • 积分: 5284
    • 代码: 1024 个
    • 文章: 154 篇
    • 随想: 57 条
    • 访问: 358 次
    • 关注

    站长推荐