Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.0.7
-
None
-
None
-
None
-
Fedora 20
Description
I stopped the server, installed with yum, moved /var/lib/mysql to /data/mysql, created a softlink
cd /var/lib
ln -s /data/mysql .
the I did the usual chown -R mysql:mysql mysql
but I still keep getting this error. This is a valid and common operation y regular mysql, to reload the data directory to another drive.
[ERROR] mysqld: Can't create/write to file '/var/lib/mysql/aria_log_control' (Errcode: 13 "Permission denied")
[ERROR] mysqld: Got error 'Can't create file' when trying to use aria control file '/var/lib/mysql/aria_log_control'
[ERROR] Plugin 'Aria' init function returned error.
[ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
Attachments
Issue Links
- relates to
-
MDEV-5378 mysql init script sets a wrong default value for datadir
-
- Closed
-
No, you are right. I found the issue on my new Fedora 20. I apologize.
If you send me your ssh public key I can give you access and we we
could reproduce the issue.
This is my selinux
cd /etc/selinux
[root@fedora20 selinux]# cat config
SELINUX=disabled
processes are protected.
SELINUXTYPE=targeted
On Mon, Dec 2, 2013 at 4:13 PM, Elena Stepanova (JIRA)