Skip to content

Instantly share code, notes, and snippets.

@snewell92
Created August 23, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snewell92/ecf69fce37aec828795cf4fc69c86006 to your computer and use it in GitHub Desktop.
Save snewell92/ecf69fce37aec828795cf4fc69c86006 to your computer and use it in GitHub Desktop.
MySQL installation after cinst mysql -y
2017-08-23T19:27:32.124039Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-08-23T19:27:32.124039Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2017-08-23T19:27:32.124039Z 0 [Note] MySQL (mysqld 5.7.18) starting as process 7572 ...
2017-08-23T19:27:32.124039Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2017-08-23T19:27:32.124039Z 0 [Note] InnoDB: Uses event mutexes
2017-08-23T19:27:32.124039Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2017-08-23T19:27:32.124039Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2017-08-23T19:27:32.124039Z 0 [Note] InnoDB: Number of pools: 1
2017-08-23T19:27:32.139682Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2017-08-23T19:27:32.139682Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-08-23T19:27:32.139682Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-08-23T19:27:32.171000Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2017-08-23T19:27:32.223629Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2017-08-23T19:27:32.223629Z 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2017-08-23T19:27:32.289503Z 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2017-08-23T19:27:32.292451Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2017-08-23T19:27:32.292451Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2017-08-23T19:27:32.308560Z 0 [Note] InnoDB: Waiting for purge to start
2017-08-23T19:27:32.371148Z 0 [Note] InnoDB: 5.7.18 started; log sequence number 2535614
2017-08-23T19:27:32.371148Z 0 [Note] InnoDB: Loading buffer pool(s) from C:\ProgramData\MySQL\data\ib_buffer_pool
2017-08-23T19:27:32.371148Z 0 [Note] Plugin 'FEDERATED' is disabled.
2017-08-23T19:27:32.390452Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-08-23T19:27:32.392465Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2017-08-23T19:27:32.392465Z 0 [Note] IPv6 is available.
2017-08-23T19:27:32.392465Z 0 [Note] - '::' resolves to '::';
2017-08-23T19:27:32.392465Z 0 [Note] Server socket created on IP: '::'.
2017-08-23T19:27:32.392465Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170823 14:27:32
2017-08-23T19:27:32.408189Z 0 [Note] Event Scheduler: Loaded 0 events
2017-08-23T19:27:32.423816Z 0 [Note] MySQL: ready for connections.
Version: '5.7.18' socket: '' port: 3306 MySQL Community Server (GPL)
2017-08-23T19:27:32.423816Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check.
2017-08-23T19:27:32.423816Z 0 [Note] Beginning of list of non-natively partitioned tables
2017-08-23T19:27:32.439439Z 0 [Note] End of list of non-natively partitioned tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment