随笔分类 -  数据库

摘要:操作步骤 1、登录MySQL 2、依次键入命令 use mysql update mysql.user set authentication_string = password("你的密码") where user="用户名" flush privileges 示例: mysql> use mysq 阅读全文
posted @ 2023-01-13 16:42 小贤,该上船了! 阅读(47) 评论(0) 推荐(0)