4 lines
114 B
PHP
4 lines
114 B
PHP
|
|
# Reset the performance_schema.setup_consumers table
|
||
|
|
|
||
|
|
UPDATE performance_schema.threads SET instrumented = 'YES';
|