RE: MySQL security settings

2001-06-08 Thread Neil Zanella
On Fri, 8 Jun 2001, nyon wrote: > I installed MySQL on Windows NT. > Currently, I login in using annoyomous user. > I can't seem to login in as root user. > The syntax is : mysql -u root -p xxx With the above command mysql thinks you are trying to access database xxx using a password to be spec

RE: MySQL security settings

2001-06-07 Thread nyon
I installed MySQL on Windows NT. Currently, I login in using annoyomous user. I can't seem to login in as root user. The syntax is : mysql -u root -p xxx It's seems funny as I can see the root password in the MySQL database --> user table. Any help ? Nyon