آقا میشه در مورد پست ما هم نظر بدین ؟
---------- Post added at 08:12 PM ---------- Previous post was at 08:09 PM ----------
سلام
به من اطلاعات زیر رو داد الان داخل فایل مورد نظر باید دقیقا چی بزنم ؟
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Adjust your join queries to always utilize indexes
When making adjustments, make tmp_table_size/max_heap_table_size equal
Reduce your SELECT DISTINCT queries without LIMIT clauses
Set thread_cache_size to 4 as a starting value
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
query_cache_size (>= 8M)
join_buffer_size (> 128.0K, or always use indexes with joins)
tmp_table_size (> 16M)
max_heap_table_size (> 16M)
thread_cache_size (start at 4)
table_cache (> 64)
نه نظرتون این اسکریپت بهترین پیشنهاد رو می ده ؟
---------- Post added at 09:57 AM ---------- Previous post was at 09:54 AM ----------
الان وقتی دستور nano / etc/my.cof رو می زنم این می یاد :
[mysqld]
set-variable = max_connections=500
log-slow-queries
safe-show-database