Skip to content

Instantly share code, notes, and snippets.

@dorwardv
Created April 3, 2017 01:44
Show Gist options
  • Save dorwardv/7aa0bb21986acb3a3ff338b8d81aeb0f to your computer and use it in GitHub Desktop.
Save dorwardv/7aa0bb21986acb3a3ff338b8d81aeb0f to your computer and use it in GitHub Desktop.
E:\itgenius\docker\kubernetes\kubernetes\examples\mysql-wordpress-pd>kubectl logs wordpress-mysql-2569670970-52tq7
Initializing database
2017-04-03 00:19:54 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2017-04-03 00:19:54 0 [Note] /usr/sbin/mysqld (mysqld 5.6.35) starting as process 32 ...
2017-04-03 00:19:54 32 [Note] InnoDB: Using atomics to ref count buffer pool pages
2017-04-03 00:19:54 32 [Note] InnoDB: The InnoDB memory heap is disabled
2017-04-03 00:19:54 32 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-04-03 00:19:54 32 [Note] InnoDB: Memory barrier is not used
2017-04-03 00:19:54 32 [Note] InnoDB: Compressed tables use zlib 1.2.8
2017-04-03 00:19:54 32 [Note] InnoDB: Using Linux native AIO
2017-04-03 00:19:54 32 [Note] InnoDB: Using CPU crc32 instructions
2017-04-03 00:19:54 32 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2017-04-03 00:19:54 32 [Note] InnoDB: Completed initialization of buffer pool
2017-04-03 00:19:54 32 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2017-04-03 00:19:54 32 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2017-04-03 00:19:54 32 [Note] InnoDB: Database physically writes the file full: wait...
2017-04-03 00:19:55 32 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2017-04-03 00:19:56 32 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2017-04-03 00:19:57 32 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2017-04-03 00:19:57 32 [Warning] InnoDB: New log files created, LSN=45781
2017-04-03 00:19:57 32 [Note] InnoDB: Doublewrite buffer not found: creating new
2017-04-03 00:19:57 32 [Note] InnoDB: Doublewrite buffer created
2017-04-03 00:19:57 32 [Note] InnoDB: 128 rollback segment(s) are active.
2017-04-03 00:19:57 32 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-04-03 00:19:57 32 [Note] InnoDB: Foreign key constraint system tables created
2017-04-03 00:19:57 32 [Note] InnoDB: Creating tablespace and datafile system tables.
2017-04-03 00:19:57 32 [Note] InnoDB: Tablespace and datafile system tables created.
2017-04-03 00:19:57 32 [Note] InnoDB: Waiting for purge to start
2017-04-03 00:19:57 32 [Note] InnoDB: 5.6.35 started; log sequence number 0
2017-04-03 00:19:58 32 [Note] Binlog end
2017-04-03 00:19:58 32 [Note] InnoDB: FTS optimize thread exiting.
2017-04-03 00:19:58 32 [Note] InnoDB: Starting shutdown...
2017-04-03 00:19:59 32 [Note] InnoDB: Shutdown completed; log sequence number 1625977
2017-04-03 00:20:00 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2017-04-03 00:20:00 0 [Note] /usr/sbin/mysqld (mysqld 5.6.35) starting as process 55 ...
2017-04-03 00:20:00 55 [Note] InnoDB: Using atomics to ref count buffer pool pages
2017-04-03 00:20:00 55 [Note] InnoDB: The InnoDB memory heap is disabled
2017-04-03 00:20:00 55 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-04-03 00:20:00 55 [Note] InnoDB: Memory barrier is not used
2017-04-03 00:20:00 55 [Note] InnoDB: Compressed tables use zlib 1.2.8
2017-04-03 00:20:00 55 [Note] InnoDB: Using Linux native AIO
2017-04-03 00:20:00 55 [Note] InnoDB: Using CPU crc32 instructions
2017-04-03 00:20:00 55 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2017-04-03 00:20:00 55 [Note] InnoDB: Completed initialization of buffer pool
2017-04-03 00:20:00 55 [Note] InnoDB: Highest supported file format is Barracuda.
2017-04-03 00:20:00 55 [Note] InnoDB: 128 rollback segment(s) are active.
2017-04-03 00:20:00 55 [Note] InnoDB: Waiting for purge to start
2017-04-03 00:20:00 55 [Note] InnoDB: 5.6.35 started; log sequence number 1625977
2017-04-03 00:20:00 55 [Note] Binlog end
2017-04-03 00:20:00 55 [Note] InnoDB: FTS optimize thread exiting.
2017-04-03 00:20:00 55 [Note] InnoDB: Starting shutdown...
2017-04-03 00:20:01 55 [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 wordpress-mysql-2569670970-52tq7 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 at http://bugs.mysql.com/
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
Note: new default config file not created.
Please make sure your config file is current
WARNING: Default config file /etc/mysql/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
Database initialized
MySQL init process in progress...
/usr/local/bin/docker-entrypoint.sh: line 95: 78 Killed "$@" --skip-networking --socket=/var/run/mysqld/mysqld.sock
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process in progress...
MySQL init process failed.
E:\itgenius\docker\kubernetes\kubernetes\examples\mysql-wordpress-pd>kubectl logs wordpress-mysql-2569670970-52tq7
E:\itgenius\docker\kubernetes\kubernetes\examples\mysql-wordpress-pd>kubectl logs wordpress-mysql-2569670970-52tq7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment