4 lines
136 B
SQL
4 lines
136 B
SQL
# Reset the performance_schema.setup_instruments table
|
|
|
|
UPDATE performance_schema.setup_instruments SET enabled = 'YES', timed = 'YES';
|