Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据库初始化异常及个人解决办法 #178

Open
ZeroKong-CN opened this issue Jan 7, 2024 · 0 comments
Open

数据库初始化异常及个人解决办法 #178

ZeroKong-CN opened this issue Jan 7, 2024 · 0 comments

Comments

@ZeroKong-CN
Copy link

ZeroKong-CN commented Jan 7, 2024

环境:阿里云RDS MySql8数据库
报错:
[ERR] 3161 - Storage engine MyISAM is disabled (Table creation is disallowed).
分析:
数据库配置:可能禁用了MyISAM引擎。
数据库版本:较新版本的MySQL可能默认不启用MyISAM存储引擎。
修复方式:
下载SQL文件,将sql语句中的MyISAM修改为InnoDB后执行SQL文件到数据库

@ZeroKong-CN ZeroKong-CN changed the title 链接数据库异常及个人解决办法 数据库初始化异常及个人解决办法 Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant