Problems installing mysql
Posted: Tue Jan 05, 2010 7:16 am
I decided to install ZM on my backup linux server that runs SUSE 10.2 Server. Having only ever used this server to perform rsync/rsnapshot backups of remote hosts, apache/php/mysql were not installed. I installed apache/php5 using Yast. No problems there. I then went to the mysql site, and got the rpm for SUSE 10.2 which was: MySQL-server-community-5.1.42-0.sles10.i586.rpm. It installed fine. The mysql server is running.
But when I go to the terminal and type "mysql", I get:
kbackup3:/ # mysql
-bash: mysql: command not found
I did a find: find / -name mysql
There is no executable name mysql. What is the deal? Even the mysql 5.1 documentation on mysql.com refers to using the mysql command. Does anyone have any tips?
But when I go to the terminal and type "mysql", I get:
kbackup3:/ # mysql
-bash: mysql: command not found
I did a find: find / -name mysql
There is no executable name mysql. What is the deal? Even the mysql 5.1 documentation on mysql.com refers to using the mysql command. Does anyone have any tips?