- 积分
- 8
- 威望
-
- 金钱
-
- 注册时间
- 2017-1-29
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2017-9-21 11:46:08
|
显示全部楼层
mysql error日志
2017-09-20T02:18:05.801976Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2017-09-20T02:18:05.802059Z 0 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.7.18-log) starting as process 11994 ...
2017-09-20T02:18:05.808663Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-09-20T02:18:05.808700Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-09-20T02:18:05.808704Z 0 [Note] InnoDB: Uses event mutexes
2017-09-20T02:18:05.808707Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-09-20T02:18:05.808711Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2017-09-20T02:18:05.809144Z 0 [Note] InnoDB: Number of pools: 1
2017-09-20T02:18:05.809267Z 0 [Note] InnoDB: Using CPU crc32 instructions
2017-09-20T02:18:05.810439Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-09-20T02:18:05.818507Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-09-20T02:18:05.821162Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2017-09-20T02:18:05.831230Z 0 [ERROR] InnoDB: Unable to lock /usr/local/mysql/var/ibdata1 error: 11
2017-09-20T02:18:05.831249Z 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2017-09-20T02:18:05.831253Z 0 [Note] InnoDB: Retrying to lock the first data file
2017-09-20T02:18:06.831333Z 0 [ERROR] InnoDB: Unable to lock /usr/local/mysql/var/ibdata1 error: 11
2017-09-20T02:18:06.831356Z 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2017-09-20T02:18:07.831451Z 0 [ERROR] InnoDB: Unable to lock /usr/local/mysql/var/ibdata1 error: 11
2017-09-20T02:18:07.831477Z 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2017-09-20T02:18:05.801976Z 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled
2017-09-20T02:18:05.802059Z 0 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.7.18-log) starting as process 11994 ...
2017-09-20T02:18:05.808663Z 0 [Note] InnoDB: PUNCH HOLE support available
2017-09-20T02:18:05.808700Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-09-20T02:18:05.808704Z 0 [Note] InnoDB: Uses event mutexes
2017-09-20T02:18:05.808707Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-09-20T02:18:05.808711Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2017-09-20T02:18:05.809144Z 0 [Note] InnoDB: Number of pools: 1
2017-09-20T02:18:05.809267Z 0 [Note] InnoDB: Using CPU crc32 instructions
2017-09-20T02:18:05.810439Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2017-09-20T02:18:05.818507Z 0 [Note] InnoDB: Completed initialization of buffer pool
2017-09-20T02:18:05.821162Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). |
|