sudo apt-get install mysql-server mysql-client
sudo -i mysql
and be logged in as admin into mysql database was indeed a huge reason for defaulting to it.EDIT: Of course, at that time, there was no Ubuntu teaching everyone to sudo all the time, so drop all instances of sudo and add a su - at start ;)
Maybe that's why I am used to logging in as root rather than a user. I started in 1999 and have been surprised how few users now do
$ ssh user@server <rsa key> $ sudo -i <user pass> #