How to flush performance_schema stats without restarting MySQL?
Easier then truncating each separate table would be to call the procedure:
CALL sys.ps_truncate_all_tables(FALSE);
MySQL 5.7 Reference Manual
Easier then truncating each separate table would be to call the procedure:
CALL sys.ps_truncate_all_tables(FALSE);
MySQL 5.7 Reference Manual