Usually MySQL is installed by default on most new Linux distros. From the shell, try typing in
mysql --v to see if MySQL exists. If this doesn't work, then try using the full path (usually /usr/local/mysql),
/full_path_to/mysql --v.
If that works, then
some post-installation info