运行 rake migrate 会出现 Mysql 错误 schema_migrations.frm
我在 Ubuntu 10.04 上运行 5.1,而远程服务器正在运行 5.0.51,这是一个问题吗?
Mysql::Error: 文件中的信息不正确:'./user/schema_migrations.frm': SELECT version FROM schema_migrations
我应该说尝试安装它会给出包的错误(引用了 mysql-server-5.0 但不可用)。我相信它在 9.10 中可用,但如何将这些存储库添加到 10.04 中?
I am running 5.1 on Ubuntu 10.04, and the remote server is running 5.0.51, is this a problem?
Mysql::Error: Incorrect information in file: './user/schema_migrations.frm': SELECT version FROM schema_migrations
I should say that trying to install it gives the error of the package (mysql-server-5.0 referenced but not available). I believe it is available in 9.10, but how can I add those repos to 10.04?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
远程数据库上的迁移表已损坏。我必须重建它。
The migrations table on the remote database was corrupt. I had to rebuild it.