MySQL

Discussion in 'Installation/Configuration' started by Cougar105, Sep 29, 2006.

  1. Cougar105

    Cougar105 New Member

    Hi there

    I have just installed 'The Perfect Setup - Mandriva 2006 Free Edition' however when I go to start mysqld it returns 'Timeout eror occured trying to start MySQL Daemon'

    What have I done wrong please

    Regards
     
  2. Ben

    Ben ISPConfig Developer ISPConfig Developer

    Do you see any errros in your mysql log in /var/log/mysql or sth. like that (depending on your distribution)?

    Can you post you /etc/my.cnf?
     
  3. Cougar105

    Cougar105 New Member

    my.cnf

    Mant thanks for your reply Ben

    The my.cnf file reads:-
    ------------------------------------------------------------------------

    [mysqld]
    datadir=/var/lib/mysql
    socket=/var/lib/mysql/mysql.sock

    #Default to using old password format for compatibility with old and
    #shorter password hash.
    #Reference: http://dev.mysql.com/doc/mysql/en/password_hashing.html
    old_passwords=1

    [mysql.server]
    user=mysql
    basedir=/var/lib

    [mysqld_safe]
    err-log=/var/log/mysqld/mysqld.log
    pid-file=/var/run/mysqld/mysqld.pid

    -----------------------------------------------------------------------
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Are there any errors in your logs when this happens? What's the output of
    Code:
    netstat -tap
    ?
     
  5. Cougar105

    Cougar105 New Member

    Done

    Many thanks for your replies.

    I took a leaf out of 'Richard - April 17' thread on the self same problem and reinstalled. Had to do it twice but third time lucky and it worked. I was able to complete the full installation and ISPConfig. I now have to get it all working so don't go away, you have a 60 year old here on a mission.

    Regards
    Cougar105
     

Share This Page