Skip to content

mysql 安装

mysqldatabase

命令:`mysqld -install

shell
mysqld -install
mysqld -install

初始化 mysql

shell
mysqld --initialize --console
mysqld --initialize --console

启动mysql 服务 net start mysql

shell
net start mysql
net start mysql

停止mysql 服务net stop mysql

shell
net stop mysql
net stop mysql