MySQL
This is right after MySQL is installed.
1. Assign password to "root" account:
2. Enable networking by commenting out the skip-networking entry in /etc/mysql/my.cnf
3. Create account with admin privileges that can connect from wherever:
-> IDENTIFIED BY 'somepassword' WITH GRANT OPTION;