mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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');
|