摘要: ####1、切换数据库 use mysql; ####2、修改密码 update user set host ='%' where user='root'; update user set password=password('1234') where user='root' and host='l 阅读全文
posted @ 2022-11-18 09:43 鲸鱼zhang 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ==今天升级脚本出现的问题 :Table ‘./mysql/proc’ is marked as crashed and should be repaired== 一般这种表崩溃的问题出现在mysql异常停止,或者使用kill -9命令强行杀掉进程导致,进入MySQL命令行后,执行下面的命令即可修复 阅读全文
posted @ 2022-11-18 09:24 鲸鱼zhang 阅读(267) 评论(0) 推荐(0) 编辑