Said Badrul Nahar Wed, 02 May 2001 21:29:58 -0700
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