Re: cannot protect user with password

2001-05-02 Thread Paul DuBois
At 10:47 AM +0700 5/3/01, Said Badrul Nahar wrote: >i used the mysql 3.23.37 for windows, >i can grant new user with this statement : > grant all on *.* to said@'%' identified by 'general' ; > flush privileges ; >why the user can log into database without using his password : > mysqlc

cannot protect user with password

2001-05-02 Thread Said Badrul Nahar
i used the mysql 3.23.37 for windows, i can grant new user with this statement : grant all on *.* to said@'%' identified by 'general' ; flush privileges ; why the user can log into database without using his password : mysqlc -u said