MySQL 3.23.49 Installation - password problems

2002-04-03 Thread Victoria Reznichenko
Lee, Tuesday, April 02, 2002, 8:54:44 PM, you wrote: LPR> I just installed MySQL 3.23.49 on NT and executed the following LPR> commands: LPR> UPDATE USER SET password=password("test1") WHERE host="localhost"; LPR> UPDATE USER SET password=password("test1") WHERE host="%"; LPR> Now, after do

MySQL 3.23.49 Installation - password problems

2002-04-02 Thread Lee P Reilly
Hi, I just installed MySQL 3.23.49 on NT and executed the following commands: UPDATE USER SET password=password("test1") WHERE host="localhost"; UPDATE USER SET password=password("test1") WHERE host="%"; Now, after doing 'mysqladmin reload', I cannot connect... > mysql -p > Enter password: