文章分类 -  mysql

摘要:##报错描述 [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' wh 阅读全文
posted @ 2021-08-18 20:22 幸运刘 阅读(110) 评论(0) 推荐(0)
摘要:mysql忘记密码修改 -- 忘记密码,my.cnf配置如下,再去不用密码登录mysql,然后修改密码 -- skip-grant-tables use mysql update user set password=password('1qaz2WSX!@') where user='root'; 阅读全文
posted @ 2021-07-11 13:16 幸运刘 阅读(28) 评论(0) 推荐(0)