MySQL安装后设置root 密码

时间:2021-11-14 05:12:02

Mysql安装完成后初始化root 密码为空,直接回车

使用命令行:

mysqladmin -u root password "123456"

来设置root密码。这里我设置的密码是 123456