2 messages in com.mysql.lists.mysqlRe: Initial Configuration Problems
FromSent OnAttachments
Gerald L. Clark14 Dec 2000 06:36 
Alex Speed14 Dec 2000 11:23 
Subject:Re: Initial Configuration Problems
From:Gerald L. Clark (gera@suppliersystems.com)
Date:12/14/2000 06:36:53 AM
List:com.mysql.lists.mysql

Alex Speed wrote:

Some people here very kindly helped me with the installation problem that I was having yesterday, and today I seem to have run into another problem.

I have been following the manual, and it says that after you have installed the database, you should change the root password using :

mysqladmin -u root -p password 'new password'

mysqladmin -u root password 'new password'

You need the -p if the password is already set, and you want to change it.

but when I do this, it gives me the following error :

connect to server at 'localhost' failed, error : access denied for user root@localhost

I have tried executing this command as different linux users, but I always get the same error message.

I have also tried specifiying the host with the -h option, but it still refuses to work :(

Please help!!!