摘要: >mysql -u root -pEnter password: ********Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 12Server version: 5.7.18- 阅读全文
posted @ 2020-06-05 15:42 野狼谷 阅读(293) 评论(0) 推荐(0)
摘要: mysql操作错误: mysql> use mysql;ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.mysql> 原因:没有设置 阅读全文
posted @ 2020-06-05 15:41 野狼谷 阅读(512) 评论(0) 推荐(0)
摘要: 使用navicate12运行sql文件出错 报错: [ERR] 1273 - Unknown collation: 'utf8mb4_0900_ai_ci'1报错原因:生成转储文件的数据库版本为8.0,要导入sql文件的数据库版本为5.6,因为是高版本导入到低版本,引起1273错误 解决方法:打开s 阅读全文
posted @ 2020-06-05 15:40 野狼谷 阅读(4231) 评论(0) 推荐(0)