Comment 1 for bug 1236369

Revision history for this message
Valerii Kravchuk (valerii-kravchuk) wrote :

Confirmed with PS 5.6 GA:

...
Percona-Server-server-56-5.6.13-rel61.0.461.rhel6.x86_64 | 18 MB 00:33
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : Percona-Server-server-56-5.6.13-rel61.0.461.rhel6.x86_64 1/1
2013-10-10 11:35:07 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-10-10 11:35:07 18881 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-10 11:35:07 18881 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-10-10 11:35:07 18881 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-10 11:35:07 18881 [Note] InnoDB: Using Linux native AIO
2013-10-10 11:35:07 18881 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-10 11:35:07 18881 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-10-10 11:35:07 18881 [Note] InnoDB: Completed initialization of buffer pool
2013-10-10 11:35:07 18881 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2013-10-10 11:35:07 18881 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2013-10-10 11:35:07 18881 [Note] InnoDB: Database physically writes the file full: wait...
2013-10-10 11:35:08 18881 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2013-10-10 11:35:09 18881 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2013-10-10 11:35:11 18881 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2013-10-10 11:35:11 18881 [Warning] InnoDB: New log files created, LSN=45781
2013-10-10 11:35:11 18881 [Note] InnoDB: Doublewrite buffer not found: creating new
2013-10-10 11:35:11 18881 [Note] InnoDB: Doublewrite buffer created
2013-10-10 11:35:11 18881 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-10 11:35:11 18881 [Warning] InnoDB: Creating foreign key constraint system tables.
2013-10-10 11:35:11 18881 [Note] InnoDB: Foreign key constraint system tables created
2013-10-10 11:35:11 18881 [Note] InnoDB: Creating tablespace and datafile system tables.
2013-10-10 11:35:11 18881 [Note] InnoDB: Tablespace and datafile system tables created.
2013-10-10 11:35:11 18881 [Note] InnoDB: Waiting for purge to start
2013-10-10 11:35:11 18881 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.13-rel61.0 started; log sequence number 0
2013-10-10 11:35:11 18881 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2013-10-10 11:35:11 18881 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2013-10-10 11:35:13 18881 [Note] Binlog end
2013-10-10 11:35:13 18881 [Note] InnoDB: FTS optimize thread exiting.
2013-10-10 11:35:13 18881 [Note] InnoDB: Starting shutdown...
2013-10-10 11:35:15 18881 [Note] InnoDB: Shutdown completed; log sequence number 1625977

2013-10-10 11:35:15 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2013-10-10 11:35:15 18905 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-10 11:35:15 18905 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2013-10-10 11:35:15 18905 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-10 11:35:15 18905 [Note] InnoDB: Using Linux native AIO
2013-10-10 11:35:15 18905 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-10 11:35:15 18905 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-10-10 11:35:15 18905 [Note] InnoDB: Completed initialization of buffer pool
2013-10-10 11:35:15 18905 [Note] InnoDB: Highest supported file format is Barracuda.
2013-10-10 11:35:15 18905 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-10 11:35:15 18905 [Note] InnoDB: Waiting for purge to start
2013-10-10 11:35:15 18905 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.13-rel61.0 started; log sequence number 1625977
2013-10-10 11:35:15 18905 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2013-10-10 11:35:15 18905 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2013-10-10 11:35:16 18905 [Note] Binlog end
2013-10-10 11:35:16 18905 [Note] InnoDB: FTS optimize thread exiting.
2013-10-10 11:35:16 18905 [Note] InnoDB: Starting shutdown...
2013-10-10 11:35:17 18905 [Note] InnoDB: Shutdown completed; log sequence number 1625987

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

  /usr/bin/mysqladmin -u root password 'new-password'
  /usr/bin/mysqladmin -u root -h centos password 'new-password'

Alternatively you can run:

  /usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems with the /usr/bin/mysqlbug script!

The latest information about MySQL is available on the web at

  http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com

WARNING: Default config file /etc/my.cnf exists on the system
This file will be read by default by the MySQL server
If you do not want to use this, either remove it, or use the
--defaults-file argument to mysqld_safe when starting the server

Percona Server is distributed with several useful UDF (User Defined Function) from Maatkit.
Run the following commands to create these functions:
mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'"
See http://code.google.com/p/maatkit/source/browse/trunk/udf for more details
  Verifying : Percona-Server-server-56-5.6.13-rel61.0.461.rhel6.x86_64 1/1

Installed:
  Percona-Server-server-56.x86_64 0:5.6.13-rel61.0.461.rhel6

Complete!