Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@vps-ed88406e:~/oldschooltibia/mysql$ docker-compose logs
- Attaching to mysql_database_1, mysql_phpmyadmin_1
- database_1 | 2022-08-18 16:57:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.38-1.el7 started.
- database_1 | 2022-08-18 16:57:47+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
- database_1 | 2022-08-18 16:57:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.38-1.el7 started.
- database_1 | 2022-08-18 16:57:47+00:00 [Note] [Entrypoint]: Initializing database files
- database_1 | 2022-08-18T16:57:47.823283Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- database_1 | 2022-08-18T16:57:48.043593Z 0 [Warning] InnoDB: New log files created, LSN=45790
- database_1 | 2022-08-18T16:57:48.086571Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
- database_1 | 2022-08-18T16:57:48.092996Z 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: e3433e12-1f16-11ed-bc68-fa163eef222f.
- database_1 | 2022-08-18T16:57:48.094529Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
- database_1 | 2022-08-18T16:57:48.635492Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:48.635526Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:48.636875Z 0 [Warning] CA certificate ca.pem is self signed.
- database_1 | 2022-08-18T16:57:48.738104Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
- database_1 | 2022-08-18 16:57:51+00:00 [Note] [Entrypoint]: Database files initialized
- database_1 | 2022-08-18 16:57:51+00:00 [Note] [Entrypoint]: Starting temporary server
- database_1 | 2022-08-18 16:57:51+00:00 [Note] [Entrypoint]: Waiting for server startup
- database_1 | 2022-08-18T16:57:51.283576Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- database_1 | 2022-08-18T16:57:51.286593Z 0 [Note] mysqld (mysqld 5.7.38) starting as process 76 ...
- database_1 | 2022-08-18T16:57:51.292432Z 0 [Note] InnoDB: PUNCH HOLE support available
- database_1 | 2022-08-18T16:57:51.293012Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
- database_1 | 2022-08-18T16:57:51.293393Z 0 [Note] InnoDB: Uses event mutexes
- database_1 | 2022-08-18T16:57:51.293562Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
- database_1 | 2022-08-18T16:57:51.293776Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
- database_1 | 2022-08-18T16:57:51.293988Z 0 [Note] InnoDB: Using Linux native AIO
- database_1 | 2022-08-18T16:57:51.294762Z 0 [Note] InnoDB: Number of pools: 1
- database_1 | 2022-08-18T16:57:51.295207Z 0 [Note] InnoDB: Using CPU crc32 instructions
- database_1 | 2022-08-18T16:57:51.297834Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
- database_1 | 2022-08-18T16:57:51.309872Z 0 [Note] InnoDB: Completed initialization of buffer pool
- database_1 | 2022-08-18T16:57:51.313822Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
- database_1 | 2022-08-18T16:57:51.328124Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
- database_1 | 2022-08-18T16:57:51.342337Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
- database_1 | 2022-08-18T16:57:51.342595Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
- database_1 | 2022-08-18T16:57:51.368752Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
- database_1 | 2022-08-18T16:57:51.370971Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
- database_1 | 2022-08-18T16:57:51.371069Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
- database_1 | 2022-08-18T16:57:51.372086Z 0 [Note] InnoDB: Waiting for purge to start
- database_1 | 2022-08-18T16:57:51.422351Z 0 [Note] InnoDB: 5.7.38 started; log sequence number 2749976
- database_1 | 2022-08-18T16:57:51.423215Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
- database_1 | 2022-08-18T16:57:51.423677Z 0 [Note] Plugin 'FEDERATED' is disabled.
- database_1 | 2022-08-18T16:57:51.426167Z 0 [Note] InnoDB: Buffer pool(s) load completed at 220818 16:57:51
- database_1 | 2022-08-18T16:57:51.432869Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
- database_1 | 2022-08-18T16:57:51.432948Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
- database_1 | 2022-08-18T16:57:51.432968Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:51.432983Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:51.434265Z 0 [Warning] CA certificate ca.pem is self signed.
- database_1 | 2022-08-18T16:57:51.434354Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
- database_1 | 2022-08-18T16:57:51.436712Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
- database_1 | 2022-08-18T16:57:51.449576Z 0 [Note] Event Scheduler: Loaded 0 events
- database_1 | 2022-08-18T16:57:51.450578Z 0 [Note] mysqld: ready for connections.
- database_1 | Version: '5.7.38' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
- phpmyadmin_1 | (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
- phpmyadmin_1 | (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
- phpmyadmin_1 | no listening sockets available, shutting down
- phpmyadmin_1 | AH00015: Unable to open logs
- phpmyadmin_1 | [Thu Aug 18 16:57:47.615242 2022] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.53 (Debian) PHP/8.0.19 configured -- resuming normal operations
- phpmyadmin_1 | [Thu Aug 18 16:57:47.615388 2022] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:22 +0000] "GET /index.php?ajax_request=true&ajax_page_request=true&_nocache=1660841902674444154&token=2a3957477b6d3f6633433e7a39275435 HTTP/1.1" 200 872 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:23 +0000] "GET /index.php HTTP/1.1" 200 6344 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:27 +0000] "POST /index.php?route=/ HTTP/1.1" 302 1018 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:27 +0000] "GET /index.php?route=/&route=%2F HTTP/1.1" 200 18339 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:28 +0000] "POST /index.php?route=/config/get HTTP/1.1" 200 2492 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:28 +0000] "POST /index.php?route=/navigation&ajax_request=1 HTTP/1.1" 200 3224 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:28 +0000] "POST /index.php?route=/version-check HTTP/1.1" 200 1045 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:28 +0000] "POST /index.php?route=/config/get HTTP/1.1" 200 2594 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:28 +0000] "POST /index.php?route=/config/set HTTP/1.1" 200 2493 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:31 +0000] "GET /index.php?route=/server/privileges&viewing_mode=server&ajax_request=true&ajax_page_request=true&_nocache=1660841911501420506&token=76335d43243758362e21454f22257b63 HTTP/1.1" 200 4740 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:31 +0000] "GET /themes/pmahomme/img/lock_open.png HTTP/1.1" 200 1011 "http://vps-ed88406e.vps.ovh.net/themes/pmahomme/css/theme.css?v=5.2.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:36 +0000] "GET /index.php?route=/server/privileges&adduser=1&ajax_request=true&ajax_page_request=true&_nocache=1660841916665949068&token=76335d43243758362e21454f22257b63 HTTP/1.1" 200 6404 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:58:56 +0000] "GET /index.php?route=/server/privileges&ajax_request=true&server=1&validate_username=true&username=oldschooluser&_nocache=1660841936581335574&token=76335d43243758362e21454f22257b63 HTTP/1.1" 200 2612 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:59:07 +0000] "POST /index.php?route=/server/privileges HTTP/1.1" 200 8274 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:16:59:33 +0000] "GET /index.php?route=/server/databases&ajax_request=true&ajax_page_request=true&_nocache=1660841973292539766&token=76335d43243758362e21454f22257b63 HTTP/1.1" 200 7732 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 185.7.214.117 - - [18/Aug/2022:17:06:59 +0000] "GET / HTTP/1.1" 200 6392 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
- phpmyadmin_1 | 172.104.242.173 - - [18/Aug/2022:17:19:48 +0000] "\xba\xabd\xa1EZC\xdbM\x87\xee^\xfd\xbf\x159 X\xd4>\x12\x98\xc4<\xe0\x13\xcf" 400 498 "-" "-"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:17:23:29 +0000] "POST /index.php?route=/ HTTP/1.1" 200 2486 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:17:42:27 +0000] "POST /index.php?route=/ HTTP/1.1" 200 3079 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 51.195.216.255 - - [18/Aug/2022:17:45:41 +0000] "GET / HTTP/1.1" 200 22463 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
- phpmyadmin_1 | 51.195.216.255 - - [18/Aug/2022:17:45:44 +0000] "HEAD / HTTP/1.1" 200 1599 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"
- phpmyadmin_1 | 51.195.216.255 - - [18/Aug/2022:17:45:44 +0000] "GET / HTTP/1.1" 200 22135 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"
- phpmyadmin_1 | 51.195.216.255 - - [18/Aug/2022:17:46:01 +0000] "GET / HTTP/1.1" 200 22463 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
- phpmyadmin_1 | 51.195.216.255 - - [18/Aug/2022:17:46:02 +0000] "GET / HTTP/1.1" 200 22407 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
- phpmyadmin_1 | 185.7.214.117 - - [18/Aug/2022:17:47:24 +0000] "POST /cgi-bin/.%2e/.%2e/.%2e/.%2e/bin/sh HTTP/1.1" 400 486 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
- phpmyadmin_1 | [Thu Aug 18 17:47:24.804660 2022] [core:error] [pid 24] [client 185.7.214.117:37214] AH10244: invalid URI path (/cgi-bin/.%2e/.%2e/.%2e/.%2e/bin/sh)
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:17:53:51 +0000] "GET / HTTP/1.1" 200 6356 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- phpmyadmin_1 | 2a02:aa1:102a:5ee7:51b0:7b09:7878:115e - - [18/Aug/2022:17:53:51 +0000] "GET /js/messages.php?l=sv&v=5.2.0 HTTP/1.1" 200 9156 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
- database_1 | 2022-08-18 16:57:52+00:00 [Note] [Entrypoint]: Temporary server started.
- database_1 | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
- database_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
- database_1 | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
- database_1 | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.
- database_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
- database_1 | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
- database_1 |
- database_1 | 2022-08-18 16:57:54+00:00 [Note] [Entrypoint]: Stopping temporary server
- database_1 | 2022-08-18T16:57:54.095975Z 0 [Note] Giving 0 client threads a chance to die gracefully
- database_1 | 2022-08-18T16:57:54.096053Z 0 [Note] Shutting down slave threads
- database_1 | 2022-08-18T16:57:54.096072Z 0 [Note] Forcefully disconnecting 0 remaining clients
- database_1 | 2022-08-18T16:57:54.096108Z 0 [Note] Event Scheduler: Purging the queue. 0 events
- database_1 | 2022-08-18T16:57:54.096671Z 0 [Note] Binlog end
- database_1 | 2022-08-18T16:57:54.097434Z 0 [Note] Shutting down plugin 'ngram'
- database_1 | 2022-08-18T16:57:54.097477Z 0 [Note] Shutting down plugin 'partition'
- database_1 | 2022-08-18T16:57:54.097495Z 0 [Note] Shutting down plugin 'BLACKHOLE'
- database_1 | 2022-08-18T16:57:54.097732Z 0 [Note] Shutting down plugin 'ARCHIVE'
- database_1 | 2022-08-18T16:57:54.097769Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
- database_1 | 2022-08-18T16:57:54.097826Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
- database_1 | 2022-08-18T16:57:54.097847Z 0 [Note] Shutting down plugin 'MyISAM'
- database_1 | 2022-08-18T16:57:54.097873Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
- database_1 | 2022-08-18T16:57:54.097888Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
- database_1 | 2022-08-18T16:57:54.097901Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
- database_1 | 2022-08-18T16:57:54.097914Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
- database_1 | 2022-08-18T16:57:54.098327Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
- database_1 | 2022-08-18T16:57:54.098367Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
- database_1 | 2022-08-18T16:57:54.098405Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
- database_1 | 2022-08-18T16:57:54.098423Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
- database_1 | 2022-08-18T16:57:54.098436Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
- database_1 | 2022-08-18T16:57:54.098449Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
- database_1 | 2022-08-18T16:57:54.098461Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
- database_1 | 2022-08-18T16:57:54.098474Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
- database_1 | 2022-08-18T16:57:54.098487Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
- database_1 | 2022-08-18T16:57:54.098500Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
- database_1 | 2022-08-18T16:57:54.098513Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
- database_1 | 2022-08-18T16:57:54.098525Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
- database_1 | 2022-08-18T16:57:54.098956Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
- database_1 | 2022-08-18T16:57:54.098993Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
- database_1 | 2022-08-18T16:57:54.099008Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
- database_1 | 2022-08-18T16:57:54.099042Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
- database_1 | 2022-08-18T16:57:54.099056Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
- database_1 | 2022-08-18T16:57:54.099068Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
- database_1 | 2022-08-18T16:57:54.099083Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
- database_1 | 2022-08-18T16:57:54.099102Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
- database_1 | 2022-08-18T16:57:54.099116Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
- database_1 | 2022-08-18T16:57:54.099129Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
- database_1 | 2022-08-18T16:57:54.099142Z 0 [Note] Shutting down plugin 'INNODB_CMP'
- database_1 | 2022-08-18T16:57:54.099154Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
- database_1 | 2022-08-18T16:57:54.099167Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
- database_1 | 2022-08-18T16:57:54.099180Z 0 [Note] Shutting down plugin 'INNODB_TRX'
- database_1 | 2022-08-18T16:57:54.099193Z 0 [Note] Shutting down plugin 'InnoDB'
- database_1 | 2022-08-18T16:57:54.099989Z 0 [Note] InnoDB: FTS optimize thread exiting.
- database_1 | 2022-08-18T16:57:54.100245Z 0 [Note] InnoDB: Starting shutdown...
- database_1 | 2022-08-18T16:57:54.200764Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
- database_1 | 2022-08-18T16:57:54.201737Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 220818 16:57:54
- database_1 | 2022-08-18T16:57:55.212918Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12135637
- database_1 | 2022-08-18T16:57:55.216881Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
- database_1 | 2022-08-18T16:57:55.217260Z 0 [Note] Shutting down plugin 'MEMORY'
- database_1 | 2022-08-18T16:57:55.217336Z 0 [Note] Shutting down plugin 'CSV'
- database_1 | 2022-08-18T16:57:55.217371Z 0 [Note] Shutting down plugin 'sha256_password'
- database_1 | 2022-08-18T16:57:55.217393Z 0 [Note] Shutting down plugin 'mysql_native_password'
- database_1 | 2022-08-18T16:57:55.218010Z 0 [Note] Shutting down plugin 'binlog'
- database_1 | 2022-08-18T16:57:55.221002Z 0 [Note] mysqld: Shutdown complete
- database_1 |
- database_1 | 2022-08-18 16:57:56+00:00 [Note] [Entrypoint]: Temporary server stopped
- database_1 |
- database_1 | 2022-08-18 16:57:56+00:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up.
- database_1 |
- database_1 | 2022-08-18T16:57:56.337521Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- database_1 | 2022-08-18T16:57:56.339780Z 0 [Note] mysqld (mysqld 5.7.38) starting as process 1 ...
- database_1 | 2022-08-18T16:57:56.344141Z 0 [Note] InnoDB: PUNCH HOLE support available
- database_1 | 2022-08-18T16:57:56.344222Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
- database_1 | 2022-08-18T16:57:56.344572Z 0 [Note] InnoDB: Uses event mutexes
- database_1 | 2022-08-18T16:57:56.344644Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
- database_1 | 2022-08-18T16:57:56.344680Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
- database_1 | 2022-08-18T16:57:56.344707Z 0 [Note] InnoDB: Using Linux native AIO
- database_1 | 2022-08-18T16:57:56.345377Z 0 [Note] InnoDB: Number of pools: 1
- database_1 | 2022-08-18T16:57:56.345732Z 0 [Note] InnoDB: Using CPU crc32 instructions
- database_1 | 2022-08-18T16:57:56.348087Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
- database_1 | 2022-08-18T16:57:56.359249Z 0 [Note] InnoDB: Completed initialization of buffer pool
- database_1 | 2022-08-18T16:57:56.362336Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
- database_1 | 2022-08-18T16:57:56.375333Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
- database_1 | 2022-08-18T16:57:56.389707Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
- database_1 | 2022-08-18T16:57:56.390463Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
- database_1 | 2022-08-18T16:57:56.409491Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
- database_1 | 2022-08-18T16:57:56.410932Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
- database_1 | 2022-08-18T16:57:56.410984Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
- database_1 | 2022-08-18T16:57:56.411696Z 0 [Note] InnoDB: 5.7.38 started; log sequence number 12135637
- database_1 | 2022-08-18T16:57:56.412258Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
- database_1 | 2022-08-18T16:57:56.412666Z 0 [Note] Plugin 'FEDERATED' is disabled.
- database_1 | 2022-08-18T16:57:56.418335Z 0 [Note] InnoDB: Buffer pool(s) load completed at 220818 16:57:56
- database_1 | 2022-08-18T16:57:56.421221Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
- database_1 | 2022-08-18T16:57:56.421517Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
- database_1 | 2022-08-18T16:57:56.421556Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:56.421766Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
- database_1 | 2022-08-18T16:57:56.422700Z 0 [Warning] CA certificate ca.pem is self signed.
- database_1 | 2022-08-18T16:57:56.422970Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
- database_1 | 2022-08-18T16:57:56.423539Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
- database_1 | 2022-08-18T16:57:56.423824Z 0 [Note] IPv6 is available.
- database_1 | 2022-08-18T16:57:56.424054Z 0 [Note] - '::' resolves to '::';
- database_1 | 2022-08-18T16:57:56.424268Z 0 [Note] Server socket created on IP: '::'.
- database_1 | 2022-08-18T16:57:56.426114Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
- database_1 | 2022-08-18T16:57:56.437405Z 0 [Note] Event Scheduler: Loaded 0 events
- database_1 | 2022-08-18T16:57:56.438099Z 0 [Note] mysqld: ready for connections.
- database_1 | Version: '5.7.38' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
- database_1 | 2022-08-18T17:04:09.671550Z 26 [Note] Access denied for user 'root'@'167.172.246.36' (using password: NO)
- database_1 | 2022-08-18T17:04:09.910092Z 27 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:10.127824Z 28 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:10.365591Z 29 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:10.592998Z 30 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:10.813550Z 31 [Note] Access denied for user 'root'@'167.172.246.36' (using password: NO)
- database_1 | 2022-08-18T17:04:11.034150Z 32 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:11.257908Z 33 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:11.494218Z 34 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:11.719510Z 35 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:11.941229Z 36 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:12.156299Z 37 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:12.377901Z 38 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:12.617918Z 39 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:13.153920Z 40 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:13.388057Z 41 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:13.620789Z 42 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:13.844859Z 43 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:14.067339Z 44 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:14.292650Z 45 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:14.514705Z 46 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- database_1 | 2022-08-18T17:04:14.736770Z 47 [Note] Access denied for user 'root'@'167.172.246.36' (using password: YES)
- ubuntu@vps-ed88406e:~/oldschooltibia/mysql$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement