For Mysql, 127.0.0.1 is not the same as localhost.
Localhost refers to the socket file on the operating system, and is
faster than 127.0.0.1.
Use 'root'@'127.0.0.1' in your grant statements.
Ola Ogunneye wrote:
Please somebody help me.
I have installed MySql 4.0.13 and it works up until I try
You can try one or the other
mysql -h localhost -u root -ppasswd db
or
mysql -h `uname -n` -u root -ppasswd db
in solaris
On Mon, 30 Jun 2003, Twibell, Cory L wrote:
> Did you flush the privileges after you gave root a password?
> The error you get is a result of not using a password to login.
Did you flush the privileges after you gave root a password?
The error you get is a result of not using a password to login.
-Original Message-
From: Ola Ogunneye [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 6:05 PM
To: [EMAIL PROTECTED]
Subject: Access Denied for User: [EMAIL PRO