Problems with grant/permissions

2001-12-18 Thread Barry Gold
I duplicated the mysql database from another machine by copying over the table files. But now I find myself unable to access the tables. I restarted the mysql server using the --skip-grant-tables option. Then I could access the tables, but the grant command wasn't recognized so I couldn't just

Re: Problems with grant/permissions

2001-12-18 Thread denis
Check the file ownership, and make sure that its the same as the mysql user. Barry Gold wrote: I duplicated the mysql database from another machine by copying over the table files. But now I find myself unable to access the tables. I restarted the mysql server using the --skip-grant-tables