错误码: 1290The MySQL server is running with the --event-scheduler=DISABLED or --skip-grant-tables option so it cannot execute this statement
update mysql.user set authentication_string=password('your_pwd') where user='root';flush privileges;