Comparing
version 8 and
version 7 backPlease note that if you don't have a MTA (mail transport agent AKA a SMTP mail server) installed already it will want to install one, and default to exim.
myboxcar:~# aptitude install mysql-server mysql-client libmysqlclient15-dev
_libmysqlclient15-dev_ is required in order to be able to build the mysql gem. When you are prompted with the following, answer Y (enter).
Do you want to continue? [Y/n/?] y
Now just install the mysql gem.
gem install mysql
<< Previous [[Database Servers]]
Next [[MySQL Add User]] >>