win 新安装的mysql 1045 access denied for user
http://www.jb51.net/article/38473.htm
update mysql.user set authentication_string=password('root') where user='root' and Host ='localhost'
http://blog.csdn.net/lhf2112/article/details/52079065
http://www.jb51.net/article/38473.htm
update mysql.user set authentication_string=password('root') where user='root' and Host ='localhost'
http://blog.csdn.net/lhf2112/article/details/52079065