Re: Help with access denied

2001-02-20 Thread Gerald L. Clark
3031 > website: http://www.ucauca.edu.co/~dmlopez > e-mail: [EMAIL PROTECTED] >[EMAIL PROTECTED] > == > > - Original Message - > From: Mohamad Ilhami <[EMAIL PROTECTED]> > To: diego López <[EMAIL PROTECTED]> > Cc: mysql list <[EMAIL PROTECTED]> > S

Re: RE: Help with access denied

2001-02-19 Thread Ed Carp
=?iso-8859-1?Q?diego_L=F3pez?= ([EMAIL PROTECTED]) writes: > I already did something like that .. the problem was i erase all the > content of the mysql directory and i creaste a new mysql database, and when > i try to restar the mysql daemon (/etc/rc.d/init.d/mysql start) i get a > message l

RE: Help with access denied

2001-02-19 Thread diego López
L PROTECTED]> To: diego López <[EMAIL PROTECTED]> Cc: mysql list <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 10:48 PM Subject: Re: Help with access denied > On Mon, 19 Feb 2001, [iso-8859-1] diego López wrote: > > > Hi all, > > i installed successful Mysql

Re: Help with access denied

2001-02-19 Thread Mohamad Ilhami
On Mon, 19 Feb 2001, [iso-8859-1] diego López wrote: > Hi all, > i installed successful Mysql ver 3.25.33-1 > after that i changer the root password and when i make a connection looks > like i am connecting with the user @localhost instead the root user > > [root@halley bin]# mysql -u root mysq

Re: Help with access denied

2001-02-19 Thread Rolf Hopkins
You mean 3.23.33??? Try: mysqladmin -u root password new-password If that fails, start mysql server with skip grants and change the password that way and then restart the server. Skip grants is in the manual. If you still have problems, look at the permissions on the mysql directories/files.