Hi Scott,
- SELINUX is disable
- Sharing the log file size of PERCONA 5.5 & PERCONA 5.6.
PERCONA 5.5 ( WITH DATA)
mysql> show variables like ‘innodb_log_file_size’;
±---------------------±--------+
| Variable_name | Value |
±---------------------±--------+
| innodb_log_file_size | 5242880 |
±---------------------±--------+
1 row in set (0.01 sec)
mysql> show variables like ‘innodb_data%’;
±----------------------±-----------------------+
| Variable_name | Value |
±----------------------±-----------------------+
| innodb_data_file_path | ibdata1:10M:autoextend |
| innodb_data_home_dir | |
±----------------------±-----------------------+
2 rows in set (0.00 sec)
show variables like ‘datadir’;
±--------------±----------------+
| Variable_name | Value |
±--------------±----------------+
| datadir | /var/lib/mysql/ |
±--------------±----------------+
1 row in set (0.00 sec)
PERCONA 5.6 (FRESH INSTALL)
show variables like ‘innodb_log_file_size’;
±---------------------±---------+
| Variable_name | Value |
±---------------------±---------+
| innodb_log_file_size | 50331648 |
±---------------------±---------+
1 row in set (0.00 sec)
mysql> show variables like ‘innodb_data%’;
±----------------------±-----------------------+
| Variable_name | Value |
±----------------------±-----------------------+
| innodb_data_file_path | ibdata1:12M:autoextend |
| innodb_data_home_dir | |
±----------------------±-----------------------+
2 rows in set (0.00 sec)
mysql> show variables like ‘datadir’;
±--------------±----------------+
| Variable_name | Value |
±--------------±----------------+
| datadir | /var/lib/mysql/ |
±--------------±----------------+
1 row in set (0.01 sec)
ERROR LOG PERCONA 5.6
30822 17:56:51 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2013-08-22 17:58:21 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-08-22 17:58:21 2395 [Note] Plugin ‘FEDERATED’ is disabled.
2013-08-22 17:58:21 2395 [Note] InnoDB: The InnoDB memory heap is disabled
2013-08-22 17:58:21 2395 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-08-22 17:58:21 2395 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-08-22 17:58:21 2395 [Note] InnoDB: Using Linux native AIO
2013-08-22 17:58:21 2395 [Note] InnoDB: Not using CPU crc32 instructions
2013-08-22 17:58:21 2395 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-08-22 17:58:21 2395 [Note] InnoDB: Completed initialization of buffer pool
2013-08-22 17:58:22 2395 [Note] InnoDB: Highest supported file format is Barracuda.
2013-08-22 17:58:22 2395 [Note] InnoDB: 128 rollback segment(s) are active.
2013-08-22 17:58:22 2395 [Note] InnoDB: Waiting for purge to start
2013-08-22 17:58:22 2395 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.12-rc60.4 started; log sequence number 1625987
2013-08-22 17:58:22 2395 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 55a93731-0b26-11e3-8b91-000c29e12d22.
2013-08-22 17:58:22 2395 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2013-08-22 17:58:22 2395 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2013-08-22 17:58:22 2395 [Note] Server hostname (bind-address): ‘*’; port: 3306
2013-08-22 17:58:22 2395 [Note] IPv6 is available.
2013-08-22 17:58:22 2395 [Note] - ‘::’ resolves to ‘::’;
2013-08-22 17:58:22 2395 [Note] Server socket created on IP: ‘::’.
2013-08-22 17:58:22 2395 [Note] Event Scheduler: Loaded 0 events
2013-08-22 17:58:22 2395 [Note] /usr/sbin/mysqld: ready for connections.
Version: ‘5.6.12-56’ socket: ‘/var/lib/mysql/mysql.sock’ port: 3306 Percona Server (GPL), Release rc60.4, Revision 393
2013-08-22 18:23:02 2395 [Note] /usr/sbin/mysqld: Normal shutdown
2013-08-22 18:23:02 2395 [Note] Giving 0 client threads a chance to die gracefully
2013-08-22 18:23:02 2395 [Note] Event Scheduler: Purging the queue. 0 events
2013-08-22 18:23:02 2395 [Note] Shutting down slave threads
2013-08-22 18:23:02 2395 [Note] Forcefully disconnecting 0 remaining clients
2013-08-22 18:23:02 2395 [Note] Binlog end
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘partition’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CHANGED_PAGES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_DATAFILES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_TABLESPACES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN_COLS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_FIELDS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_COLUMNS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_INDEXES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_TABLESTATS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_SYS_TABLES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_INDEX_TABLE’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_INDEX_CACHE’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_CONFIG’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_BEING_DELETED’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_DELETED’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_FT_DEFAULT_STOPWORD’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_METRICS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_BUFFER_POOL_STATS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE_LRU’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX_RESET’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMPMEM_RESET’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMPMEM’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMP_RESET’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_CMP’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_LOCK_WAITS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_LOCKS’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘INNODB_TRX’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘XTRADB_RSEG’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘XTRADB_INTERNAL_HASH_TABLES’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘XTRADB_READ_VIEW’
2013-08-22 18:23:02 2395 [Note] Shutting down plugin ‘InnoDB’
2013-08-22 18:23:02 2395 [Note] InnoDB: FTS optimize thread exiting.
2013-08-22 18:23:02 2395 [Note] InnoDB: Starting shutdown…
2013-08-22 18:23:08 2395 [Note] InnoDB: Shutdown completed; log sequence number 1625997
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘BLACKHOLE’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘PERFORMANCE_SCHEMA’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘ARCHIVE’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘MyISAM’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘MRG_MYISAM’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘MEMORY’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘CSV’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘sha256_password’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘mysql_old_password’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘mysql_native_password’
2013-08-22 18:23:08 2395 [Note] Shutting down plugin ‘binlog’
2013-08-22 18:23:08 2395 [Note] /usr/sbin/mysqld: Shutdown complete
130822 18:23:09 mysqld_safe mysqld from pid file /var/lib/mysql/localhost.localdomain.pid ended
Please tell me how to resolve the inconsistency of innodb_log_file_size .