Linux Mysql服务器崩溃了

时间:2016-11-26 08:17:58

标签: mysql linux wordpress amazon-ec2

我刚刚设置了一个Amazon Linux服务器来托管我的WordPress网站,它在第一天工作正常,但之后mysql服务停止了,我必须从命令行启动它。 我的mysql.log显示了以下但仍然不确定我应该做些什么来避免这种情况,因为我是Linux服务器的新手。

任何人都可以提供帮助。感谢

Version: '5.5.52'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL)
 mysqld_safe Number of processes running now: 
161125 17:52:42 mysqld_safe mysqld restarted
161126 07:44:16 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
161126  7:44:16 [Note] /usr/libexec/mysql55/mysqld (mysqld 5.5.52) starting as process 7313 ...
161126  7:44:16 [Note] Plugin 'FEDERATED' is disabled.
161126  7:44:16 InnoDB: The InnoDB memory heap is disabled
161126  7:44:16 InnoDB: Mutexes and rw_locks use GCC atomic builtins
161126  7:44:16 InnoDB: Compressed tables use zlib 1.2.8
161126  7:44:16 InnoDB: Using Linux native AIO
161126  7:44:16 InnoDB: Initializing buffer pool, size = 128.0M
161126  7:44:16 InnoDB: Completed initialization of buffer pool
161126  7:44:16 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 205462348
161126  7:44:16  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 205602125
161126  7:44:16  InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 6 7 8 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
161126  7:44:16  InnoDB: Waiting for the background threads to start
161126  7:44:17 InnoDB: 5.5.52 started; log sequence number 205602125
161126  7:44:17 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
161126  7:44:17 [Note]   - '0.0.0.0' resolves to '0.0.0.0';
161126  7:44:17 [Note] Server socket created on IP: '0.0.0.0'.
161126  7:44:17 [Note] Event Scheduler: Loaded 0 events
161126  7:44:17 [Note] /usr/libexec/mysql55/mysqld: ready for connections.
Version: '5.5.52'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server (GPL)

0 个答案:

没有答案