[MDEV-3701] LP:455520 - mariadb .debs: /var/lib/mysql/test owned by root and so unusable Created: 2009-10-19 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
After installing MariaDB from .deb files (assuming all fixes to preceding bugs are applied and install succeeds), I get this: root@ubuntu-x86-vm:~# ls -la /var/lib/mysql/ note that 'test' is owned by root. This makes it impossible to create any tables in 'test' database: MySQL [test]> create table t1(a int); MySQL [test]> create database db1; MySQL [test]> create table db1.t1(a int); Fix suggestion: make the installation procedure set correct permissions. |
| Comments |
| Comment by Kristian Nielsen [ 2009-10-23 ] |
|
Re: mariadb .debs: /var/lib/mysql/test owned by root and so unusable |
| Comment by Rasmus Johansson (Inactive) [ 2009-10-23 ] |
|
Launchpad bug id: 455520 |