FS#32226 - mysql.install have some erros
Attached to Project:
Arch Linux
Opened by Heiher (heiher) - Friday, 26 October 2012, 07:07 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 26 October 2012, 09:00 GMT
Opened by Heiher (heiher) - Friday, 26 October 2012, 07:07 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 26 October 2012, 09:00 GMT
|
Details
Description:
The file mysql.install have some erros: 1. useradd not create home directory. 2. chown home directory path is wrong. |
This task depends upon
$ pacman -Ql mysql | grep var/lib/mysql
mysql /var/lib/mysql/
2) the leading / when specifing a path must be avoid
chown -R mysql:mysql var/lib/mysql &>/dev/null # is ok?
useradd -m ?