FS#2098 - wrong permissions in mysql package
Attached to Project:
Arch Linux
Opened by Kim Johansen (Lotto-Kim) - Saturday, 29 January 2005, 10:19 GMT
Opened by Kim Johansen (Lotto-Kim) - Saturday, 29 January 2005, 10:19 GMT
|
Details
current/mysql 4.1.9-1
Wrong user:group on /var/lib/mysql, should be mysql:mysql, not root:root. This will fix the problem: chown -R mysql:mysql /var/lib/mysql Error with wrong user:group: 050129 11:12:10 [ERROR] /usr/sbin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 050129 11:12:10 [ERROR] Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13) |
This task depends upon
Closed by Judd Vinet (judd)
Monday, 31 January 2005, 19:01 GMT
Reason for closing: Not a bug
Additional comments about closing: /var/lib/mysql is created with mysql.mysql ownership when mysqld is started for the first time (thru /etc/rc.d/mysqld)
Monday, 31 January 2005, 19:01 GMT
Reason for closing: Not a bug
Additional comments about closing: /var/lib/mysql is created with mysql.mysql ownership when mysqld is started for the first time (thru /etc/rc.d/mysqld)
This is not a bug IMHO