摘要:
use mysqlselect * from user \G;UPDATE user set password=PASSWORD('root') where user='root'grant all on *.* to root@'%' Identified by 'root'上次设置了密码发现不起... 阅读全文
posted @ 2015-06-07 00:36
agang_19
阅读(172)
评论(0)
推荐(0)