mysql driver is no longer bundled w/ rails. you’ll need to install it yourself w/
sudo gem install mysql
however, on ubuntu (heron) this won’t work. issue these commands first
sudo apt-get install libmysql-ruby libmysqlclient-dev
if libmysqlclient-dev fails… try libmysqlclient15-dev
then run
Related posts:
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
mysql on rails 2.3.2
mysql driver is no longer bundled w/ rails. you’ll need to install it yourself w/
however, on ubuntu (heron) this won’t work. issue these commands first
if libmysqlclient-dev fails… try libmysqlclient15-dev
then run
Related posts: