Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit
(AMD64)] on win 32 Type "help", "copyright", "credits" or
"license" for more information.
1、停止数据库 2、mysqld_safe --skip-grant-tables & 3、use mysql; 4、update
user set password=password("123456") where user='root'; 5、flush
privileges; 6、重启mys...