Rails3 mysql2 耙子错误

发布于 2024-09-18 07:18:48 字数 321 浏览 1 评论 0原文

我正在使用 Rails3 运行 ruby​​ 1.8.7。安装mysql2后(成功)我想创建数据库,但出现以下错误:

noname:addressDB clemens$ rake db:create
(in /.../addressDB)
rake aborted!
undefined method `errno' for #<Mysql2::Error:0x1024f21f0>

(See full trace by running task with --trace)
noname:addressDB clemens$

这里有什么建议吗?

i'm running ruby 1.8.7 with rails3. after installing mysql2 (successful) I want to create the dbs, but the following error occurs:

noname:addressDB clemens$ rake db:create
(in /.../addressDB)
rake aborted!
undefined method `errno' for #<Mysql2::Error:0x1024f21f0>

(See full trace by running task with --trace)
noname:addressDB clemens$

any advice here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍景流年 2024-09-25 07:18:48

我注意到我的数据库也有类似的问题(不完全是这个错误)。这是由于 MySQL 版本不正确造成的。我不得不降级到 MySQL 5.1,错误就消失了。

I noticed I was having similar issues on my databases (not this error exactly). It was due to an incorrect version of MySQL. I had to downgrade to MySQL 5.1 and the errors went away.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文