mysql not found! but it is there

Discussion in 'Installation/Configuration' started by sunethj, Oct 24, 2006.

  1. sunethj

    sunethj New Member

    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.
     
  2. sjau

    sjau Local Meanie Moderator

    is mysql running? And on what port?
     
  3. Ben

    Ben ISPConfig Developer ISPConfig Developer

    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?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  5. sunethj

    sunethj New Member

    here are the outputs

    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/
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    What is the output of:

    which mysql
    which mysqld
     

Share This Page