Your Webhosting Questions
Answered by the Webhosting Experts
Tags +
Tags
...

Latest articles for tag: MySQL

Database

Manage Query Cache

You can check whether the query cache is present in your MySQL server using the following statement: mysql> SHOW VARIABLES LIKE ‘have_query_cache’; You can defragment …

Read More »
Database

Tune MySQL

Mysql set up (“my.cnf”). The MySQL config file, my.cnf. Here is what to add under the [mysqld] heading. The two lines, “max_connections” and “max_user_connections” are …

Read More »
Showing 34 - 44 of 62 articles