MySQL服务器每天崩溃1至2次

时间:2019-02-15 15:59:43

标签: mysql

我在使用MySQL服务器时遇到问题。它每天持续崩溃一次,有时不止一次。在我安装了我的游戏服务器所需的libmysqlclient.so.16后几天出现了此问题。在我以前的VPS上,它可以正常工作,并且一切都一样。

190215 07:21:43 mysqld_safe Number of processes running now: 0
190215 07:21:43 mysqld_safe mysqld restarted
2019-02-15 07:21:45 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-02-15 07:21:45 0 [Note] /usr/sbin/mysqld (mysqld 5.6.42) starting as process 26709 ...
2019-02-15 07:21:46 26709 [Note] Plugin 'FEDERATED' is disabled.
2019-02-15 07:21:46 26709 [Note] InnoDB: Using atomics to ref count buffer pool pages
2019-02-15 07:21:46 26709 [Note] InnoDB: The InnoDB memory heap is disabled
2019-02-15 07:21:46 26709 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-02-15 07:21:46 26709 [Note] InnoDB: Memory barrier is not used
2019-02-15 07:21:46 26709 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-02-15 07:21:46 26709 [Note] InnoDB: Using Linux native AIO
2019-02-15 07:21:46 26709 [Note] InnoDB: Using CPU crc32 instructions
2019-02-15 07:21:46 26709 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2019-02-15 07:21:46 26709 [Note] InnoDB: Completed initialization of buffer pool
2019-02-15 07:21:46 26709 [Note] InnoDB: Highest supported file format is Barracuda.
2019-02-15 07:21:46 26709 [Note] InnoDB: Log scan progressed past the checkpoint lsn 16670791040
2019-02-15 07:21:46 26709 [Note] InnoDB: Database was not shutdown normally!
2019-02-15 07:21:46 26709 [Note] InnoDB: Starting crash recovery.
2019-02-15 07:21:46 26709 [Note] InnoDB: Reading tablespace information from the .ibd files...
2019-02-15 07:21:46 26709 [Note] InnoDB: Restoring possible half-written data pages 
2019-02-15 07:21:46 26709 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Doing recovery: scanned up to log sequence number 16670859321
2019-02-15 07:21:46 26709 [Note] InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percent: 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 
InnoDB: Apply batch completed
2019-02-15 07:21:46 26709 [Note] InnoDB: 128 rollback segment(s) are active.
2019-02-15 07:21:46 26709 [Note] InnoDB: Waiting for purge to start
2019-02-15 07:21:46 26709 [Note] InnoDB: 5.6.42 started; log sequence number 16670859321
2019-02-15 07:21:46 26709 [Note] Server hostname (bind-address): '*'; port: 3306
2019-02-15 07:21:46 26709 [Note] IPv6 is available.
2019-02-15 07:21:46 26709 [Note]   - '::' resolves to '::';
2019-02-15 07:21:46 26709 [Note] Server socket created on IP: '::'.
2019-02-15 07:21:46 26709 [Note] Event Scheduler: Loaded 0 events
2019-02-15 07:21:46 26709 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.6.42'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
Killed
190215 07:21:54 mysqld_safe Number of processes running now: 0
190215 07:21:54 mysqld_safe mysqld restarted
2019-02-15 07:21:54 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-02-15 07:21:54 0 [Note] /usr/sbin/mysqld (mysqld 5.6.42) starting as process 26749 ...
2019-02-15 07:21:54 26749 [Note] Plugin 'FEDERATED' is disabled.
2019-02-15 07:21:54 26749 [Note] InnoDB: Using atomics to ref count buffer pool pages
2019-02-15 07:21:54 26749 [Note] InnoDB: The InnoDB memory heap is disabled
2019-02-15 07:21:54 26749 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-02-15 07:21:54 26749 [Note] InnoDB: Memory barrier is not used
2019-02-15 07:21:54 26749 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-02-15 07:21:54 26749 [Note] InnoDB: Using Linux native AIO
2019-02-15 07:21:54 26749 [Note] InnoDB: Using CPU crc32 instructions
2019-02-15 07:21:54 26749 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2019-02-15 07:21:55 26749 [Note] InnoDB: Completed initialization of buffer pool
Killed
190215 07:21:55 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

0 个答案:

没有答案