1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

求一个PHP集成安装的软件包。

本帖由 vicke2006-12-01 发布。版面名称:后端开发

  1. vicke

    vicke New Member

    注册:
    2005-12-20
    帖子:
    2,348
    赞:
    24
    :heart: 想玩玩PHP 但是偶是菜鸟不知道怎么安装
     
  2. laogui

    laogui Administrator
    管理成员

    注册:
    2005-08-30
    帖子:
    15,216
    赞:
    35
  3. vicke

    vicke New Member

    注册:
    2005-12-20
    帖子:
    2,348
    赞:
    24
    谢了,有没中文安装说明。:p
     
  4. vicke

    vicke New Member

    注册:
    2005-12-20
    帖子:
    2,348
    赞:
    24
    装好了,但是phpMyAdmin就是进不去,帐号和密码是啥
     
  5. fen

    fen New Member

    注册:
    2005-12-18
    帖子:
    3,050
    赞:
    25
    有集成了zend的不
     
  6. fen

    fen New Member

    注册:
    2005-12-18
    帖子:
    3,050
    赞:
    25
    Here's how to set a password for the root user in mySQL:

    1. open a DOS window (start menu - run... - type cmd)
    2. change to the mySQL bin folder, eg: cd /mysql/bin
    3. open a mySQL command line with mysql -u root mysql
    4. set a password with SET PASSWORD FOR root@localhost=PASSWORD('your_password_here');
    5. restart the mySQL service

    Depending on which authentication method you're using for phpMyAdmin, you might need to save that password in its own configuration file (config.inc.php) too.
     
  7. July

    July New Member

    注册:
    2006-11-18
    帖子:
    62
    赞:
    1
    基本上都有集成的!