View Full Version : mysql not found! but it is there
sunethj
24th October 2006, 05:25
I am trying to install ispconfig on a redhat 9 box. After it checks for MTA, FTP, Procmail etc.. it checks mysql server and gives the error "ERROR mysql not found". But mysql is there and mysqld is in /usr/sbin.
I also installed mysql devel as well. but still no luck.
Mysql version is 4.1
Please help with this. Thanks in advance.
sjau
24th October 2006, 07:32
is mysql running? And on what port?
Ben
24th October 2006, 08:32
Well the path is set among others (?) set to "/usr/sbin" so it should be found.
It justs checks the return value of "which mysql".
in case of failure this output will be logged in "/var/log/ispconfig_install.log".
So can you paste the line from the log?
till
24th October 2006, 09:46
The ISPConfig checks for a listening mysql socket. Please make sure that TCP connections are enabled in your mysql setup. If you are not sure, post the output of:
netstat -tap
sunethj
25th October 2006, 04:16
Thanks for your replys and,
here is the tail of var/log/ispconfig_install.log
Tue Oct 24 08:49:40 LKT 2006 - [ISPConfig] - ERROR: mysql not found!
here is the output of netstat -tap (only mysql part is pasted)
tcp 0 0 *:mysql *:* LISTEN
913/
till
25th October 2006, 11:15
What is the output of:
which mysql
which mysqld
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.