Bug #1881 | mysql_install_db script error line 166 & line 383. if/then || instead of -o | ||
---|---|---|---|
Submitted: | 18 Nov 2003 21:19 | Modified: | 21 Nov 2003 11:41 |
Reporter: | Michael Reekie | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | server 4.1.0-0 | OS: | Linux (linux 8) |
Assigned to: | CPU Architecture: | Any |
[18 Nov 2003 21:19]
Michael Reekie
[18 Nov 2003 22:03]
Michael Reekie
I missed some critical things about the work around. After running the corected script, you have to modify ownership and permissions. all the files in: /var/lib/mysql/mysql must have ownership: mysql:root and permissions: 600 the directory /var/lib/mysql/mysql itself must have ownership: mysql:root and permissions 711
[21 Nov 2003 11:41]
Dean Ellis
This script has changed in 4.1.1 and no longer has the issue. Thank you.