摘要: 1、常用命令行 mysql -urroot -p123456 --连接数据库 -- 修改用户密码 update mysql.user set authentication_string=password('123456') where user='root' and Host = 'localhos 阅读全文
posted @ 2021-03-09 19:41 关忆北 阅读(111) 评论(0) 推荐(0)