摘要: 1、命令行连接数据库 net start mysql -- 启动MySQL服务 mysql -uroot -p123456 -- 连接数据库 update mysql.user set authentication_string=password('123456') where user='root 阅读全文
posted @ 2021-07-10 22:24 有一个大佬梦 阅读(83) 评论(0) 推荐(0)