Error solution during MySQL connection in UbuntuRubyonRails

Source: Internet
Author: User
In Ubuntu, when MySQL is installed in the RubyonRails environment, an error occurs when connecting to the database. The following message is often displayed: UninitializedConstantMysqlCompat: MysqlRes. The specific processing method is to delete the installed MYSQL first: sudogemuninstallmysql then execute the following code: exportARCHFLAGS = "-archi386-archx

In Ubuntu, after MySQL is installed in the Ruby on Rails environment, an error occurs when connecting to the database. The following information is often displayed:

Uninitialized Constant MysqlCompat: MysqlRes

The specific solution is to first Delete the installed MYSQL:

Sudo gem uninstall mysql

Then run the following code:

Export ARCHFLAGS = "-arch i386-arch x86_64"

Sudo gem install -- no-rdoc -- no-ri mysql -- with-mysql-dir =/usr/local/mysql -- with-mysql-config =/usr/local/mysql/ bin/mysql_config

Then the problem is solved!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.