Re: changing pasword

2001-05-28 Thread tpchan
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 3:41 PM Subject: changing pasword > Hi ! > > I'm using MySql 3.23.38-nt on a test machine. > > I'd like to create a new user and I tried : > > --

Re: changing pasword

2001-05-28 Thread Rolf Hopkins
;[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 15:41 Subject: changing pasword > Hi ! > > I'm using MySql 3.23.38-nt on a test machine. > > I'd like to create a new user and I tried : > > -- > mysql> connect mysql > Connecti

changing pasword

2001-05-28 Thread Martin RODOT
Hi ! I'm using MySql 3.23.38-nt on a test machine. I'd like to create a new user and I tried : -- mysql> connect mysql Connection id:308 Current database: mysql mysql> set password for auser = password("anewpassword"); ERROR 1133: Can't find any matching row