2017年8月16日 星期三

[server]

WAMP

XAMPP

AppServ

Setting

AppMySql U/Pport/portsettingpath
AppServroot/students(*)8080/3306/c:\AppServ\www
XAMPP-/-8081/3307use menu(*)/C:\xampp\htdocs
WAMProot/null(*)8082/3308use menu(*)C:\wamp64\www
  • Bitnami WAMP requests a password during the installation.
    The default user is "root" and the password is the same that you set during the installation.

XAMPP

  • reset port 
  • ApacheServer

WAMP

  • phpMyAdmin password setting
``` use mysql; update user set authentication_string=password('your_password') where user='root'; FLUSH PRIVILEGES; quit ```