MySQL: limiting user access

admin

Administrator
Staff member
I've set up my GRANT statement to give full access to "webuser@localhost".

I want to make it mandatory for users to supply a password when entering MySQL. Right now, anyone from the command line can just type "mysql" and get into any DBs/tables.

How do i setup up mandatory password startup of MySQL?
 
Back
Top