Are you sure the password for root is christ1 ?
Did you try it without the -p ?
Kory Wheatley wrote:
>I have MYSQL installed on a hpux 11.0 unix system
>I installed the binary and everything started up correctly
>using /opt/mysql/bin/safe_mysqld &
>
>but when I try to connect as an user
>/opt/m
I have MYSQL installed on a hpux 11.0 unix system
I installed the binary and everything started up correctly
using /opt/mysql/bin/safe_mysqld &
but when I try to connect as an user
/opt/mysql/bin/mysql -u root -pchrist1
It will not work .
Even if I do the following command I get an error
/opt/my
I fixed the problem I just posted with MySql new installs "not seeing"
my passwords.
I had simply forgotten to flush the permissions after I set the
password.
"mysqladmin -u root flush-privileges"
Cheers,
-Richard
-
Before