I've just finished installing mysql and mysqlserver on centOS as part of a larger install script (the full script is here, though I uncommented the mysql part).
The script ran fine, and it even walked me through the paces of setting up the mysql root password etc.
Script output:
Installed:
mysql.x86_64 0:5.1.61-1.el6_2.1
mysql-server.x86_64 0:5.1.61-1.el6_2.1
Now, in the same session is SSH, I'm unable to access mysql or find any reference to it.
$ mysql -u root -p
-bash: mysql: command not found$ which mysql
/usr/bin/which: no mysql in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
It's just weird- where is it??