摘要: 启动关闭MySQL net start mysql net stop mysql 修改用户密码 alter user 'root'@'localhost' identified by '123456'; 登录 mysql -u root -p -u 后是用户名,-p 后是密码,也可直接回车后按指示输 阅读全文
posted @ 2020-10-12 09:21 DurianTRY 阅读(140) 评论(0) 推荐(0) 编辑