11 2022 档案

摘要:参考链接:https://www.php.cn/mysql-tutorials-63107.html 1、进入mysql数据库目录,使用命令"chown -R mysql <数据库文件夹名称>" 和 "chgrp -R mysql <数据库文件夹名称>"将文件夹拥有者和所在组改为mysql 2、使用 阅读全文
posted @ 2022-11-25 17:12 幸运刘 阅读(707) 评论(0) 推荐(0)
摘要:参考解决链接 https://www.cnblogs.com/caijh/p/7244915.html 查看日志文件位置 show variables like '%error%'; 根据错误日志分析,删除log_file文件 cd /server/mysql/data rm ib_logfile0 阅读全文
posted @ 2022-11-24 19:46 幸运刘 阅读(613) 评论(0) 推荐(0)
摘要:错误描述 java.lang.RuntimeException: java.sql.SQLRecoverableException: IO 错误: Undefined Error at com.baomidou.mybatisplus.generator.config.DataSourceConfi 阅读全文
posted @ 2022-11-21 22:10 幸运刘 阅读(1297) 评论(0) 推荐(1)