Disable MySQL Performance Schema
Edit MySQL config file:
vi /etc/mysql/my.cnf |
Disable performance_schema
by adding this line:
performance_schema = 0 |
Restart MySQL service:
/etc/init.d/mysql restart |
More Related Posts
- [2016/09/28] Quickly Rename MySQL Database
- [2016/05/15] Increase MySQL Max Connections Limit
- [2016/05/15] How to Change MySQL User Password
- [2016/05/15] How to Recover MySQL Root Password
- [2016/05/15] Mysqli() Headers Client Library Minor ...
- [2016/05/15] How to Create a MySQL Database
- [2016/05/15] Manage Remote MySQL Server with Local ...
- [2016/05/20] Install Percona MySQL Server on Debian