mysql安装
* mysql
- mysqld --install
- mysqld --initialize --console
- net start mysql
- mysql -u root -p
- alter user 'root'@'localhost' identified by 'root';
- exit
- relogin
* mysql
- mysqld --install
- mysqld --initialize --console
- net start mysql
- mysql -u root -p
- alter user 'root'@'localhost' identified by 'root';
- exit
- relogin