MySQL_连接数据库&操作数据库命令行
摘要:
MySQL_连接数据库命令行 mysql -uroot -p123456 -- 连接数据库 123456为密码 update mysql user set authentication_string=password('123456') where user='root' and Host = 'l 阅读全文
posted @ 2022-12-08 15:47 邓了个邓 阅读(169) 评论(0) 推荐(0)
浙公网安备 33010602011771号