解决将引擎从 MyISAM 更改为 InnoDB 时的 MySQL 错误
上周我的数据库出现了一些损坏,网络托管公司的技术人员将我的所有表更改为 MyISAM,并对这些表进行了修复。
但是,我的应用程序需要 InnoDB 表。 我已经尝试过这个网站 但是,我收到此消息
#1025 - Error on rename of './user_db/#sql-689d_6e416' to './user_db/api_role' (errno: 121)
我该怎么做才能解决该问题?
My database experienced some corruption last week, and the technicians from the web hosting company changed all my tables to MyISAM and performed repair on those tables.
However, my application requires InnoDB tables. I've tried the method mentioned in this website However, I get this message
#1025 - Error on rename of './user_db/#sql-689d_6e416' to './user_db/api_role' (errno: 121)
What should I do to resolve the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一篇文章解释了您看到的错误代码。
There's an article here which explains the error code you're seeing.