صفحه 1 از 2 12 آخرینآخرین
نمایش نتایج: از شماره 1 تا 10 , از مجموع 11

موضوع: کمک در بهینه سازی mysql

  1. #1
    کاربر اخراج شده
    تاریخ عضویت
    Aug 2012
    نوشته ها
    291
    تشکر تشکر کرده 
    33
    تشکر تشکر شده 
    58
    تشکر شده در
    52 پست

    پیش فرض کمک در بهینه سازی mysql

    سلام دوستان عزیز
    بنده یک عدد سرور با مجازی با مشخصات زیر تهیه کردم
    با دستور زیر فایل کانفیگ cp -f /usr/share/mysql/my-large.cnf /etc/my.cnf رو جایگزین کردم و محتوان فایل my.cnf بصورت زیر هست

    کد PHP:
    # Example MySQL config file for large systems.## This is for a large system with memory = 512M where the system runs mainly# MySQL.## MySQL programs look for option files in a set of# locations which depend on the deployment platform.# You can copy this option file to one of those# locations. For information about these locations, see:# http://dev.mysql.com/doc/mysql/en/option-files.html## In this file, you can use all long options that a program supports.# If you want to know which options a program supports, run the program# with the "--help" option.
    # The following options will be passed to all MySQL clients[client]#password    = your_passwordport        = 3306socket        = /var/lib/mysql/mysql.sock
    # Here follows entries for some specific programs
    # The MySQL server[mysqld]port        = 3306socket        = /var/lib/mysql/mysql.*****kip-external-lockingkey_buffer_size = 256Mmax_allowed_packet = 1Mtable_open_cache = 256sort_buffer_size = 1Mread_buffer_size = 1Mread_rnd_buffer_size = 4Mmyisam_sort_buffer_size = 64Mthread_cache_size = 8query_cache_size= 16M# Try number of CPU's*2 for thread_concurrencythread_concurrency = 8
    # Don't listen on a TCP/IP port at all. This can be a security enhancement,# if all processes that need to connect to mysqld run on the same host.# All interaction with mysqld must be made via Unix sockets or named pipes.# Note that using this option without enabling named pipes on Windows# (via the "enable-named-pipe" option) will render mysqld useless!# #skip-networking
    # Replication Master Server (default)# binary logging is required for replicationlog-bin=mysql-bin
    # binary logging format - mixed recommendedbinlog_format=mixed
    # required unique id between 1 and 2^32 - 1# defaults to 1 if master-host is not set# but will not function as a master if omittedserver-id    = 1
    # Replication Slave (comment out master section to use this)## To configure this host as a replication slave, you can choose between# two methods :## 1) Use the CHANGE MASTER TO command (fully described in our manual) -#    the syntax is:##    CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,#    MASTER_USER=<user>, MASTER_PASSWORD=<password> ;##    where you replace <host>, <user>, <password> by quoted strings and#    <port> by the master's port number (3306 by default).##    Example:##    CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,#    MASTER_USER='joe', MASTER_PASSWORD='secret';## OR## 2) Set the variables below. However, in case you choose this method, then#    start replication for the first time (even unsuccessfully, for example#    if you mistyped the password in master-password and the slave fails to#    connect), the slave will create a master.info file, and any later#    change in this file to the variables' values below will be ignored and#    overridden by the content of the master.info file, unless you shutdown#    the slave server, delete master.info and restart the slaver server.#    For that reason, you may want to leave the lines below untouched#    (commented) and instead use CHANGE MASTER TO (see above)## required unique id between 2 and 2^32 - 1# (and different from the master)# defaults to 2 if master-host is set# but will not function as a slave if omitted#server-id       = 2## The replication master for this slave - required#master-host     =   <hostname>## The username the slave will use for authentication when connecting# to the master - required#master-user     =   <username>## The password the slave will authenticate with when connecting to# the master - required#master-password =   <password>## The port the master is listening on.# optional - defaults to 3306#master-port     =  <port>## binary logging - not required for slaves, but recommended#log-bin=mysql-bin
    # Uncomment the following if you are using InnoDB tables#innodb_data_home_dir = /var/lib/mysql#innodb_data_file_path = ibdata1:10M:autoextend#innodb_log_group_home_dir = /var/lib/mysql# You can set .._buffer_pool_size up to 50 - 80 %# of RAM but beware of setting memory usage too high#innodb_buffer_pool_size = 256M#innodb_additional_mem_pool_size = 20M# Set .._log_file_size to 25 % of buffer pool size#innodb_log_file_size = 64M#innodb_log_buffer_size = 8M#innodb_flush_log_at_trx_commit = 1#innodb_lock_wait_timeout = 50
    [mysqldump]quickmax_allowed_packet 16M
    [mysql]no-auto-rehash# Remove the next comment character if you are not familiar with SQL#safe-updates
    [myisamchk]key_buffer_size 128Msort_buffer_size 128Mread_buffer 2Mwrite_buffer 2M
    [mysqlhotcopy]interactive-timeout 
    مورد استفاده دو عدد سایت وردپرس هست که بازدید روزانه اوناد مجموعا به صد تا نمیرسه
    رم سرور 4 گیگ و سی پی یو دو هسته ای که هر هسته 1500 مگاهرتز اختصاص داده شده
    لطفا برای بهنیه سازی بهتر و بیشتر پایگاه داده راهنمایی کنید

  2. # ADS




     

  3. #2
    کاربر اخراج شده
    تاریخ عضویت
    Nov 2014
    محل سکونت
    ../whmgr
    نوشته ها
    204
    تشکر تشکر کرده 
    173
    تشکر تشکر شده 
    307
    تشکر شده در
    207 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    عرض ادب

    کانفیگ های آماده ی اینترنتی به درد سرور نمیخورد.

    باید با توجه به منابعی که در اختیار سرور است ، با اصول کانفیگ گردد.

  4. #3
    کاربر اخراج شده
    تاریخ عضویت
    Aug 2012
    نوشته ها
    291
    تشکر تشکر کرده 
    33
    تشکر تشکر شده 
    58
    تشکر شده در
    52 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    ممنون ، منابع سرور که ذکر کردم این کانفیگ هم بصورت پیش فرض همراه دایرمت ادمین هست و بنده با این دستور فقط اون منتقل کردم به پوشه مورد نظر برای این که sql تنظیمات رو از اون بخونه ، حالا هم قصدم اینه که دیتابیس رو بهینه تر کنم
    خوشحال میشم در دوستان در مورد توضیح بدن یا اگه پیشنهاد خاصی دارند اینجا بگند تا بقیه هم یاد بگیرند

  5. #4
    عضو دائم
    تاریخ عضویت
    Sep 2012
    محل سکونت
    hetzners rack
    نوشته ها
    2,739
    تشکر تشکر کرده 
    2,675
    تشکر تشکر شده 
    6,577
    تشکر شده در
    3,502 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    سلام.

    ابتدا یک Basic configuration انجام دهید سپس بعد از 24 ساعت از ابزار MySQL Tunner استفاده بفرمایید.

  6. تعداد تشکر ها از Yas-Host به دلیل پست مفید


  7. #5
    کاربر اخراج شده
    تاریخ عضویت
    Aug 2012
    نوشته ها
    291
    تشکر تشکر کرده 
    33
    تشکر تشکر شده 
    58
    تشکر شده در
    52 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    نتایج زیر بدست اومده ، لطفا راهنمایی کنید


    [root@lena ~]# perl mysqltuner.pl
    >> MySQLTuner 1.6.0 - Major Hayden <major@mhtx.net>
    >> Bug reports, feature requests, and downloads at http://mysqltuner.com/
    >> Run with '--help' for additional options and output filtering
    [--] Skipped version check for MySQLTuner script
    [OK] Currently running supported MySQL version 5.5.31-log
    [OK] Operating on 64-bit architecture


    -------- Storage Engine Statistics -------------------------------------------
    [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
    [--] Data in MyISAM tables: 251M (Tables: 229)
    [--] Data in InnoDB tables: 103M (Tables: 551)
    [!!] Total fragmented tables: 560


    -------- Security Recommendations -------------------------------------------
    [!!] User '@lena.sabawebhost.net' is an anonymous account.
    [!!] User '@localhost' is an anonymous account.
    [OK] All database users have passwords assigned
    [!!] There is not basic password file list !


    -------- Performance Metrics -------------------------------------------------
    [--] Up for: 12h 51m 40s (593K q [12.823 qps], 8K conn, TX: 3B, RX: 90M)
    [--] Reads / Writes: 87% / 13%
    [--] Binary logging is enabled (GTID MODE: OFF)
    [--] Total buffers: 432.0M global + 6.4M per thread (151 max threads)
    [OK] Maximum reached memory usage: 540.4M (14.10% of installed RAM)
    [OK] Maximum possible memory usage: 1.4G (36.39% of installed RAM)
    [OK] Slow queries: 0% (0/593K)
    [OK] Highest usage of available connections: 11% (17/151)
    [OK] Aborted connections: 0.00% (0/8923)
    [OK] Query cache efficiency: 72.2% (386K cached / 535K selects)
    [!!] Query cache prunes per day: 132777
    [OK] Sorts requiring temporary tables: 0% (115 temp sorts / 72K sorts)
    [!!] Joins performed without indexes: 283
    [!!] Temporary tables created on disk: 61% (13K on disk / 22K total)
    [OK] Thread cache hit rate: 99% (50 created / 8K connections)
    [!!] Table cache hit rate: 4% (256 open / 5K opened)
    [OK] Open file limit used: 12% (127/1K)
    [OK] Table locks acquired immediately: 99% (202K immediate / 202K locks)
    [OK] Binlog cache memory access: 100.00% ( 16000 Memory / 16000 Total)


    -------- MyISAM Metrics -----------------------------------------------------
    [!!] Key buffer used: 18.7% (50M used / 268M cache)
    [OK] Key buffer size / total MyISAM indexes: 256.0M/20.0M
    [OK] Read Key buffer hit rate: 100.0% (26M cached / 5K reads)
    [!!] Write Key buffer hit rate: 40.7% (3K cached / 2K writes)


    -------- InnoDB Metrics -----------------------------------------------------
    [--] InnoDB is enabled.
    [OK] InnoDB buffer pool / data size: 128.0M/103.6M
    [OK] InnoDB buffer pool instances: 1
    [!!] InnoDB Used buffer: 47.99% (3931 used/ 8191 total)
    [OK] InnoDB Read buffer efficiency: 99.99% (37795189 hits/ 37798600 total)
    [!!] InnoDB Write buffer efficiency: 0.00% (0 hits/ 1 total)
    [OK] InnoDB log waits: 0.00% (0 waits / 19605 writes)


    -------- AriaDB Metrics -----------------------------------------------------
    [--] AriaDB is disabled.


    -------- Replication Metrics -------------------------------------------------
    [--] No replication slave(s) for this server.
    [--] This is a standalone server..


    -------- Recommendations -----------------------------------------------------
    General recommendations:
    Run OPTIMIZE TABLE to defragment tables for better performance
    Remove Anonymous User account - there is 2 Anonymous account.
    MySQL started within last 24 hours - recommendations may be inaccurate
    Enable the slow query log to troubleshoot bad queries
    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
    Increase table_open_cache gradually to avoid file descriptor limits
    Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
    Beware that open_files_limit (1024) variable
    should be greater than table_open_cache ( 256)
    Variables to adjust:
    query_cache_size (> 16M)
    join_buffer_size (> 128.0K, or always use indexes with joins)
    tmp_table_size (> 16M)
    max_heap_table_size (> 16M)
    table_open_cache (> 256)



    - - - Updated - - -

    update

    - - - Updated - - -

    ؟
    ---------------------

    - - - Updated - - -

    کسی نظری نداره

  8. #6
    عضو دائم allbert آواتار ها
    تاریخ عضویت
    Apr 2011
    محل سکونت
    شمال-تهران
    نوشته ها
    1,166
    تشکر تشکر کرده 
    178
    تشکر تشکر شده 
    1,086
    تشکر شده در
    791 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    سلام;

    اگر تمایل دارید که طبق گزارش این برنامه دیتابیس رو بهینه کنید از قسمت اخر یعنی :

    Run OPTIMIZE TABLE to defragment tables for better performance
    Remove Anonymous User account - there is 2 Anonymous account.
    MySQL started within last 24 hours - recommendations may be inaccurate
    Enable the slow query log to troubleshoot bad queries
    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
    Increase table_open_cache gradually to avoid file descriptor limits
    Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
    Beware that open_files_limit (1024) variable
    should be greater than table_open_cache ( 256)
    Variables to adjust:
    query_cache_size (> 16M)
    join_buffer_size (> 128.0K, or always use indexes with joins)
    tmp_table_size (> 16M)
    max_heap_table_size (> 16M)
    table_open_cache (> 256)

    استفاده کنید. اما بهینه سازی دتابیس ارتباط مستقیم با نوع سرور و استفاده از منابع هست. برای مثال اگر درگیری منابع شما بیشتر توسط وبسرور هست شما باید منابع بیشتری و در اختیار وبسرور قرار بدید واز کش بیش از حد اطلاعات دیتابیس در رم خوداری کنید.

    برای خودتون و مصرفتون استراتژی تهیه کنید و با توجه به اون اقدام به اعمال تغییرات کنید.

    موفق باشید.
    ▓ مدیریت سازمان یافته و رایگان سرور مجازی و اختصاصی : BergServer.com
    ▓ مرجع آمـوزش های مدیریت سرور و هاستینگ : WikiConfig.ir

  9. تعداد تشکر ها از allbert به دلیل پست مفید


  10. #7
    کاربر اخراج شده
    تاریخ عضویت
    Aug 2012
    نوشته ها
    291
    تشکر تشکر کرده 
    33
    تشکر تشکر شده 
    58
    تشکر شده در
    52 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    نقل قول نوشته اصلی توسط allbert نمایش پست ها
    سلام;

    اگر تمایل دارید که طبق گزارش این برنامه دیتابیس رو بهینه کنید از قسمت اخر یعنی :

    Run OPTIMIZE TABLE to defragment tables for better performance
    Remove Anonymous User account - there is 2 Anonymous account.
    MySQL started within last 24 hours - recommendations may be inaccurate
    Enable the slow query log to troubleshoot bad queries
    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
    Increase table_open_cache gradually to avoid file descriptor limits
    Read this before increasing table_open_cache over 64: http://bit.ly/1mi7c4C
    Beware that open_files_limit (1024) variable
    should be greater than table_open_cache ( 256)
    Variables to adjust:
    query_cache_size (> 16M)
    join_buffer_size (> 128.0K, or always use indexes with joins)
    tmp_table_size (> 16M)
    max_heap_table_size (> 16M)
    table_open_cache (> 256)

    استفاده کنید. اما بهینه سازی دتابیس ارتباط مستقیم با نوع سرور و استفاده از منابع هست. برای مثال اگر درگیری منابع شما بیشتر توسط وبسرور هست شما باید منابع بیشتری و در اختیار وبسرور قرار بدید واز کش بیش از حد اطلاعات دیتابیس در رم خوداری کنید.

    برای خودتون و مصرفتون استراتژی تهیه کنید و با توجه به اون اقدام به اعمال تغییرات کنید.

    موفق باشید.
    این موارد دقیقا داخل فایل my.cnf ذخیره شده حالا اسکریبت هم همین موارد پیشنهاد داده یا باید مقادیر بیشتری درج بشه

  11. #8
    عضو دائم allbert آواتار ها
    تاریخ عضویت
    Apr 2011
    محل سکونت
    شمال-تهران
    نوشته ها
    1,166
    تشکر تشکر کرده 
    178
    تشکر تشکر شده 
    1,086
    تشکر شده در
    791 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    معمولا طبق همین اسکریپت مقادیر رو میدن هرچند من با این اسکریپت زیاد موافق نیستم. اگر در این زمینه تجربه ندارید نه نظر من از همین مقادیر استفاده کنید.
    ▓ مدیریت سازمان یافته و رایگان سرور مجازی و اختصاصی : BergServer.com
    ▓ مرجع آمـوزش های مدیریت سرور و هاستینگ : WikiConfig.ir

  12. #9
    کاربر اخراج شده
    تاریخ عضویت
    Aug 2012
    نوشته ها
    291
    تشکر تشکر کرده 
    33
    تشکر تشکر شده 
    58
    تشکر شده در
    52 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    table_open_cache (> 256)
    یعنی این مقدار باید داخل فایل کانفیگ ست بشه ؟

    - - - Updated - - -

    table_open_cache (> 256)
    یعنی این مقدار باید داخل فایل کانفیگ ست بشه ؟

    - - - Updated - - -

    table_open_cache (> 256)
    یعنی این مقدار باید داخل فایل کانفیگ ست بشه ؟

    - - - Updated - - -

    table_open_cache (> 256)
    یعنی این مقدار باید داخل فایل کانفیگ ست بشه ؟

  13. #10
    عضو دائم allbert آواتار ها
    تاریخ عضویت
    Apr 2011
    محل سکونت
    شمال-تهران
    نوشته ها
    1,166
    تشکر تشکر کرده 
    178
    تشکر تشکر شده 
    1,086
    تشکر شده در
    791 پست

    پیش فرض پاسخ : کمک در بهینه سازی mysql

    بله باید در فایل my.cnf تغییرات انجام بشه
    ▓ مدیریت سازمان یافته و رایگان سرور مجازی و اختصاصی : BergServer.com
    ▓ مرجع آمـوزش های مدیریت سرور و هاستینگ : WikiConfig.ir

صفحه 1 از 2 12 آخرینآخرین

اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

موضوعات مشابه

  1. بهینه سازی mysql
    توسط Mata007 در انجمن سی پنل CPanel
    پاسخ ها: 5
    آخرين نوشته: March 22nd, 2016, 12:32
  2. پاسخ ها: 14
    آخرين نوشته: August 11th, 2013, 00:44
  3. ارور Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11)
    توسط pc.rootall در انجمن سوالات و مشکلات
    پاسخ ها: 8
    آخرين نوشته: July 20th, 2013, 16:37
  4. مشاوره برای بهینه سازی mysql
    توسط GEO در انجمن سوالات و مشکلات
    پاسخ ها: 2
    آخرين نوشته: July 3rd, 2013, 12:47
  5. بهینه سازی mysql
    توسط Mohammad1980 در انجمن سوالات و مشکلات
    پاسخ ها: 8
    آخرين نوشته: December 16th, 2012, 11:44

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •