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
これを実行した後、サービスを再起動してください!それは私のために再起動した後にのみ機能しました。