Interesting, some of the databases were owned by root.
I chainged ownership back to mysql and now they all work. Even the one i had
trouble with after recovering from mysqlhotcopy.
Thanks much,
~Travis
>Error 13 is permission denied.
>
>chown -R mysql:mysql /var/lib/mysql ( or whatever )
>
>
> Remember a while back when I posted about restoring a mysqlhotcopy copied
> database that I got an error that it can't find the .frm file? Well, the
> error reports have been coming in that apparently most if not all
> my tables
> (restored or new) have the same error.
> Here is a sample from o
Error 13 is permission denied.
chown -R mysql:mysql /var/lib/mysql ( or whatever )
Travis Farmer wrote:
>Remember a while back when I posted about restoring a mysqlhotcopy copied
>database that I got an error that it can't find the .frm file? Well, the
>error reports have been coming in that