Archmactrix
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 36
Comments
Recent activity by Archmactrix-
[quote="Venomous21, post: 1673852"> Should I make any modifications before the upgrade to my.cnf? cat /etc/my.cnf [mysqld] set-variable = max_connections=500 log-slow-queries safe-show-database op...
-
If you are using the default location on CentOS it should be in: /var/lib/mysql
-
[quote="beninfl, post: 1652161">Hi everyone! My server came with an empty my.cnf and nothing setup on it. Nice of them, wasnt it? Ben The my.cnf file is usually empty when it's delivered to cust...
-
The IP's at the bottom are mine and have the same time stamp as the entries. 127.0.0.1 - - [05/07/2014:07:05:24 -0000] "GET /.__cpanel__service__check__./serviceauth?sendkey=__HIDDEN__&version=1.2...
-
[quote="hayvan, post: 1636142">mysqltuner was not recommended for 5.6, so I used tuning-primer. mysqltuner 1.3 is said to have MySQL 5.6 support. You can read this cPanel forum post from eva2000 ...
-
You should use correct variables for your mysql version: Use: [QUOTE]slow_query_log_file=/var/lib/mysql/slow.log table_open_cache=your-value Instead of: [QUOTE]table_cache_size = your-value log...
-
I don't know the fastest way to do that, but cPanel Bulk Password Changer via the Application Catalog seems to do this fast. [QUOTE]Features : Change password of all email accounts in your s...
-
Does apache needs to be recompiled after applying the patch?
-
[quote="mehnihma, post: 1613521"> Also when I add table_cache to my.cfn, MySQL does not load? Thanks That variable should be table_open_cache in recent mysql versions like 5.6. The default value ...
-
You have many duplicated variables and some of them conflicting, like these (conflicts): max_connections=1500 max_connections=500 query_cache_size=128M query_cache_size=8M table_definition_cache=...