Trong khi sửa lỗi ibdata / log, tôi đã vô tình đánh rơi performance_schema
cơ sở dữ liệu của mình , tôi muốn tạo một cái mới.
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)
Những biến đó có vẻ tốt với tôi.
Câu hỏi sau đây cũng hỏi điều tương tự, tuy nhiên người dùng kết luận rằng họ có thể tạo nó bằng cách làm theo tài liệu mà tôi không thể tìm thấy hướng dẫn như vậy.
mysql đã xóa Performance_schema, nó có phải là một vấn đề không?
Có suy nghĩ gì không?
mysql
dịch vụ sau khi làm điều này! Nó chỉ hoạt động sau khi khởi động lại cho tôi.