我几乎完成了一个大型网站的开发。
唯一的问题是我总是让 MySQL 消失错误......
我在stackoverflow上发布了另一个问题,但没有得到我的答案
所以我的问题是 Joomla 是否适合大型用户(500 万用户)的 CMS 解决方案?
我花了将近 5 个月的时间来开发这个......现在虽然我在一个 Quad 专用服务器(2 GB 内存)上,但我觉得 Joomla 可能不是这个大型数据库网站的正确解决方案......
编辑:我只是想澄清一下,我不是在谈论交通......它的全新网站。我说的是某些表中的行数
请指教
MySQL 服务器信息:
MySQL error log: /var/lib/mysql/eta.etalenthunt.com.err
root@eta [~]# cat /etc/my.cnf
[mysqld]
safe-show-database
open_files_limit = 5000
tmp_table_size = 32M
max_heap_table_size = 32M
query_cache_limit=1M
query_cache_size=100M ## 32MB for every 1GB of RAM
query_cache_type=1
max_connections=100
collation_server=utf8_unicode_ci
character_set_server=utf8
delayed_insert_timeout=40
interactive_timeout=30
wait_timeout=60
connect_timeout=60
thread_cache_size=64
key_buffer=32M ## 32MB for every 1GB of RAM
join_buffer=1M
max_connect_errors=20
max_allowed_packet=16M
table_cache=2048
record_buffer=1M
sort_buffer_size=3M ## 1MB for every 1GB of RAM
read_buffer_size=3M ## 1MB for every 1GB of RAM
read_rnd_buffer_size=3M ## 1MB for every 1GB of RAM
thread_concurrency=8 ## Number of CPUs x 2
myisam_sort_buffer_size=16M
innodb_file_per_table=1
innodb_buffer_pool_size=18M ## (>= 18M)
我正在运行 dedi 服务器 XEON QUAD 2 GB