Re: Root users permissions not working

2004-05-31 Thread Michael Stassen
> Peter, > Actually, > > Mysql -uUSERNAME -pPASSWORD works just fine. > > Donny And `mysql -u root -p somepassword` will not work. With the space between -p and "somepassword", mysql will attempt to interpret "somepassword" as the name of a database. As to the original question, the problem app

RE: Root users permissions not working

2004-05-31 Thread Donny Simonton
Peter, Actually, Mysql -uUSERNAME -pPASSWORD works just fine. Donny > -Original Message- > From: Sunmaia [mailto:[EMAIL PROTECTED] > Sent: Monday, May 31, 2004 7:44 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Root users permissions not working > >

RE: Root users permissions not working

2004-05-31 Thread Sunmaia
-tables and reset the root password. If you do is there a possibility it may have been hacked? Peter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 01 June 2004 01:26 > To: [EMAIL PROTECTED] > Subject: Root users permissions not working >

Root users permissions not working

2004-05-31 Thread linux
Hi Guys, I have been using mysql for a year now without any problems. Recently, I just noticed that my root user is not able to create any databases when I login. I have tried to change my root password and try but it does not work: -- #mysql -u root -psomepassword Welcome to the MySQL monitor.