Re: start MySQL on RedHat problem

2001-12-04 Thread Trong Phuc
$mysqladmin [-u root] password [yr-pass] or not, uninstall (rpm -e) it and install again :) Trong Phuc At 12:40 PM 12/4/01 +0800, Tri Tran wrote: >I never run mySQL on this Linux box before and now it keep saying that > >error: 'Access denied for user: 'root@localhost' (Using password: YES)' > >w

Re: start MySQL on RedHat problem

2001-12-03 Thread EdwardSPL
Tri Tran wrote: > > I never run mySQL on this Linux box before and now it keep saying that > > error: 'Access denied for user: 'root@localhost' (Using password: YES)' > > when I try to run mysql or run mysqladmin, now to reset the password ? Hello, run mysqladmin -u root password '' -p (a

start MySQL on RedHat problem

2001-12-03 Thread Tri Tran
I never run mySQL on this Linux box before and now it keep saying that error: 'Access denied for user: 'root@localhost' (Using password: YES)' when I try to run mysql or run mysqladmin, now to reset the password ? - Before pos