Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **SYS ACTIVITIES**
- 90% `UPDATES` AND `INSERTS`
- 10% `SELECT`
- 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.
- Server version 5.5.27-log
- Protocol version 10
- Connection XX.xx.xxx via TCP/IP
- TCP port 3306
- Uptime: 21 hours 39 min 40 sec
- Uptime: 78246 Threads: 125 Questions: 6764445 Slow queries: 25 Opens: 1382 Flush tables: 2 Open tables: 22 Queries per second avg: 86.451
- **SHOW OPEN TABLES**
- +----------+---------------+--------+-------------+
- | Database | Table | In_use | Name_locked |
- +----------+---------------+--------+-------------+
- | aridb | ek | 0 | 0 |
- | aridb | ey | 0 | 0 |
- | aridb | ts | 4 | 0 |
- | aridb | tts | 6 | 0 |
- | aridb | tg | 0 | 0 |
- | aridb | tgle | 2 | 0 |
- | aridb | ts | 5 | 0 |
- | aridb | tg2 | 1 | 0 |
- | aridb | bts | 0 | 0 |
- +---------+--------------+-------+------------+
- **INNODB STATUS**
- mysql> SHOW ENGINE INNODB STATUS\G;
- *************************** 1. row ***************************
- Type: InnoDB
- Name:
- Status:
- =====================================
- 130221 8:44:49 INNODB MONITOR OUTPUT
- =====================================
- Per second averages calculated from the last 5 seconds
- -----------------
- BACKGROUND THREAD
- -----------------
- srv_master_thread loops: 70524 1_second, 70519 sleeps, 7038 10_second, 363 background, 363 flush
- srv_master_thread log flush and writes: 72927
- ----------
- SEMAPHORES
- ----------
- OS WAIT ARRAY INFO: reservation count 1372638, signal count 1837080
- Mutex spin waits 643465034, rounds 940995846, OS waits 1030430
- RW-shared spins 378897, rounds 6751004, OS waits 203025
- RW-excl spins 90877, rounds 2660238, OS waits 18282
- Spin rounds per wait: 1.46 mutex, 17.82 RW-shared, 29.27 RW-excl
- ------------
- TRANSACTIONS
- ------------
- Trx id counter AB867AE
- Purge done for trx's n:o < AB866A5 undo n:o < 0
- History list length 1953
- LIST OF TRANSACTIONS FOR EACH SESSION:
- ---TRANSACTION AB867A6, not started
- MySQL thread id 1145652, OS thread handle 0xcdc, query id 6768809 16 fd
- SHOW ENGINE INNODB STATUS
- **MORE THAN 20-30 MORE TRX HERE BUT I HAD TO REMOVE**
- MySQL thread id 1145653, OS thread handle 0x524, query id 6768835 1X.XX.XXX6 fd Sending data
- SELECT COUNT(*) FROM aridb.tg
- WHERE FE > DATE_FORMAT(NOW(), '%Y-%m-%d 11:00:00')
- Trx read view will not see trx with id >= AB867AE, sees < AB850AF
- ---TRANSACTION AB8653A, ACTIVE 32 sec starting index read
- mysql tables in use 1, locked 1
- LOCK WAIT 2 lock struct(s), heap size 376, 1 row lock(s)
- MySQL thread id 88, OS thread handle 0x115c, query id 6766882 XXX.20.XXX.XXX SR1 Updating
- UPDATE ts SET Rn = 'GmL', eId = 'a09a0', Ld = '2013-02-21 08:44:16' WHERE (KeyO = '445')
- ------- TRX HAS BEEN WAITING 32 SEC FOR THIS LOCK TO BE GRANTED:
- 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
- Record lock, heap no 17 PHYSICAL RECORD: n_fields 33; compact format; info bits 0
- 0: len 30; hex 31363936316238; asc 18e73e78283566961b8; (total 38 bytes);
- 1: len 6; hex 00d; asc 2 ;;
- 2: len 7; hex 5f212ae; asc _ " ;;
- 3: len 30; hex 6874f3f713d6d6792b636c; asc http://r.com/?q=ml; (total 62 bytes);
- 4: len 30; hex 6874772e676f6f6
- ------------------
- ---TRANSACTION AB850AF, ACTIVE 303 sec fetching rows, thread declared inside InnoDB 346
- mysql tables in use 1, locked 1
- 284185 lock struct(s), heap size 25311672, 4600432 row lock(s), undo log entries 20
- MySQL thread id 936442, OS thread handle 0xe94, query id 6748782 XXX.XXX.17X.XXX SR5 Updating
- UPDATE ts SET ELn = 'n', Ld = '2013-02-21 08:39:45' WHERE (((Name = 'glem') AND (Id <> '72e')) AND (Run <> '4567'))
- --------
- FILE I/O
- --------
- I/O thread 0 state: wait Windows aio (insert buffer thread)
- I/O thread 1 state: wait Windows aio (log thread)
- I/O thread 5 state: wait Windows aio (read thread)
- I/O thread 6 state: wait Windows aio (write thread)
- I/O thread 9 state: wait Windows aio (write thread)
- Pending normal aio reads: 0 [0, 0, 0, 0] , aio writes: 0 [0, 0, 0, 0] ,
- ibuf aio reads: 0, log i/o's: 0, sync i/o's: 1
- Pending flushes (fsync) log: 0; buffer pool: 0
- 13214125 OS file reads, 946361 OS file writes, 101252 OS fsyncs
- 1027.59 reads/s, 16384 avg bytes/read, 0.80 writes/s, 0.80 fsyncs/s
- -------------------------------------
- INSERT BUFFER AND ADAPTIVE HASH INDEX
- -------------------------------------
- Ibuf: size 1, free list len 25693, seg size 25695, 36967 merges
- merged operations:
- insert 47331, delete mark 40, delete 0
- discarded operations:
- insert 0, delete mark 0, delete 0
- Hash table size 42499631, node heap has 1495 buffer(s)
- 64.39 hash searches/s, 66.19 non-hash searches/s
- ---
- LOG
- ---
- Log sequence number 245643894076
- Log flushed up to 245643894076
- Last checkpoint at 245636308784
- 0 pending log writes, 0 pending chkp writes
- 71446 log i/o's done, 0.80 log i/o's/second
- ----------------------
- BUFFER POOL AND MEMORY
- ----------------------
- Total memory allocated 21978152960; in additional pool allocated 0
- Dictionary memory allocated 225638
- Buffer pool size 1310720
- Free buffers 0
- Database pages 1307681
- Old database pages 482698
- Modified db pages 5944
- Pending reads 1
- Pending writes: LRU 0, flush list 0, single page 0
- Pages made young 36724712, not young 0
- 1035.19 youngs/s, 0.00 non-youngs/s
- Pages read 13214113, created 41147, written 853981
- 1027.39 reads/s, 0.40 creates/s, 0.00 writes/s
- Buffer pool hit rate 992 / 1000, young-making rate 8 / 1000 not 0 / 1000
- Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
- LRU len: 1307681, unzip_LRU len: 0
- I/O sum[51507]:cur[446], unzip sum[0]:cur[0]
- --------------
- ROW OPERATIONS
- --------------
- 1 queries inside InnoDB, 0 queries in queue
- 1 read views open inside InnoDB
- Main thread id 1412, state: sleeping
- Number of rows inserted 830813, updated 149957, deleted 0, read 210568542690
- **6.40 inserts/s, 2.40 updates/s, 0.00 deletes/s, 652002.80 reads/s**
- As you can see there is a lot going on....especially a lot of inserts and updates per second.
- **SHOW STATUS** VALUE = 0 have been removed from below.
- mysql> SHOW STATUS;
- +------------------------------------------+-------------+
- | Variable_name | Value |
- +------------------------------------------+-------------+
- | Aborted_clients | 549 |
- | Aborted_connects | 4 |
- | Binlog_cache_disk_use | 0 |
- | Binlog_cache_use | 489 |
- | Binlog_stmt_cache_disk_use | 0 |
- | Binlog_stmt_cache_use | 0 |
- | Bytes_received | 489 |
- | Bytes_sent | 103162 |
- | Com_xa_start | 0 |
- | Compression | OFF |
- | Connections | 1156817 |
- | Created_tmp_disk_tables | 0 |
- | Created_tmp_files | 29 |
- | Created_tmp_tables | 6 |
- | Delayed_writes | 0 |
- | Flush_commands | 2 |
- | Handler_commit | 0 |
- | Handler_read_prev | 0 |
- | Handler_read_rnd | 0 |
- | Handler_read_rnd_next | 166 |
- | Handler_rollback | 0 |
- | Handler_savepoint | 0 |
- | Handler_savepoint_rollback | 0 |
- | Handler_update | 0 |
- | Handler_write | 160 |
- | Innodb_buffer_pool_pages_data | 1305160 |
- | Innodb_buffer_pool_pages_dirty | 39994 |
- | Innodb_buffer_pool_pages_flushed | 867529 |
- | Innodb_buffer_pool_pages_free | 0 |
- | Innodb_buffer_pool_pages_misc | 5560 |
- | Innodb_buffer_pool_pages_total | 1310720 |
- | Innodb_buffer_pool_read_ahead_rnd | 0 |
- | Innodb_buffer_pool_read_ahead | 1810 |
- | Innodb_buffer_pool_read_ahead_evicted | 10714 |
- | Innodb_buffer_pool_read_requests | 854116340 |
- | Innodb_buffer_pool_reads | 13851612 |
- | Innodb_buffer_pool_wait_free | 0 |
- | Innodb_buffer_pool_write_requests | 6603074 |
- | Innodb_data_fsyncs | 102862 |
- | Innodb_data_pending_fsyncs | 0 |
- | Innodb_data_pending_reads | 0 |
- | Innodb_data_pending_writes | 0 |
- | Innodb_data_read | 4257615872 |
- | Innodb_data_reads | 13891229 |
- | Innodb_data_writes | 961342 |
- | Innodb_data_written | 3642328576 |
- | Innodb_dblwr_pages_written | 867529 |
- | Innodb_dblwr_writes | 14372 |
- | Innodb_have_atomic_builtins | ON |
- | Innodb_log_waits | 0 |
- | Innodb_log_write_requests | 2269029 |
- | Innodb_log_writes | 65156 |
- | Innodb_os_log_fsyncs | 72420 |
- | Innodb_os_log_pending_fsyncs | 0 |
- | Innodb_os_log_pending_writes | 0 |
- | Innodb_os_log_written | 981182976 |
- | Innodb_page_size | 16384 |
- | Innodb_pages_created | 45319 |
- | Innodb_pages_read | 13891217 |
- | Innodb_pages_written | 867529 |
- | Innodb_row_lock_current_waits | 5 |
- | Innodb_row_lock_time | 72477226 |
- | Innodb_row_lock_time_avg | 40086 |
- | Innodb_row_lock_time_max | 52568 |
- | Innodb_row_lock_waits | 1808 |
- | Innodb_rows_deleted | 372 |
- | Innodb_rows_inserted | 933208 |
- | Innodb_rows_read | 2202925028 |
- | Innodb_rows_updated | 188985 |
- | Innodb_truncated_status_writes | 0 |
- | Key_blocks_not_flushed | 0 |
- | Key_blocks_unused | 243297 |
- | Key_blocks_used | 5 |
- | Key_read_requests | 18 |
- | Key_reads | 9 |
- | Key_write_requests | 0 |
- | Key_writes | 0 |
- | Last_query_cost | 10.499000 |
- | Max_used_connections | 197 |
- | Not_flushed_delayed_rows | 0 |
- | Open_files | 8 |
- | Open_streams | 0 |
- | Open_table_definitions | 68 |
- | Open_tables | 66 |
- | Opened_files | 561 |
- | Opened_table_definitions | 0 |
- | Opened_tables | 0 |
- | Prepared_stmt_count | 0 |
- | Qcache_free_blocks | 166 |
- | Qcache_free_memory | 267864984 |
- | Qcache_hits | 539247 |
- | Qcache_inserts | 575579 |
- | Qcache_lowmem_prunes | 0 |
- | Qcache_not_cached | 1789123 |
- | Qcache_queries_in_cache | 266 |
- | Qcache_total_blocks | 717 |
- | Queries | 6837693 |
- | Questions | 13 |
- | Rpl_status | AUTH_MASTER |
- | Select_full_join | 0 |
- | Select_full_range_join | 0 |
- | Select_range | 0 |
- | Select_range_check | 0 |
- | Select_scan | 6 |
- | Slave_running | OFF |
- | Table_locks_immediate | 1792925 |
- | Table_locks_waited | 0 ||
- | Threads_cached | 99 |
- | Threads_connected | 60 |
- | Threads_created | 197 |
- | Threads_running | 11 |
- | Uptime | 79472 |
- | Uptime_since_flush_status | 79472 |
- +------------------------------------------+-------------+
- **SHOW VARIABLES;**
- Current configirations
- mysql> SHOW VARIABLES;
- -----------------------+
- | Variable_name | Value
- |
- +---------------------------------------------------+----------------------------------
- | auto_increment_increment | 1
- |
- | auto_increment_offset | 1
- |
- | autocommit | ON
- |
- | automatic_sp_privileges | ON
- |
- | back_log | 50
- |
- | basedir | C:/Program Files (x86)/MySQL/MySQL Server 5.5/
- |
- | big_tables | OFF
- |
- | binlog_cache_size | 32768
- |
- | binlog_direct_non_transactional_updates | OFF
- |
- | binlog_format | MIXED
- |
- | binlog_stmt_cache_size | 32768
- |
- | bulk_insert_buffer_size | 8388608
- |
- | character_set_client | cp850
- |
- | character_set_connection | cp850
- |
- | character_set_database | latin1
- |
- | character_set_filesystem | binary
- |
- | character_set_results | cp850
- |
- | character_set_server | latin1
- |
- | character_set_system | utf8
- |
- | character_sets_dir | C:\Program Files (x86)\MySQL\MySQL Server 5.5\share\charsets\
- |
- | collation_connection | cp850_general_ci
- |
- | collation_database | latin1_swedish_ci
- |
- | collation_server | latin1_swedish_ci
- |
- | completion_type | NO_CHAIN
- |
- | concurrent_insert | AUTO
- |
- | connect_timeout | 10
- |
- | datadir | C:\ProgramData\MySQL\MySQL Server 5.5\Data\
- |
- | date_format | %Y-%m-%d
- |
- | datetime_format | %Y-%m-%d %H:%i:%s
- |
- | default_storage_engine | InnoDB
- |
- | default_week_format | 0
- |
- | delay_key_write | ON
- |
- | delayed_insert_limit | 100
- |
- | delayed_insert_timeout | 300
- |
- | delayed_queue_size | 1000
- |
- | div_precision_increment | 4
- |
- | engine_condition_pushdown | ON
- |
- | error_count | 0
- |
- | event_scheduler | ON
- |
- | expire_logs_days | 0
- |
- | external_user |
- |
- | flush | OFF
- |
- | flush_time | 1800
- |
- | foreign_key_checks | ON
- |
- | ft_boolean_syntax | + -><()~*:""&|
- |
- | ft_max_word_len | 84
- |
- | ft_min_word_len | 4
- |
- | ft_query_expansion_limit | 20
- |
- | ft_stopword_file | (built-in)
- |
- | general_log | OFF
- |
- | general_log_file | C:\ProgramData\MySQL\MySQL Server 5.5\Data\ip-0A1E8179.log
- |
- | group_concat_max_len | 1024
- |
- | have_compress | YES
- |
- | have_crypt | NO
- |
- | have_csv | YES
- |
- | have_dynamic_loading | YES
- |
- | have_geometry | YES
- |
- | have_innodb | YES
- |
- | have_ndbcluster | NO
- |
- | have_openssl | DISABLED
- |
- | have_partitioning | YES
- |
- | have_profiling | YES
- |
- | have_query_cache | YES
- |
- | have_rtree_keys | YES
- |
- | have_ssl | DISABLED
- |
- | have_symlink | YES
- |
- | hostname | ip-0A1E8179
- |
- | identity | 0
- |
- | ignore_builtin_innodb | OFF
- |
- | innodb_adaptive_flushing | ON
- |
- | innodb_adaptive_hash_index | ON
- |
- | innodb_additional_mem_pool_size | 31457280
- |
- | innodb_autoextend_increment | 8
- |
- | innodb_autoinc_lock_mode | 1
- |
- | innodb_buffer_pool_instances | 1
- |
- | innodb_buffer_pool_size | 21474836480
- |
- | innodb_change_buffering | all
- |
- | innodb_checksums | ON
- |
- | innodb_commit_concurrency | 0
- |
- | innodb_concurrency_tickets | 500
- |
- | innodb_data_file_path | ibdata1:10M:autoextend
- |
- | innodb_data_home_dir |
- |
- | innodb_doublewrite | ON
- |
- | innodb_fast_shutdown | 1
- |
- | innodb_file_format | Antelope
- |
- | innodb_file_format_check | ON
- |
- | innodb_file_format_max | Antelope
- |
- | innodb_file_per_table | OFF
- |
- | innodb_flush_log_at_trx_commit | 0
- |
- | innodb_flush_method |
- |
- | innodb_force_load_corrupted | OFF
- |
- | innodb_force_recovery | 0
- |
- | innodb_io_capacity | 200
- |
- | innodb_large_prefix | OFF
- |
- | innodb_lock_wait_timeout | 50
- |
- | innodb_locks_unsafe_for_binlog | OFF
- |
- | innodb_log_buffer_size | 10485760
- |
- | innodb_log_file_size | 536870912
- |
- | innodb_log_files_in_group | 2
- |
- | innodb_log_group_home_dir | .\
- |
- | innodb_max_dirty_pages_pct | 75
- |
- | innodb_max_purge_lag | 0
- |
- | innodb_mirrored_log_groups | 1
- |
- | innodb_old_blocks_pct | 37
- |
- | innodb_old_blocks_time | 0
- |
- | innodb_open_files | 300
- |
- | innodb_purge_batch_size | 20
- |
- | innodb_purge_threads | 0
- |
- | innodb_random_read_ahead | OFF
- |
- | innodb_read_ahead_threshold | 56
- |
- | innodb_read_io_threads | 4
- |
- | innodb_replication_delay | 0
- |
- | innodb_rollback_on_timeout | OFF
- |
- | innodb_rollback_segments | 128
- |
- | innodb_spin_wait_delay | 6
- |
- | innodb_stats_method | nulls_equal
- |
- | innodb_stats_on_metadata | ON
- |
- | innodb_stats_sample_pages | 8
- |
- | innodb_strict_mode | OFF
- |
- | innodb_support_xa | ON
- |
- | innodb_sync_spin_loops | 30
- |
- | innodb_table_locks | ON
- |
- | innodb_thread_concurrency | 10
- |
- | innodb_thread_sleep_delay | 10000
- |
- | innodb_use_native_aio | ON
- |
- | innodb_use_sys_malloc | ON
- |
- | innodb_version | 1.1.8
- |
- | innodb_write_io_threads | 4
- |
- | insert_id | 0
- |
- | interactive_timeout | 28800
- |
- | join_buffer_size | 131072
- |
- | keep_files_on_create | OFF
- |
- | key_buffer_size | 304087040
- |
- | key_cache_age_threshold | 300
- |
- | key_cache_block_size | 1024
- |
- | key_cache_division_limit | 100
- |
- | large_files_support | ON
- |
- | large_page_size | 0
- |
- | large_pages | OFF
- |
- | last_insert_id | 0
- |
- | lc_messages | en_US
- |
- | lc_messages_dir | C:\Program Files (x86)\MySQL\MySQL Server 5.5\share\
- |
- | lc_time_names | en_US
- |
- | license | GPL
- |
- | local_infile | ON
- |
- | lock_wait_timeout | 31536000
- |
- | log | OFF
- |
- | log_bin | ON
- |
- | log_bin_trust_function_creators | OFF
- |
- | log_error | C:\Users\Administrator\Desktop\Logs\mysql-bin.err
- |
- | log_output | FILE
- |
- | log_queries_not_using_indexes | OFF
- |
- | log_slave_updates | OFF
- |
- | log_slow_queries | ON
- |
- | log_warnings | 1
- |
- | long_query_time | 300.000000
- |
- | low_priority_updates | OFF
- |
- | lower_case_file_system | ON
- |
- | lower_case_table_names | 1
- |
- | max_allowed_packet | 1048576
- |
- | max_binlog_cache_size | 18446744073709547520
- |
- | max_binlog_size | 1073741824
- |
- | max_binlog_stmt_cache_size | 18446744073709547520
- |
- | max_connect_errors | 10
- |
- | max_connections | 800
- |
- | max_delayed_threads | 20
- |
- | max_error_count | 64
- |
- | max_heap_table_size | 268435456
- |
- | max_insert_delayed_threads | 20
- |
- | max_join_size | 18446744073709551615
- |
- | max_length_for_sort_data | 1024
- |
- | max_long_data_size | 1048576
- |
- | max_prepared_stmt_count | 16382
- |
- | max_relay_log_size | 0
- |
- | max_seeks_for_key | 4294967295
- |
- | max_sort_length | 1024
- |
- | max_sp_recursion_depth | 0
- |
- | max_tmp_tables | 32
- |
- | max_user_connections | 0
- |
- | max_write_lock_count | 4294967295
- |
- | metadata_locks_cache_size | 1024
- |
- | min_examined_row_limit | 0
- |
- | multi_range_count | 256
- |
- | myisam_data_pointer_size | 6
- |
- | myisam_max_sort_file_size | 107374182400
- |
- | myisam_mmap_size | 18446744073709551615
- |
- | myisam_recover_options | OFF
- |
- | myisam_repair_threads | 1
- |
- | myisam_sort_buffer_size | 70254592
- |
- | myisam_stats_method | nulls_unequal
- |
- | myisam_use_mmap | OFF
- |
- | named_pipe | OFF
- |
- | net_buffer_length | 16384
- |
- | net_read_timeout | 30
- |
- | net_retry_count | 10
- |
- | net_write_timeout | 60
- |
- | new | OFF
- |
- | old | OFF
- |
- | old_alter_table | OFF
- |
- | old_passwords | OFF
- |
- | open_files_limit | 6048
- |
- | optimizer_prune_level | 1
- |
- | optimizer_search_depth | 62
- |
- | optimizer_switch | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine
- _condition_pushdown=on |
- | performance_schema | OFF
- |
- | performance_schema_events_waits_history_long_size | 10000
- |
- | performance_schema_events_waits_history_size | 10
- |
- | performance_schema_max_cond_classes | 80
- |
- | performance_schema_max_cond_instances | 1000
- |
- | performance_schema_max_file_classes | 50
- |
- | performance_schema_max_file_handles | 32768
- |
- | performance_schema_max_file_instances | 10000
- |
- | performance_schema_max_mutex_classes | 200
- |
- | performance_schema_max_mutex_instances | 1000000
- |
- | performance_schema_max_rwlock_classes | 30
- |
- | performance_schema_max_rwlock_instances | 1000000
- |
- | performance_schema_max_table_handles | 100000
- |
- | performance_schema_max_table_instances | 50000
- |
- | performance_schema_max_thread_classes | 50
- |
- | performance_schema_max_thread_instances | 1000
- |
- | pid_file | C:\ProgramData\MySQL\MySQL Server 5.5\Data\ip-0A1E8179.pid
- |
- | plugin_dir | C:\Program Files (x86)\MySQL\MySQL Server 5.5\lib\plugin\
- |
- | port | 3306
- |
- | preload_buffer_size | 32768
- |
- | profiling | OFF
- |
- | profiling_history_size | 15
- |
- | protocol_version | 10
- |
- | proxy_user |
- |
- | pseudo_thread_id | 1128144
- |
- | query_alloc_block_size | 8192
- |
- | query_cache_limit | 1048576
- |
- | query_cache_min_res_unit | 4096
- |
- | query_cache_size | 268435456
- |
- | query_cache_type | ON
- |
- | query_cache_wlock_invalidate | OFF
- |
- | query_prealloc_size | 8192
- |
- | rand_seed1 | 0
- |
- | rand_seed2 | 0
- |
- | range_alloc_block_size | 4096
- |
- | read_buffer_size | 2097152
- |
- | read_only | OFF
- |
- | read_rnd_buffer_size | 262144
- |
- | relay_log |
- |
- | relay_log_index |
- |
- | relay_log_info_file | relay-log.info
- |
- | relay_log_purge | ON
- |
- | relay_log_recovery | OFF
- |
- | relay_log_space_limit | 0
- |
- | report_host |
- |
- | report_password |
- |
- | report_port | 3306
- |
- | report_user |
- |
- | rpl_recovery_rank | 0
- |
- | secure_auth | OFF
- |
- | secure_file_priv |
- |
- | server_id | 7342586
- |
- | shared_memory | OFF
- |
- | shared_memory_base_name | MYSQL
- |
- | skip_external_locking | ON
- |
- | skip_name_resolve | OFF
- |
- | skip_networking | OFF
- |
- | skip_show_database | OFF
- |
- | slave_compressed_protocol | OFF
- |
- | slave_exec_mode | STRICT
- |
- | slave_load_tmpdir | C:\Windows\TEMP
- |
- | slave_max_allowed_packet | 1073741824
- |
- | slave_net_timeout | 3600
- |
- | slave_skip_errors | OFF
- |
- | slave_transaction_retries | 10
- |
- | slave_type_conversions |
- |
- | slow_launch_time | 2
- |
- | slow_query_log | ON
- |
- | slow_query_log_file | C:/Logs/slowlog
- |
- | socket | MySQL
- |
- | sort_buffer_size | 268435456
- |
- | sql_auto_is_null | OFF
- |
- | sql_big_selects | ON
- |
- | sql_big_tables | OFF
- |
- | sql_buffer_result | OFF
- |
- | sql_log_bin | ON
- |
- | sql_log_off | OFF
- |
- | sql_low_priority_updates | OFF
- |
- | sql_max_join_size | 18446744073709551615
- |
- | sql_mode | STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
- |
- | sql_notes | ON
- |
- | sql_quote_show_create | ON
- |
- | sql_safe_updates | OFF
- |
- | sql_select_limit | 18446744073709551615
- |
- | sql_slave_skip_counter | 0
- |
- | sql_warnings | OFF
- |
- | ssl_ca |
- |
- | ssl_capath |
- |
- | ssl_cert |
- |
- | ssl_cipher |
- |
- | ssl_key |
- |
- | storage_engine | InnoDB
- |
- | stored_program_cache | 256
- |
- | sync_binlog | 0
- |
- | sync_frm | ON
- |
- | sync_master_info | 0
- |
- | sync_relay_log | 0
- |
- | sync_relay_log_info | 0
- |
- | system_time_zone | Eastern Standard Time
- |
- | table_definition_cache | 400
- |
- | table_open_cache | 1520
- |
- | thread_cache_size | 100
- |
- | thread_concurrency | 10
- |
- | thread_handling | one-thread-per-connection
- |
- | thread_stack | 262144
- |
- | time_format | %H:%i:%s
- |
- | time_zone | SYSTEM
- |
- | timed_mutexes | OFF
- |
- | timestamp | 1361455530
- |
- | tmp_table_size | 268435456
- |
- | tmpdir | C:\Windows\TEMP
- |
- | transaction_alloc_block_size | 8192
- |
- | transaction_prealloc_size | 4096
- |
- | tx_isolation | REPEATABLE-READ
- |
- | unique_checks | ON
- |
- | updatable_views_with_limit | YES
- |
- | version | 5.5.27-log
- |
- | version_comment | MySQL Community Server (GPL)
- |
- | version_compile_machine | x86
- |
- | version_compile_os | Win64
- |
- | wait_timeout | 28800
- |
- | warning_count | 0
- |
Advertisement
Add Comment
Please, Sign In to add comment