Hi,
Definitely agree on the thread title, storing a table on a non-default location should be a NON-ISSUE ;-)
Went through the same set of hurdles (permissions, grants etc) with the same result, i.e. :
ERROR 1 (HY000): Can't create/write to file '/home/mysql/tb1.MYD' (Errcode: 13)
Note that /home/mysql is owned by mysql.mysql and 700-moded:
root@:/home# ll
total 2 total 2 drwxr-xr-x 2 root root 1520 2009-06-01 17:41 log
drwxr-xr-x 2 ezio ezio 48 2009-05-21 08:57 mnt
drwx------ 2 mysql mysql 48 2009-06-02 14:37 mysql
drwxr-xr-x 2 ezio ezio 80 2009-05-31 20:28 tmp
drwxr-xr-x 6 ezio ezio 160 2009-05-21 10:02 var
drwxr-xr-x 7 www-data www-data 368 2009-05-28 13:10 www
drwxr-xr-x 9 xymon xymon 424 2009-05-22 20:57 xymon
I'm running the CREATE TABLE slq sql with "root" mysql user which I granted the FILE privilege, like this:
mysql> grant file on .*.* to root@localhost; Query OK, 0 rows affected (0.00 sec)
And, last but not least ... I'm not running SELinux but Ubuntu server 09-04.
What next? How to get out of this cul-de-sac?
Thanks,
Ezio
