mysql don't restart via ispconfig_server

Discussion in 'Installation/Configuration' started by heri, May 16, 2006.

  1. heri

    heri New Member

    hi,
    in /etc/init.d/ispconfig_server line 42:
    Code:
    /etc/init.d/mysqld start &> /dev/null
    should be
    Code:
    /etc/init.d/mysql start &> /dev/null
    (for shure in debian, others too?)

    whats the best way to report bugs like this?
    greetings helmut
     
  2. falko

    falko Super Moderator ISPConfig Developer

    That's right, it should be
    Code:
    /etc/init.d/mysql start &> /dev/null
    for Debian. We will correct it. Thanks! :)
     

Share This Page