Correction for guide installing rails + mysql on ubuntu
I believe this part of guide is longer correct
sudo apt-get install mysql-server mysql-client libmysqlclient-dev
should be
default-mysql-client default-libmysqlclient-dev
You’re not receiving notifications from this thread.
I believe this part of guide is longer correct
sudo apt-get install mysql-server mysql-client libmysqlclient-dev
should be
default-mysql-client default-libmysqlclient-dev