首页 > 技术文章 > mysql安装

sunrisecape 2020-04-08 16:31 原文

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

推荐阅读