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
That's right, it should be Code: /etc/init.d/mysql start &> /dev/null for Debian. We will correct it. Thanks!