mysql 查詢用戶密碼,mysql設(shè)置密碼是單引號嗎?
是
mysql設(shè)置密碼是單引號引起來密碼。
執(zhí)行語句:
update mysql.user set password=password('new_password') where user='root' and host='localhost';
flush privileges;
是
mysql設(shè)置密碼是單引號引起來密碼。
執(zhí)行語句:
update mysql.user set password=password('new_password') where user='root' and host='localhost';
flush privileges;