魁梧发带

文章
3
资源
0
加入时间
2年10月21天

MySQL更新密码

update mysql.user set authentication_string=password('root') where user='root' and Host ='%';FLUSH PRIVILEGES;一定要刷新,不然不生效

PDO::prepare讲解

本文主要是关于PDO::prepare讲解和相关实例