在命令行中输入:
mysql -uroot -p
然后输入初始化得到的密码
如图所示
在mysql中输入要设置的密码:
alter user root@localhost identified by ‘123456’
mysql修改初始化得到的密码
最新推荐文章于 2023-09-30 22:00:00 发布
在命令行中输入:
mysql -uroot -p
然后输入初始化得到的密码
如图所示
在mysql中输入要设置的密码:
alter user root@localhost identified by ‘123456’