F:wampinmysqlmysql5.6.12inmysqld.exe --init-file=resetmysqlpass.txtpause
UPDATE mysql.user SET Password=PASSWORD('root') WHERE User='root';FLUSH PRIVILEGES;