Bewegende reactie om te beantwoorden.
1.) Antwoord voor Please install the mysql adapter: gem install activerecord-mysql-adapte (mysql is not part of the bundle. Add it to Gemfile.)
ANS: In uw database.yml-bestand moet de adapter mysql2 zijn en niet mysql
2.) rake aborted!
Can't connect to local MySQL server through socket /tmp/mysql.sock (2)
ANS: Vind uw exacte socketbestand met het commando
mysqladmin variables | grep socket
Als je een wachtwoord voor root hebt, doe dan
mysqladmin -pxxxx variables | grep socket
Je krijgt het socket-bestand met behulp van de bovenstaande opdracht en vervangt het gewoon in je database.yml-bestand
Proost.!!