Mysql
From Cheatsheet
You have to install either mysqld or mysql-server, depending on which distro you have
Once you install it, run this or bad evilness will invade your machine in record time, this sets the root command to something
- mysqladmin -u root password whateverpasswordyouwant
then check it by attempting to login using
- mysql -u root -p
