Re: MySQL can't find table forms.

2002-01-17 Thread Travis Farmer
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 ) > >

RE: MySQL can't find table forms.

2002-01-17 Thread Carsten H. Pedersen
> 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

Re: MySQL can't find table forms.

2002-01-17 Thread Gerald Clark
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