PS C:\Users\itsca\workspace\mysql> ls .\.docker\ PS C:\Users\itsca\workspace\mysql> ls Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 15/11/2017 14:26 .docker -a---- 15/11/2017 14:26 365 docker-compose.yml PS C:\Users\itsca\workspace\mysql> docker-compose up WARNING: The Docker Engine you're using is running in swarm mode. Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node. To deploy your application across the swarm, use `docker stack deploy`. Creating network "mysql_default" with the default driver Creating mysql_mysql_1 ... Creating mysql_mysql_1 ... done Attaching to mysql_mysql_1 mysql_1 | [Entrypoint] MySQL Docker Image 5.7.20-1.1.2 mysql_1 | [Entrypoint] Initializing database mysql_1 | 2017-11-15T13:27:24.367436Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). mysql_1 | 2017-11-15T13:27:25.293074Z 0 [Warning] InnoDB: New log files created, LSN=45790 mysql_1 | 2017-11-15T13:27:25.452372Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. mysql_1 | 2017-11-15T13:27:25.480826Z 0 [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: b811b9ea-ca08-11e7-8149-0242ac170002. mysql_1 | 2017-11-15T13:27:25.493251Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. mysql_1 | 2017-11-15T13:27:25.792238Z 0 [Warning] CA certificate ca.pem is self signed. mysql_1 | 2017-11-15T13:27:25.859562Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. mysql_1 | 2017-11-15T13:27:29.966973Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967050Z 1 [Warning] 'user' entry 'mysql.session@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967062Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967079Z 1 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967085Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967095Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967344Z 1 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode. mysql_1 | 2017-11-15T13:27:29.967367Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql_1 | [Entrypoint] Database initialized mysql_1 | 2017-11-15T13:27:33.829416Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). mysql_1 | 2017-11-15T13:27:33.835114Z 0 [Note] mysqld (mysqld 5.7.20) starting as process 55 ... mysql_1 | 2017-11-15T13:27:33.846249Z 0 [Note] InnoDB: PUNCH HOLE support available mysql_1 | 2017-11-15T13:27:33.846317Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins mysql_1 | 2017-11-15T13:27:33.846331Z 0 [Note] InnoDB: Uses event mutexes mysql_1 | 2017-11-15T13:27:33.846342Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier mysql_1 | 2017-11-15T13:27:33.846422Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 mysql_1 | 2017-11-15T13:27:33.846436Z 0 [Note] InnoDB: Using Linux native AIO mysql_1 | 2017-11-15T13:27:33.846925Z 0 [Note] InnoDB: Number of pools: 1 mysql_1 | 2017-11-15T13:27:33.847174Z 0 [Note] InnoDB: Using CPU crc32 instructions mysql_1 | 2017-11-15T13:27:33.848716Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M mysql_1 | 2017-11-15T13:27:33.854874Z 0 [Note] InnoDB: Completed initialization of buffer pool mysql_1 | 2017-11-15T13:27:33.856417Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). mysql_1 | 2017-11-15T13:27:33.891379Z 0 [Note] InnoDB: Highest supported file format is Barracuda. mysql_1 | 2017-11-15T13:27:33.957163Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables mysql_1 | 2017-11-15T13:27:33.958787Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... mysql_1 | 2017-11-15T13:27:34.040983Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. mysql_1 | 2017-11-15T13:27:34.050563Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. mysql_1 | 2017-11-15T13:27:34.050711Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. mysql_1 | 2017-11-15T13:27:34.051437Z 0 [Note] InnoDB: Waiting for purge to start mysql_1 | 2017-11-15T13:27:34.102316Z 0 [Note] InnoDB: 5.7.20 started; log sequence number 2565574 mysql_1 | 2017-11-15T13:27:34.102851Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool mysql_1 | 2017-11-15T13:27:34.103298Z 0 [Note] Plugin 'FEDERATED' is disabled. mysql_1 | 2017-11-15T13:27:34.158172Z 0 [Note] InnoDB: Buffer pool(s) load completed at 171115 13:27:34 mysql_1 | 2017-11-15T13:27:34.160397Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. mysql_1 | 2017-11-15T13:27:34.160482Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. mysql_1 | 2017-11-15T13:27:34.166203Z 0 [Warning] CA certificate ca.pem is self signed. mysql_1 | 2017-11-15T13:27:34.166594Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. mysql_1 | 2017-11-15T13:27:34.177075Z 0 [ERROR] Can't start server : Bind on unix socket: Operation not permitted mysql_1 | 2017-11-15T13:27:34.177171Z 0 [ERROR] Do you already have another mysqld server running on socket: /var/lib/mysql/mysql.sock ? mysql_1 | 2017-11-15T13:27:34.177207Z 0 [ERROR] Aborting mysql_1 | mysql_1 | 2017-11-15T13:27:34.177244Z 0 [Note] Binlog end mysql_1 | 2017-11-15T13:27:34.177378Z 0 [Note] Shutting down plugin 'ngram' mysql_1 | 2017-11-15T13:27:34.177407Z 0 [Note] Shutting down plugin 'partition' mysql_1 | 2017-11-15T13:27:34.177426Z 0 [Note] Shutting down plugin 'BLACKHOLE' mysql_1 | 2017-11-15T13:27:34.177444Z 0 [Note] Shutting down plugin 'ARCHIVE' mysql_1 | 2017-11-15T13:27:34.177466Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' mysql_1 | Initialization of mysqld failed: 0 mysql_1 | 2017-11-15T13:27:34.177602Z 0 [Note] Shutting down plugin 'MRG_MYISAM' mysql_1 | 2017-11-15T13:27:34.177645Z 0 [Note] Shutting down plugin 'MyISAM' mysql_1 | 2017-11-15T13:27:34.177692Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL' mysql_1 | 2017-11-15T13:27:34.177721Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' mysql_1 | 2017-11-15T13:27:34.177759Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' mysql_1 | 2017-11-15T13:27:34.177781Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' mysql_1 | 2017-11-15T13:27:34.177802Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' mysql_1 | 2017-11-15T13:27:34.177839Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' mysql_1 | 2017-11-15T13:27:34.177866Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' mysql_1 | 2017-11-15T13:27:34.177889Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' mysql_1 | 2017-11-15T13:27:34.177911Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' mysql_1 | 2017-11-15T13:27:34.177950Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES' mysql_1 | 2017-11-15T13:27:34.177972Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' mysql_1 | 2017-11-15T13:27:34.177994Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' mysql_1 | 2017-11-15T13:27:34.178029Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG' mysql_1 | 2017-11-15T13:27:34.178053Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' mysql_1 | 2017-11-15T13:27:34.178074Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED' mysql_1 | 2017-11-15T13:27:34.178094Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' mysql_1 | 2017-11-15T13:27:34.178134Z 0 [Note] Shutting down plugin 'INNODB_METRICS' mysql_1 | 2017-11-15T13:27:34.178156Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO' mysql_1 | 2017-11-15T13:27:34.178179Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' mysql_1 | 2017-11-15T13:27:34.178214Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' mysql_1 | 2017-11-15T13:27:34.178238Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' mysql_1 | 2017-11-15T13:27:34.178259Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' mysql_1 | 2017-11-15T13:27:34.178280Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' mysql_1 | 2017-11-15T13:27:34.178303Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' mysql_1 | 2017-11-15T13:27:34.178343Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM' mysql_1 | 2017-11-15T13:27:34.178365Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET' mysql_1 | 2017-11-15T13:27:34.178385Z 0 [Note] Shutting down plugin 'INNODB_CMP' mysql_1 | 2017-11-15T13:27:34.178424Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' mysql_1 | 2017-11-15T13:27:34.178446Z 0 [Note] Shutting down plugin 'INNODB_LOCKS' mysql_1 | 2017-11-15T13:27:34.178467Z 0 [Note] Shutting down plugin 'INNODB_TRX' mysql_1 | 2017-11-15T13:27:34.178508Z 0 [Note] Shutting down plugin 'InnoDB' mysql_1 | 2017-11-15T13:27:34.178622Z 0 [Note] InnoDB: FTS optimize thread exiting. mysql_1 | 2017-11-15T13:27:34.178801Z 0 [Note] InnoDB: Starting shutdown... mysql_mysql_1 exited with code 1