Guest User

config

a guest
Feb 21st, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 45.23 KB | None | 0 0
  1. **SYS ACTIVITIES**
  2.  
  3. 90% `UPDATES` AND `INSERTS`
  4. 10% `SELECT`
  5.  
  6. My slow query log is backed up. below I have my mysql info. Please let me know if there is anything i should add that would help.
  7.  
  8.  
  9.     Server version          5.5.27-log
  10.     Protocol version        10
  11.     Connection              XX.xx.xxx via TCP/IP
  12.     TCP port                3306
  13.     Uptime:                 21 hours 39 min 40 sec
  14.  
  15.  
  16.  
  17.     Uptime: 78246  Threads: 125  Questions: 6764445  Slow queries: 25  Opens: 1382  Flush tables: 2  Open tables: 22  Queries per second avg: 86.451
  18.  
  19. **SHOW OPEN TABLES**
  20.  
  21.     +----------+---------------+--------+-------------+
  22.     | Database | Table         | In_use | Name_locked |
  23.     +----------+---------------+--------+-------------+
  24.     | aridb   | ek            |      0 |           0 |
  25.     | aridb   | ey            |      0 |           0 |
  26.     | aridb   | ts            |      4 |           0 |
  27.     | aridb   | tts           |      6 |           0 |
  28.     | aridb   | tg            |      0 |           0 |
  29.     | aridb   | tgle          |      2 |           0 |
  30.     | aridb   | ts            |      5 |           0 |
  31.     | aridb   | tg2           |      1 |           0 |
  32.     | aridb   | bts           |      0 |           0 |
  33.     +---------+--------------+-------+------------+
  34.  
  35.  
  36. **INNODB STATUS**
  37.  
  38.  
  39.  
  40.         mysql> SHOW ENGINE INNODB STATUS\G;
  41.     *************************** 1. row ***************************
  42.       Type: InnoDB
  43.       Name:
  44.     Status:
  45.     =====================================
  46.     130221  8:44:49 INNODB MONITOR OUTPUT
  47.     =====================================
  48.     Per second averages calculated from the last 5 seconds
  49.     -----------------
  50.     BACKGROUND THREAD
  51.     -----------------
  52.     srv_master_thread loops: 70524 1_second, 70519 sleeps, 7038 10_second, 363 background, 363 flush
  53.     srv_master_thread log flush and writes: 72927
  54.     ----------
  55.     SEMAPHORES
  56.     ----------
  57.     OS WAIT ARRAY INFO: reservation count 1372638, signal count 1837080
  58.     Mutex spin waits 643465034, rounds 940995846, OS waits 1030430
  59.     RW-shared spins 378897, rounds 6751004, OS waits 203025
  60.     RW-excl spins 90877, rounds 2660238, OS waits 18282
  61.     Spin rounds per wait: 1.46 mutex, 17.82 RW-shared, 29.27 RW-excl
  62.     ------------
  63.     TRANSACTIONS
  64.     ------------
  65.     Trx id counter AB867AE
  66.     Purge done for trx's n:o < AB866A5 undo n:o < 0
  67.  
  68.  
  69.      History list length 1953
  70.        LIST OF TRANSACTIONS FOR EACH SESSION:
  71.        ---TRANSACTION AB867A6, not started
  72.        MySQL thread id 1145652, OS thread handle 0xcdc, query id 6768809 16 fd
  73.        SHOW ENGINE INNODB STATUS
  74.       **MORE THAN 20-30 MORE TRX HERE BUT I HAD TO REMOVE**
  75.        MySQL thread id 1145653, OS thread handle 0x524, query id 6768835 1X.XX.XXX6 fd Sending data
  76.        SELECT COUNT(*) FROM aridb.tg
  77.                            WHERE FE > DATE_FORMAT(NOW(), '%Y-%m-%d 11:00:00')
  78.        Trx read view will not see trx with id >= AB867AE, sees < AB850AF
  79.        ---TRANSACTION AB8653A, ACTIVE 32 sec starting index read
  80.        mysql tables in use 1, locked 1
  81.        LOCK WAIT 2 lock struct(s), heap size 376, 1 row lock(s)
  82.        MySQL thread id 88, OS thread handle 0x115c, query id 6766882 XXX.20.XXX.XXX SR1 Updating
  83.        UPDATE ts SET Rn = 'GmL', eId = 'a09a0', Ld = '2013-02-21 08:44:16' WHERE (KeyO = '445')
  84.        ------- TRX HAS BEEN WAITING 32 SEC FOR THIS LOCK TO BE GRANTED:
  85.        RECORD LOCKS space id 0 page no 1161168 n bits 88 index `PRIMARY` of table `aridb`.`ts` trx id AB8653A lock_mode X locks rec but not gap waiting
  86.        
  87.        Record lock, heap no 17 PHYSICAL RECORD: n_fields 33; compact format; info bits 0
  88.         0: len 30; hex 31363936316238; asc 18e73e78283566961b8; (total 38 bytes);
  89.         1: len 6; hex 00d; asc     2 ;;
  90.         2: len 7; hex 5f212ae; asc _   "  ;;
  91.         3: len 30; hex 6874f3f713d6d6792b636c; asc http://r.com/?q=ml; (total 62 bytes);
  92.         4: len 30; hex 6874772e676f6f6
  93.    
  94.    ------------------
  95.    ---TRANSACTION AB850AF, ACTIVE 303 sec fetching rows, thread declared inside InnoDB 346
  96.    mysql tables in use 1, locked 1
  97.    284185 lock struct(s), heap size 25311672, 4600432 row lock(s), undo log entries 20
  98.    MySQL thread id 936442, OS thread handle 0xe94, query id 6748782 XXX.XXX.17X.XXX SR5 Updating
  99.    UPDATE ts SET ELn = 'n', Ld = '2013-02-21 08:39:45' WHERE (((Name = 'glem') AND (Id <> '72e')) AND (Run <> '4567'))
  100.    --------
  101.    FILE I/O
  102.    --------
  103.    I/O thread 0 state: wait Windows aio (insert buffer thread)
  104.    I/O thread 1 state: wait Windows aio (log thread)
  105.    I/O thread 5 state: wait Windows aio (read thread)
  106.    I/O thread 6 state: wait Windows aio (write thread)
  107.    I/O thread 9 state: wait Windows aio (write thread)
  108.    Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] ,
  109.     ibuf aio reads: 0, log i/o's: 0, sync i/o's: 1
  110.    Pending flushes (fsync) log: 0; buffer pool: 0
  111.    13214125 OS file reads, 946361 OS file writes, 101252 OS fsyncs
  112.    1027.59 reads/s, 16384 avg bytes/read, 0.80 writes/s, 0.80 fsyncs/s
  113.    -------------------------------------
  114.    INSERT BUFFER AND ADAPTIVE HASH INDEX
  115.    -------------------------------------
  116.    Ibuf: size 1, free list len 25693, seg size 25695, 36967 merges
  117.    merged operations:
  118.     insert 47331, delete mark 40, delete 0
  119.    discarded operations:
  120.     insert 0, delete mark 0, delete 0
  121.    Hash table size 42499631, node heap has 1495 buffer(s)
  122.    64.39 hash searches/s, 66.19 non-hash searches/s
  123.    ---
  124.    LOG
  125.    ---
  126.    Log sequence number 245643894076
  127.    Log flushed up to   245643894076
  128.    Last checkpoint at  245636308784
  129.    0 pending log writes, 0 pending chkp writes
  130.    71446 log i/o's done, 0.80 log i/o's/second
  131.    ----------------------
  132.    BUFFER POOL AND MEMORY
  133.    ----------------------
  134.    Total memory allocated 21978152960; in additional pool allocated 0
  135.    Dictionary memory allocated 225638
  136.    Buffer pool size   1310720
  137.    Free buffers       0
  138.    Database pages     1307681
  139.    Old database pages 482698
  140.    Modified db pages  5944
  141.    Pending reads 1
  142.    Pending writes: LRU 0, flush list 0, single page 0
  143.    Pages made young 36724712, not young 0
  144.    1035.19 youngs/s, 0.00 non-youngs/s
  145.    Pages read 13214113, created 41147, written 853981
  146.    1027.39 reads/s, 0.40 creates/s, 0.00 writes/s
  147.    Buffer pool hit rate 992 / 1000, young-making rate 8 / 1000 not 0 / 1000
  148.    Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
  149.    LRU len: 1307681, unzip_LRU len: 0
  150.    I/O sum[51507]:cur[446], unzip sum[0]:cur[0]
  151.    --------------
  152.    ROW OPERATIONS
  153.    --------------
  154.    1 queries inside InnoDB, 0 queries in queue
  155.    1 read views open inside InnoDB
  156.    Main thread id 1412, state: sleeping
  157.    Number of rows inserted 830813, updated 149957, deleted 0, read 210568542690
  158.    **6.40 inserts/s, 2.40 updates/s, 0.00 deletes/s, 652002.80 reads/s**
  159. As you can see there is a lot going on....especially a lot of inserts and updates per second.
  160.  
  161. **SHOW STATUS** VALUE = 0 have been removed from below.
  162.  
  163.    mysql> SHOW STATUS;
  164.    +------------------------------------------+-------------+
  165.    | Variable_name                            | Value       |
  166.    +------------------------------------------+-------------+
  167.    | Aborted_clients                          | 549         |
  168.    | Aborted_connects                         | 4           |
  169.    | Binlog_cache_disk_use                    | 0           |
  170.    | Binlog_cache_use                         | 489         |
  171.    | Binlog_stmt_cache_disk_use               | 0           |
  172.    | Binlog_stmt_cache_use                    | 0           |
  173.    | Bytes_received                           | 489         |
  174.    | Bytes_sent                               | 103162      |
  175.    | Com_xa_start                             | 0           |
  176.    | Compression                              | OFF         |
  177.    | Connections                              | 1156817     |
  178.    | Created_tmp_disk_tables                  | 0           |
  179.    | Created_tmp_files                        | 29          |
  180.    | Created_tmp_tables                       | 6           |
  181.    | Delayed_writes                           | 0           |
  182.    | Flush_commands                           | 2           |
  183.    | Handler_commit                           | 0           |
  184.    | Handler_read_prev                        | 0           |
  185.    | Handler_read_rnd                         | 0           |
  186.    | Handler_read_rnd_next                    | 166         |
  187.    | Handler_rollback                         | 0           |
  188.    | Handler_savepoint                        | 0           |
  189.    | Handler_savepoint_rollback               | 0           |
  190.    | Handler_update                           | 0           |
  191.    | Handler_write                            | 160         |
  192.    | Innodb_buffer_pool_pages_data            | 1305160     |
  193.    | Innodb_buffer_pool_pages_dirty           | 39994       |
  194.    | Innodb_buffer_pool_pages_flushed         | 867529      |
  195.    | Innodb_buffer_pool_pages_free            | 0           |
  196.    | Innodb_buffer_pool_pages_misc            | 5560        |
  197.    | Innodb_buffer_pool_pages_total           | 1310720     |
  198.    | Innodb_buffer_pool_read_ahead_rnd        | 0           |
  199.    | Innodb_buffer_pool_read_ahead            | 1810        |
  200.    | Innodb_buffer_pool_read_ahead_evicted    | 10714       |
  201.    | Innodb_buffer_pool_read_requests         | 854116340   |
  202.    | Innodb_buffer_pool_reads                 | 13851612    |
  203.    | Innodb_buffer_pool_wait_free             | 0           |
  204.    | Innodb_buffer_pool_write_requests        | 6603074     |
  205.    | Innodb_data_fsyncs                       | 102862      |
  206.    | Innodb_data_pending_fsyncs               | 0           |
  207.    | Innodb_data_pending_reads                | 0           |
  208.    | Innodb_data_pending_writes               | 0           |
  209.    | Innodb_data_read                         | 4257615872  |
  210.    | Innodb_data_reads                        | 13891229    |
  211.    | Innodb_data_writes                       | 961342      |
  212.    | Innodb_data_written                      | 3642328576  |
  213.    | Innodb_dblwr_pages_written               | 867529      |
  214.    | Innodb_dblwr_writes                      | 14372       |
  215.    | Innodb_have_atomic_builtins              | ON          |
  216.    | Innodb_log_waits                         | 0           |
  217.    | Innodb_log_write_requests                | 2269029     |
  218.    | Innodb_log_writes                        | 65156       |
  219.    | Innodb_os_log_fsyncs                     | 72420       |
  220.    | Innodb_os_log_pending_fsyncs             | 0           |
  221.    | Innodb_os_log_pending_writes             | 0           |
  222.    | Innodb_os_log_written                    | 981182976   |
  223.    | Innodb_page_size                         | 16384       |
  224.    | Innodb_pages_created                     | 45319       |
  225.    | Innodb_pages_read                        | 13891217    |
  226.    | Innodb_pages_written                     | 867529      |
  227.    | Innodb_row_lock_current_waits            | 5           |
  228.    | Innodb_row_lock_time                     | 72477226    |
  229.    | Innodb_row_lock_time_avg                 | 40086       |
  230.    | Innodb_row_lock_time_max                 | 52568       |
  231.    | Innodb_row_lock_waits                    | 1808        |
  232.    | Innodb_rows_deleted                      | 372         |
  233.    | Innodb_rows_inserted                     | 933208      |
  234.    | Innodb_rows_read                         | 2202925028  |
  235.    | Innodb_rows_updated                      | 188985      |
  236.    | Innodb_truncated_status_writes           | 0           |
  237.    | Key_blocks_not_flushed                   | 0           |
  238.    | Key_blocks_unused                        | 243297      |
  239.    | Key_blocks_used                          | 5           |
  240.    | Key_read_requests                        | 18          |
  241.    | Key_reads                                | 9           |
  242.    | Key_write_requests                       | 0           |
  243.    | Key_writes                               | 0           |
  244.    | Last_query_cost                          | 10.499000   |
  245.    | Max_used_connections                     | 197         |
  246.    | Not_flushed_delayed_rows                 | 0           |
  247.    | Open_files                               | 8           |
  248.    | Open_streams                             | 0           |
  249.    | Open_table_definitions                   | 68          |
  250.    | Open_tables                              | 66          |
  251.    | Opened_files                             | 561         |
  252.    | Opened_table_definitions                 | 0           |
  253.    | Opened_tables                            | 0           |
  254.    | Prepared_stmt_count                      | 0           |
  255.    | Qcache_free_blocks                       | 166         |
  256.    | Qcache_free_memory                       | 267864984   |
  257.    | Qcache_hits                              | 539247      |
  258.    | Qcache_inserts                           | 575579      |
  259.    | Qcache_lowmem_prunes                     | 0           |
  260.    | Qcache_not_cached                        | 1789123     |
  261.    | Qcache_queries_in_cache                  | 266         |
  262.    | Qcache_total_blocks                      | 717         |
  263.    | Queries                                  | 6837693     |
  264.    | Questions                                | 13          |
  265.    | Rpl_status                               | AUTH_MASTER |
  266.    | Select_full_join                         | 0           |
  267.    | Select_full_range_join                   | 0           |
  268.    | Select_range                             | 0           |
  269.    | Select_range_check                       | 0           |
  270.    | Select_scan                              | 6           |
  271.    | Slave_running                            | OFF         |
  272.    | Table_locks_immediate                    | 1792925     |
  273.    | Table_locks_waited                       | 0           ||
  274.    | Threads_cached                           | 99          |
  275.    | Threads_connected                        | 60          |
  276.    | Threads_created                          | 197         |
  277.    | Threads_running                          | 11          |
  278.    | Uptime                                   | 79472       |
  279.    | Uptime_since_flush_status                | 79472       |
  280.    +------------------------------------------+-------------+
  281.  
  282. **SHOW VARIABLES;**
  283. Current configirations
  284.  
  285.    mysql> SHOW VARIABLES;
  286.    -----------------------+
  287.    | Variable_name                                     | Value
  288.                           |
  289.    +---------------------------------------------------+----------------------------------
  290.    | auto_increment_increment                          | 1
  291.                           |
  292.    | auto_increment_offset                             | 1
  293.                           |
  294.    | autocommit                                        | ON
  295.                           |
  296.    | automatic_sp_privileges                           | ON
  297.                           |
  298.    | back_log                                          | 50
  299.                           |
  300.    | basedir                                           | C:/Program Files (x86)/MySQL/MySQL Server 5.5/
  301.                           |
  302.    | big_tables                                        | OFF
  303.                           |
  304.    | binlog_cache_size                                 | 32768
  305.                           |
  306.    | binlog_direct_non_transactional_updates           | OFF
  307.                           |
  308.    | binlog_format                                     | MIXED
  309.                           |
  310.    | binlog_stmt_cache_size                            | 32768
  311.                           |
  312.    | bulk_insert_buffer_size                           | 8388608
  313.                           |
  314.    | character_set_client                              | cp850
  315.                           |
  316.    | character_set_connection                          | cp850
  317.                           |
  318.    | character_set_database                            | latin1
  319.                           |
  320.    | character_set_filesystem                          | binary
  321.                           |
  322.    | character_set_results                             | cp850
  323.                           |
  324.    | character_set_server                              | latin1
  325.                           |
  326.    | character_set_system                              | utf8
  327.                           |
  328.    | character_sets_dir                                | C:\Program Files (x86)\MySQL\MySQL Server 5.5\share\charsets\
  329.                           |
  330.    | collation_connection                              | cp850_general_ci
  331.                           |
  332.    | collation_database                                | latin1_swedish_ci
  333.                           |
  334.    | collation_server                                  | latin1_swedish_ci
  335.                           |
  336.    | completion_type                                   | NO_CHAIN
  337.                           |
  338.    | concurrent_insert                                 | AUTO
  339.                           |
  340.    | connect_timeout                                   | 10
  341.                           |
  342.    | datadir                                           | C:\ProgramData\MySQL\MySQL Server 5.5\Data\
  343.                           |
  344.    | date_format                                       | %Y-%m-%d
  345.                           |
  346.    | datetime_format                                   | %Y-%m-%d %H:%i:%s
  347.                           |
  348.    | default_storage_engine                            | InnoDB
  349.                           |
  350.    | default_week_format                               | 0
  351.                           |
  352.    | delay_key_write                                   | ON
  353.                           |
  354.    | delayed_insert_limit                              | 100
  355.                           |
  356.    | delayed_insert_timeout                            | 300
  357.                           |
  358.    | delayed_queue_size                                | 1000
  359.                           |
  360.    | div_precision_increment                           | 4
  361.                           |
  362.    | engine_condition_pushdown                         | ON
  363.                           |
  364.    | error_count                                       | 0
  365.                           |
  366.    | event_scheduler                                   | ON
  367.                           |
  368.    | expire_logs_days                                  | 0
  369.                           |
  370.    | external_user                                     |
  371.                           |
  372.    | flush                                             | OFF
  373.                           |
  374.    | flush_time                                        | 1800
  375.                           |
  376.    | foreign_key_checks                                | ON
  377.                           |
  378.    | ft_boolean_syntax                                 | + -><()~*:""&|
  379.                           |
  380.    | ft_max_word_len                                   | 84
  381.                           |
  382.    | ft_min_word_len                                   | 4
  383.                           |
  384.    | ft_query_expansion_limit                          | 20
  385.                           |
  386.    | ft_stopword_file                                  | (built-in)
  387.                           |
  388.    | general_log                                       | OFF
  389.                           |
  390.    | general_log_file                                  | C:\ProgramData\MySQL\MySQL Server 5.5\Data\ip-0A1E8179.log
  391.                           |
  392.    | group_concat_max_len                              | 1024
  393.                           |
  394.    | have_compress                                     | YES
  395.                           |
  396.    | have_crypt                                        | NO
  397.                           |
  398.    | have_csv                                          | YES
  399.                           |
  400.    | have_dynamic_loading                              | YES
  401.                           |
  402.    | have_geometry                                     | YES
  403.                           |
  404.    | have_innodb                                       | YES
  405.                           |
  406.    | have_ndbcluster                                   | NO
  407.                           |
  408.    | have_openssl                                      | DISABLED
  409.                           |
  410.    | have_partitioning                                 | YES
  411.                           |
  412.    | have_profiling                                    | YES
  413.                           |
  414.    | have_query_cache                                  | YES
  415.                           |
  416.    | have_rtree_keys                                   | YES
  417.                           |
  418.    | have_ssl                                          | DISABLED
  419.                           |
  420.    | have_symlink                                      | YES
  421.                           |
  422.    | hostname                                          | ip-0A1E8179
  423.                           |
  424.    | identity                                          | 0
  425.                           |
  426.    | ignore_builtin_innodb                             | OFF
  427.                           |
  428.    | innodb_adaptive_flushing                          | ON
  429.                           |
  430.    | innodb_adaptive_hash_index                        | ON
  431.                           |
  432.    | innodb_additional_mem_pool_size                   | 31457280
  433.                           |
  434.    | innodb_autoextend_increment                       | 8
  435.                           |
  436.    | innodb_autoinc_lock_mode                          | 1
  437.                           |
  438.    | innodb_buffer_pool_instances                      | 1
  439.                           |
  440.    | innodb_buffer_pool_size                           | 21474836480
  441.                           |
  442.    | innodb_change_buffering                           | all
  443.                           |
  444.    | innodb_checksums                                  | ON
  445.                           |
  446.    | innodb_commit_concurrency                         | 0
  447.                           |
  448.    | innodb_concurrency_tickets                        | 500
  449.                           |
  450.    | innodb_data_file_path                             | ibdata1:10M:autoextend
  451.                           |
  452.    | innodb_data_home_dir                              |
  453.                           |
  454.    | innodb_doublewrite                                | ON
  455.                           |
  456.    | innodb_fast_shutdown                              | 1
  457.                           |
  458.    | innodb_file_format                                | Antelope
  459.                           |
  460.    | innodb_file_format_check                          | ON
  461.                           |
  462.    | innodb_file_format_max                            | Antelope
  463.                           |
  464.    | innodb_file_per_table                             | OFF
  465.                           |
  466.    | innodb_flush_log_at_trx_commit                    | 0
  467.                           |
  468.    | innodb_flush_method                               |
  469.                           |
  470.    | innodb_force_load_corrupted                       | OFF
  471.                           |
  472.    | innodb_force_recovery                             | 0
  473.                           |
  474.    | innodb_io_capacity                                | 200
  475.                           |
  476.    | innodb_large_prefix                               | OFF
  477.                           |
  478.    | innodb_lock_wait_timeout                          | 50
  479.                           |
  480.    | innodb_locks_unsafe_for_binlog                    | OFF
  481.                           |
  482.    | innodb_log_buffer_size                            | 10485760
  483.                           |
  484.    | innodb_log_file_size                              | 536870912
  485.                           |
  486.    | innodb_log_files_in_group                         | 2
  487.                           |
  488.    | innodb_log_group_home_dir                         | .\
  489.                           |
  490.    | innodb_max_dirty_pages_pct                        | 75
  491.                           |
  492.    | innodb_max_purge_lag                              | 0
  493.                           |
  494.    | innodb_mirrored_log_groups                        | 1
  495.                           |
  496.    | innodb_old_blocks_pct                             | 37
  497.                           |
  498.    | innodb_old_blocks_time                            | 0
  499.                           |
  500.    | innodb_open_files                                 | 300
  501.                           |
  502.    | innodb_purge_batch_size                           | 20
  503.                           |
  504.    | innodb_purge_threads                              | 0
  505.                           |
  506.    | innodb_random_read_ahead                          | OFF
  507.                           |
  508.    | innodb_read_ahead_threshold                       | 56
  509.                           |
  510.    | innodb_read_io_threads                            | 4
  511.                           |
  512.    | innodb_replication_delay                          | 0
  513.                           |
  514.    | innodb_rollback_on_timeout                        | OFF
  515.                           |
  516.    | innodb_rollback_segments                          | 128
  517.                           |
  518.    | innodb_spin_wait_delay                            | 6
  519.                           |
  520.    | innodb_stats_method                               | nulls_equal
  521.                           |
  522.    | innodb_stats_on_metadata                          | ON
  523.                           |
  524.    | innodb_stats_sample_pages                         | 8
  525.                           |
  526.    | innodb_strict_mode                                | OFF
  527.                           |
  528.    | innodb_support_xa                                 | ON
  529.                           |
  530.    | innodb_sync_spin_loops                            | 30
  531.                           |
  532.    | innodb_table_locks                                | ON
  533.                           |
  534.    | innodb_thread_concurrency                         | 10
  535.                           |
  536.    | innodb_thread_sleep_delay                         | 10000
  537.                           |
  538.    | innodb_use_native_aio                             | ON
  539.                           |
  540.    | innodb_use_sys_malloc                             | ON
  541.                           |
  542.    | innodb_version                                    | 1.1.8
  543.                           |
  544.    | innodb_write_io_threads                           | 4
  545.                           |
  546.    | insert_id                                         | 0
  547.                           |
  548.    | interactive_timeout                               | 28800
  549.                           |
  550.    | join_buffer_size                                  | 131072
  551.                           |
  552.    | keep_files_on_create                              | OFF
  553.                           |
  554.    | key_buffer_size                                   | 304087040
  555.                           |
  556.    | key_cache_age_threshold                           | 300
  557.                           |
  558.    | key_cache_block_size                              | 1024
  559.                           |
  560.    | key_cache_division_limit                          | 100
  561.                           |
  562.    | large_files_support                               | ON
  563.                           |
  564.    | large_page_size                                   | 0
  565.                           |
  566.    | large_pages                                       | OFF
  567.                           |
  568.    | last_insert_id                                    | 0
  569.                           |
  570.    | lc_messages                                       | en_US
  571.                           |
  572.    | lc_messages_dir                                   | C:\Program Files (x86)\MySQL\MySQL Server 5.5\share\
  573.                           |
  574.    | lc_time_names                                     | en_US
  575.                           |
  576.    | license                                           | GPL
  577.                           |
  578.    | local_infile                                      | ON
  579.                           |
  580.    | lock_wait_timeout                                 | 31536000
  581.                           |
  582.    | log                                               | OFF
  583.                           |
  584.    | log_bin                                           | ON
  585.                           |
  586.    | log_bin_trust_function_creators                   | OFF
  587.                           |
  588.    | log_error                                         | C:\Users\Administrator\Desktop\Logs\mysql-bin.err
  589.                           |
  590.    | log_output                                        | FILE
  591.                           |
  592.    | log_queries_not_using_indexes                     | OFF
  593.                           |
  594.    | log_slave_updates                                 | OFF
  595.                           |
  596.    | log_slow_queries                                  | ON
  597.                           |
  598.    | log_warnings                                      | 1
  599.                           |
  600.    | long_query_time                                   | 300.000000
  601.                           |
  602.    | low_priority_updates                              | OFF
  603.                           |
  604.    | lower_case_file_system                            | ON
  605.                           |
  606.    | lower_case_table_names                            | 1
  607.                           |
  608.    | max_allowed_packet                                | 1048576
  609.                           |
  610.    | max_binlog_cache_size                             | 18446744073709547520
  611.                           |
  612.    | max_binlog_size                                   | 1073741824
  613.                           |
  614.    | max_binlog_stmt_cache_size                        | 18446744073709547520
  615.                           |
  616.    | max_connect_errors                                | 10
  617.                           |
  618.    | max_connections                                   | 800
  619.                           |
  620.    | max_delayed_threads                               | 20
  621.                           |
  622.    | max_error_count                                   | 64
  623.                           |
  624.    | max_heap_table_size                               | 268435456
  625.                           |
  626.    | max_insert_delayed_threads                        | 20
  627.                           |
  628.    | max_join_size                                     | 18446744073709551615
  629.                           |
  630.    | max_length_for_sort_data                          | 1024
  631.                           |
  632.    | max_long_data_size                                | 1048576
  633.                           |
  634.    | max_prepared_stmt_count                           | 16382
  635.                           |
  636.    | max_relay_log_size                                | 0
  637.                           |
  638.    | max_seeks_for_key                                 | 4294967295
  639.                           |
  640.    | max_sort_length                                   | 1024
  641.                           |
  642.    | max_sp_recursion_depth                            | 0
  643.                           |
  644.    | max_tmp_tables                                    | 32
  645.                           |
  646.    | max_user_connections                              | 0
  647.                           |
  648.    | max_write_lock_count                              | 4294967295
  649.                           |
  650.    | metadata_locks_cache_size                         | 1024
  651.                           |
  652.    | min_examined_row_limit                            | 0
  653.                           |
  654.    | multi_range_count                                 | 256
  655.                           |
  656.    | myisam_data_pointer_size                          | 6
  657.                           |
  658.    | myisam_max_sort_file_size                         | 107374182400
  659.                           |
  660.    | myisam_mmap_size                                  | 18446744073709551615
  661.                           |
  662.    | myisam_recover_options                            | OFF
  663.                           |
  664.    | myisam_repair_threads                             | 1
  665.                           |
  666.    | myisam_sort_buffer_size                           | 70254592
  667.                           |
  668.    | myisam_stats_method                               | nulls_unequal
  669.                           |
  670.    | myisam_use_mmap                                   | OFF
  671.                           |
  672.    | named_pipe                                        | OFF
  673.                           |
  674.    | net_buffer_length                                 | 16384
  675.                           |
  676.    | net_read_timeout                                  | 30
  677.                           |
  678.    | net_retry_count                                   | 10
  679.                           |
  680.    | net_write_timeout                                 | 60
  681.                           |
  682.    | new                                               | OFF
  683.                           |
  684.    | old                                               | OFF
  685.                           |
  686.    | old_alter_table                                   | OFF
  687.                           |
  688.    | old_passwords                                     | OFF
  689.                           |
  690.    | open_files_limit                                  | 6048
  691.                           |
  692.    | optimizer_prune_level                             | 1
  693.                           |
  694.    | optimizer_search_depth                            | 62
  695.                           |
  696.    | optimizer_switch                                  | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine
  697.    _condition_pushdown=on |
  698.    | performance_schema                                | OFF
  699.                           |
  700.    | performance_schema_events_waits_history_long_size | 10000
  701.                           |
  702.    | performance_schema_events_waits_history_size      | 10
  703.                           |
  704.    | performance_schema_max_cond_classes               | 80
  705.                           |
  706.    | performance_schema_max_cond_instances             | 1000
  707.                           |
  708.    | performance_schema_max_file_classes               | 50
  709.                           |
  710.    | performance_schema_max_file_handles               | 32768
  711.                           |
  712.    | performance_schema_max_file_instances             | 10000
  713.                           |
  714.    | performance_schema_max_mutex_classes              | 200
  715.                           |
  716.    | performance_schema_max_mutex_instances            | 1000000
  717.                           |
  718.    | performance_schema_max_rwlock_classes             | 30
  719.                           |
  720.    | performance_schema_max_rwlock_instances           | 1000000
  721.                           |
  722.    | performance_schema_max_table_handles              | 100000
  723.                           |
  724.    | performance_schema_max_table_instances            | 50000
  725.                           |
  726.    | performance_schema_max_thread_classes             | 50
  727.                           |
  728.    | performance_schema_max_thread_instances           | 1000
  729.                           |
  730.    | pid_file                                          | C:\ProgramData\MySQL\MySQL Server 5.5\Data\ip-0A1E8179.pid
  731.                           |
  732.    | plugin_dir                                        | C:\Program Files (x86)\MySQL\MySQL Server 5.5\lib\plugin\
  733.                           |
  734.    | port                                              | 3306
  735.                           |
  736.    | preload_buffer_size                               | 32768
  737.                           |
  738.    | profiling                                         | OFF
  739.                           |
  740.    | profiling_history_size                            | 15
  741.                           |
  742.    | protocol_version                                  | 10
  743.                           |
  744.    | proxy_user                                        |
  745.                           |
  746.    | pseudo_thread_id                                  | 1128144
  747.                           |
  748.    | query_alloc_block_size                            | 8192
  749.                           |
  750.    | query_cache_limit                                 | 1048576
  751.                           |
  752.    | query_cache_min_res_unit                          | 4096
  753.                           |
  754.    | query_cache_size                                  | 268435456
  755.                           |
  756.    | query_cache_type                                  | ON
  757.                           |
  758.    | query_cache_wlock_invalidate                      | OFF
  759.                           |
  760.    | query_prealloc_size                               | 8192
  761.                           |
  762.    | rand_seed1                                        | 0
  763.                           |
  764.    | rand_seed2                                        | 0
  765.                           |
  766.    | range_alloc_block_size                            | 4096
  767.                           |
  768.    | read_buffer_size                                  | 2097152
  769.                           |
  770.    | read_only                                         | OFF
  771.                           |
  772.    | read_rnd_buffer_size                              | 262144
  773.                           |
  774.    | relay_log                                         |
  775.                           |
  776.    | relay_log_index                                   |
  777.                           |
  778.    | relay_log_info_file                               | relay-log.info
  779.                           |
  780.    | relay_log_purge                                   | ON
  781.                           |
  782.    | relay_log_recovery                                | OFF
  783.                           |
  784.    | relay_log_space_limit                             | 0
  785.                           |
  786.    | report_host                                       |
  787.                           |
  788.    | report_password                                   |
  789.                           |
  790.    | report_port                                       | 3306
  791.                           |
  792.    | report_user                                       |
  793.                           |
  794.    | rpl_recovery_rank                                 | 0
  795.                           |
  796.    | secure_auth                                       | OFF
  797.                           |
  798.    | secure_file_priv                                  |
  799.                           |
  800.    | server_id                                         | 7342586
  801.                           |
  802.    | shared_memory                                     | OFF
  803.                           |
  804.    | shared_memory_base_name                           | MYSQL
  805.                           |
  806.    | skip_external_locking                             | ON
  807.                           |
  808.    | skip_name_resolve                                 | OFF
  809.                           |
  810.    | skip_networking                                   | OFF
  811.                           |
  812.    | skip_show_database                                | OFF
  813.                           |
  814.    | slave_compressed_protocol                         | OFF
  815.                           |
  816.    | slave_exec_mode                                   | STRICT
  817.                           |
  818.    | slave_load_tmpdir                                 | C:\Windows\TEMP
  819.                           |
  820.    | slave_max_allowed_packet                          | 1073741824
  821.                           |
  822.    | slave_net_timeout                                 | 3600
  823.                           |
  824.    | slave_skip_errors                                 | OFF
  825.                           |
  826.    | slave_transaction_retries                         | 10
  827.                           |
  828.    | slave_type_conversions                            |
  829.                           |
  830.    | slow_launch_time                                  | 2
  831.                           |
  832.    | slow_query_log                                    | ON
  833.                           |
  834.    | slow_query_log_file                               | C:/Logs/slowlog
  835.                           |
  836.    | socket                                            | MySQL
  837.                           |
  838.    | sort_buffer_size                                  | 268435456
  839.                           |
  840.    | sql_auto_is_null                                  | OFF
  841.                           |
  842.    | sql_big_selects                                   | ON
  843.                           |
  844.    | sql_big_tables                                    | OFF
  845.                           |
  846.    | sql_buffer_result                                 | OFF
  847.                           |
  848.    | sql_log_bin                                       | ON
  849.                           |
  850.    | sql_log_off                                       | OFF
  851.                           |
  852.    | sql_low_priority_updates                          | OFF
  853.                           |
  854.    | sql_max_join_size                                 | 18446744073709551615
  855.                           |
  856.    | sql_mode                                          | STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
  857.                           |
  858.    | sql_notes                                         | ON
  859.                           |
  860.    | sql_quote_show_create                             | ON
  861.                           |
  862.    | sql_safe_updates                                  | OFF
  863.                           |
  864.    | sql_select_limit                                  | 18446744073709551615
  865.                           |
  866.    | sql_slave_skip_counter                            | 0
  867.                           |
  868.    | sql_warnings                                      | OFF
  869.                           |
  870.    | ssl_ca                                            |
  871.                           |
  872.    | ssl_capath                                        |
  873.                           |
  874.    | ssl_cert                                          |
  875.                           |
  876.    | ssl_cipher                                        |
  877.                           |
  878.    | ssl_key                                           |
  879.                           |
  880.    | storage_engine                                    | InnoDB
  881.                           |
  882.    | stored_program_cache                              | 256
  883.                           |
  884.    | sync_binlog                                       | 0
  885.                           |
  886.    | sync_frm                                          | ON
  887.                           |
  888.    | sync_master_info                                  | 0
  889.                           |
  890.    | sync_relay_log                                    | 0
  891.                           |
  892.    | sync_relay_log_info                               | 0
  893.                           |
  894.    | system_time_zone                                  | Eastern Standard Time
  895.                           |
  896.    | table_definition_cache                            | 400
  897.                           |
  898.    | table_open_cache                                  | 1520
  899.                           |
  900.    | thread_cache_size                                 | 100
  901.                           |
  902.    | thread_concurrency                                | 10
  903.                           |
  904.    | thread_handling                                   | one-thread-per-connection
  905.                           |
  906.    | thread_stack                                      | 262144
  907.                           |
  908.    | time_format                                       | %H:%i:%s
  909.                           |
  910.    | time_zone                                         | SYSTEM
  911.                           |
  912.    | timed_mutexes                                     | OFF
  913.                           |
  914.    | timestamp                                         | 1361455530
  915.                           |
  916.    | tmp_table_size                                    | 268435456
  917.                           |
  918.    | tmpdir                                            | C:\Windows\TEMP
  919.                           |
  920.    | transaction_alloc_block_size                      | 8192
  921.                           |
  922.    | transaction_prealloc_size                         | 4096
  923.                           |
  924.    | tx_isolation                                      | REPEATABLE-READ
  925.                           |
  926.    | unique_checks                                     | ON
  927.                           |
  928.    | updatable_views_with_limit                        | YES
  929.                           |
  930.    | version                                           | 5.5.27-log
  931.                           |
  932.    | version_comment                                   | MySQL Community Server (GPL)
  933.                           |
  934.    | version_compile_machine                           | x86
  935.                           |
  936.    | version_compile_os                                | Win64
  937.                           |
  938.    | wait_timeout                                      | 28800
  939.                           |
  940.    | warning_count                                     | 0
  941.                           |
Advertisement
Add Comment
Please, Sign In to add comment