提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
[求助] centos 7 x64使用最新的wdcp然后mysql会自己关闭
网站用着用着数据库就自动关闭了我先把错误代码贴出了
- 160518 16:29:49 mysqld_safe Starting mysqld daemon with databases from /www/wdlinux/mysql-5.5.48/data
- 160518 16:29:49 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
- 160518 16:29:49 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
- 160518 16:29:49 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld (mysqld 5.5.48) starting as process 25559 ...
- 160518 16:29:49 [Note] Plugin 'FEDERATED' is disabled.
- 160518 16:29:49 InnoDB: The InnoDB memory heap is disabled
- 160518 16:29:49 InnoDB: Mutexes and rw_locks use GCC atomic builtins
- 160518 16:29:49 InnoDB: Compressed tables use zlib 1.2.7
- 160518 16:29:49 InnoDB: Initializing buffer pool, size = 100.0M
- 160518 16:29:49 InnoDB: Completed initialization of buffer pool
- 160518 16:29:50 InnoDB: highest supported file format is Barracuda.
- InnoDB: The log sequence number in ibdata files does not match
- InnoDB: the log sequence number in the ib_logfiles!
- 160518 16:29:50 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...
- 160518 16:29:50 InnoDB: Waiting for the background threads to start
- 160518 16:29:51 InnoDB: 5.5.48 started; log sequence number 1670874
- 160518 16:29:51 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
- 160518 16:29:51 [Note] - '0.0.0.0' resolves to '0.0.0.0';
- 160518 16:29:51 [Note] Server socket created on IP: '0.0.0.0'.
- 160518 16:29:51 [Note] Event Scheduler: Loaded 0 events
- 160518 16:29:51 [Note] /www/wdlinux/mysql-5.5.48/bin/mysqld: ready for connections.
- Version: '5.5.48' socket: '/tmp/mysql.sock' port: 3306 Source distribution
复制代码
我看了下好像是说内存大小不够,但是服务器的内存实际上是够的,请问怎么回事 |