Dus log eerst in als root of hoe je root-gebruiker ook wordt genoemd vanaf terminal.
mysql -u root -p
CREATE DATABASE depot_test
CREATE USER 'test'@'localhost' IDENTIFIED BY 'mypass123';
USE depot_test
Zodra u bent ingelogd op mysql, verleent u rechten aan de gebruiker test
(vergeet niet om het wachtwoord te wijzigen)
GRANT ALL privileges on depot_test.* to [email protected] identified by 'mypass123';
FLUSH PRIVILEGES;
U moet uw pas wijzigen in "mypass123" in uw database.yml