ในขณะที่แก้ไขปัญหา ibdata / log ฉันตั้งใจทำperformance_schema
ฐานข้อมูลของฉันโดยไม่ได้ตั้งใจฉันต้องการสร้างใหม่
mysql> SHOW VARIABLES LIKE 'perf%';
+---------------------------------------------------+---------+
| Variable_name | Value |
+---------------------------------------------------+---------+
| performance_schema | ON |
| performance_schema_events_waits_history_long_size | 10000 |
| performance_schema_events_waits_history_size | 10 |
| performance_schema_max_cond_classes | 80 |
| performance_schema_max_cond_instances | 1000 |
| performance_schema_max_file_classes | 50 |
| performance_schema_max_file_handles | 32768 |
| performance_schema_max_file_instances | 10000 |
| performance_schema_max_mutex_classes | 200 |
| performance_schema_max_mutex_instances | 1000000 |
| performance_schema_max_rwlock_classes | 30 |
| performance_schema_max_rwlock_instances | 1000000 |
| performance_schema_max_table_handles | 100000 |
| performance_schema_max_table_instances | 50000 |
| performance_schema_max_thread_classes | 50 |
| performance_schema_max_thread_instances | 1000 |
+---------------------------------------------------+---------+
16 rows in set (0.06 sec)
ตัวแปรเหล่านั้นดูเหมือนจะดีสำหรับฉัน
คำถามต่อไปนี้ถามในสิ่งเดียวกันอย่างไรก็ตามผู้ใช้สรุปว่าพวกเขาสามารถสร้างได้โดยทำตามเอกสารที่ฉันไม่สามารถหาคำแนะนำดังกล่าวได้
mysql: ลบ performance_schema เป็นปัญหาหรือไม่
ความคิดใด ๆ
mysql
บริการใหม่หลังจากทำสิ่งนี้! มันทำงานหลังจากรีสตาร์ทสำหรับฉันเท่านั้น