Why can't you get rid of cPanel and have a fresh setup with default rpm's installed?Thank you very much for your help. I will try to translate all that to my host, but I don't know what the outcome will be.
Not at all, I'm sure your host can provide everything I explained above.It seems to me I should be looking for another host?
Do you have a 64bit OS?How important is it to configure my.cnf?
I don't have any problems (yet), but mine is pretty much empty:
[root@server ~]# cat /etc/my.cnf
[mysqld]
max_allowed_packet = 16M
VPS with 2 Cores and 6GB RAM; Centos 6, PHP 5.4.17 and Litespeed (if it makes any difference).
yesDo you have a 64bit OS?
# INNODB #
innodb_additional_mem_pool_size=16M
innodb_buffer_pool_size=2G
innodb_file_per_table=1
innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit=2
innodb_thread_concurrency=0
innodb_flush_method=O_DIRECT
innodb_log_file_size=256M
innodb_log_files_in_group=2
# CACHES AND LIMITS #
tmp_table_size=128M
max_heap_table_size=128M
query_cache_type=0
query_cache_size=0
max_connections=80
thread_cache_size=50
open_files_limit=65535
table_definition_cache=4096
table_open_cache=4096
Yeah, that's about the same size of mine.My SQL is about 950MB in size (without search index) and I have about 3000 uniques/day. Would that fit?
Thanks MattW. Just for my knowledge, why should we have InnoDB custom values?Yeah, that's about the same size of mine.
That will be because of the innodb_log_file_sizeYeah, @MattW with the settings above my SQL server dies and doesn't want to load even after a global server restart.
Works! Thank you very much MattW. Can you please explain what does these configurations give me? Why innodb is so important? Should I have anything else there?That will be because of the innodb_log_file_size
cd /var/lib/mysql/
ib_logfile0
ib_logfile1
You need to stop MySQL, remove the old ones (I just mv them to a different directory), and then restart MySQL
Almost all the tables used by XenForo are InnoDB, which is why it's important to adjust the settings to suite your specific site.Works! Thank you very much MattW. Can you please explain what does these configurations give me? Why innodb is so important? Should I have anything else there?
Thanks again.
We use essential cookies to make this site work, and optional cookies to enhance your experience.