帮我写个修改MySQL用户密码的语句,修改newdyprint用户密码为New&dy_123
UPDATE mysql.user SET authentication_string=PASSWORD('New&dy_123') WHERE user='newdyprint' AND Host='localhost'; FLUSH PRIVILEGES;
原文地址: https://www.cveoy.top/t/topic/ujw 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
UPDATE mysql.user SET authentication_string=PASSWORD('New&dy_123') WHERE user='newdyprint' AND Host='localhost'; FLUSH PRIVILEGES;
原文地址: https://www.cveoy.top/t/topic/ujw 著作权归作者所有。请勿转载和采集!