| Summary: | dev-db/mysql-4.0.14-r1 - incorrect file ownerships | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | FieldySnuts <sgtphou> |
| Component: | New packages | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | iggy |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Set ownership on databases when doing ebuild /var/db/.. config | ||
|
Description
FieldySnuts
2003-09-01 07:09:47 UTC
Correction: where I said mysql_intitialize_db I meant mysql_install_db. I had this problem too - the suggested file permissions chown fixed the problem Created attachment 17192 [details]
Set ownership on databases when doing ebuild /var/db/.. config
Adds chowning of databases created by mysql_install_db. If /etc/mysql/my.cnf
exists, datadir is extracted from it - otherwise datadir defaults to
/var/lib/mysql
I tried kloeri's fix locally, and it worked Excellent! Thanks for the work. Now all we need is this in the offical ebuild. fixed / now in cvs under mysql 4.0.15 Greg: this isn't in the offical tree as of me checking 5 seconds ago. I'm working on this now. fixed in CVS. |