mysql set password authorization on server -


now: need input password login mysql remote terminal.but in mysql server,i don't need input password.

then want input password in mysql server login.

how change it?

i have known. set password of user user login localhost

update user set password=password('password') host='localhost' 

Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -