Re: error 1044 on database restore

2003-08-27 Thread Victoria Reznichenko
"Carl B. Constantine" <[EMAIL PROTECTED]> wrote: > * Victoria Reznichenko ([EMAIL PROTECTED]) wrote: >> It means that user doesn't have ALTER privilege. > > BUT, I've tried granting the user all privs in mysqlcc and it still > doesn't work. Looking at my other setup, the users look like they are >

Re: error 1044 on database restore

2003-08-26 Thread Carl B. Constantine
* Victoria Reznichenko ([EMAIL PROTECTED]) wrote: > It means that user doesn't have ALTER privilege. BUT, I've tried granting the user all privs in mysqlcc and it still doesn't work. Looking at my other setup, the users look like they are set up the same. -- .''`. Carl B. Constantine : :'

Re: error 1044 on database restore

2003-08-26 Thread Victoria Reznichenko
"Carl B. Constantine" <[EMAIL PROTECTED]> wrote: > I'm trying to move a database from one machine to another. I dumped the > database and successfully loaded it on one machine, but I can't do it on > another machine. > > I have the database set up. I created the user to access the database, > and

error 1044 on database restore

2003-08-26 Thread Carl B. Constantine
I'm trying to move a database from one machine to another. I dumped the database and successfully loaded it on one machine, but I can't do it on another machine. I have the database set up. I created the user to access the database, and gave all privs with grant option for that database. But when