If you need to install MySQL plugin for sourcemod then do this.
This is for Ubuntu 12 that is only a game server. MySQL has not been loaded.
This is a standard wiki for this install but has a few pit falls. This fixes those pit falls


First things first
apt-get update
apt-get install mysql-client-core-5.5
apt-get install lib32z1


MySQL is running on server 192.168.1.130
Default port 3306


Test MySQL connection on host:
mysql -h192.168.1.130 -usm -p
type in your password
you should see mysql>
type show databases;
you should see your sourcemod admin database that you made.


You will want to review this page:
http://wiki.alliedmods.net/SQL_Admins_(SourceMod)#sm_admins