FS#4248 - Bug in Mysql rc.d script
Attached to Project:
Arch Linux
Opened by Wael Nasreddine (Gandalf) - Wednesday, 22 March 2006, 06:17 GMT
Last edited by arjan timmerman (blaasvis) - Saturday, 25 March 2006, 23:13 GMT
Opened by Wael Nasreddine (Gandalf) - Wednesday, 22 March 2006, 06:17 GMT
Last edited by arjan timmerman (blaasvis) - Saturday, 25 March 2006, 23:13 GMT
|
Details
Hello,
In /etc/rc.d/mysqld file, there's this line: PID=`pidof -o %PPID /usr/bin/mysqld` But /usr/bin/mysqld is wrong, it's in /usr/sbin/mysqld and the above line should look like PID=`pidof -o %PPID /usr/sbin/mysqld` Regards, Wael Nasreddine |
This task depends upon