mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
6 lines
182 B
SQL
6 lines
182 B
SQL
# Reset the performance_schema.setup_actors table
|
|
|
|
TRUNCATE TABLE performance_schema.setup_actors;
|
|
|
|
INSERT INTO performance_schema.setup_actors VALUES ('%', '%', '%', 'YES', 'YES');
|