안녕하세요
mac 환경에서 mariadb 10.3.9 버전을 사용하고 있는데
서비스 재기동시 다음과같은 오류 메시지가 표시됩니다.(그런데 동작은 잘 됩니다.)
어떤부분에 문제가 있는지 어떻게 처리해야하는지 알고싶습니다.
감사합니다.
-----------------------------------------------------------------------------------------------
mysql.server stop
Shutting down MariaDB
.. ERROR! The server quit without updating PID file (/usr/local/var/mysql/foreverui-MacBook-Pro.local.pid).
-----------------------------------------------------------------------------------------------
mysql.server start
Starting MariaDB
181219 10:18:30 mysqld_safe Logging to '/usr/local/var/mysql/foreverui-MacBook-Pro.local.err'.
181219 10:18:30 mysqld_safe A mysqld process already exists
-----------------------------------------------------------------------------------------------
'/usr/local/var/mysql/foreverui-MacBook-Pro.local.err' 로그파일 내용
2018-12-19 10:18:18 0 [Note] /usr/local/opt/mariadb/bin/mysqld (initiated by: unknown): Normal shutdown
2018-12-19 10:18:18 0 [Note] Event Scheduler: Purging the queue. 0 events
2018-12-19 10:18:18 0 [Note] InnoDB: FTS optimize thread exiting.
2018-12-19 10:18:18 0 [Note] InnoDB: Starting shutdown...
2018-12-19 10:18:18 0 [Note] InnoDB: Dumping buffer pool(s) to /usr/local/var/mysql/ib_buffer_pool
2018-12-19 10:18:18 0 [Note] InnoDB: Instance 0, restricted to 2047 pages due to innodb_buf_pool_dump_pct=25
2018-12-19 10:18:18 0 [Note] InnoDB: Buffer pool(s) dump completed at 181219 10:18:18
2018-12-19 10:18:20 0 [Note] InnoDB: Shutdown completed; log sequence number 60330517; transaction id 103790
2018-12-19 10:18:20 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2018-12-19 10:18:20 0 [Note] /usr/local/opt/mariadb/bin/mysqld: Shutdown complete
2018-12-19 10:18:20 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-12-19 10:18:20 0 [Note] InnoDB: Uses event mutexes
2018-12-19 10:18:20 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2018-12-19 10:18:20 0 [Note] InnoDB: Number of pools: 1
2018-12-19 10:18:20 0 [Note] InnoDB: Using SSE2 crc32 instructions
2018-12-19 10:18:20 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2018-12-19 10:18:20 0 [Note] InnoDB: Completed initialization of buffer pool
2018-12-19 10:18:20 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2018-12-19 10:18:20 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2018-12-19 10:18:20 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2018-12-19 10:18:20 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2018-12-19 10:18:20 0 [Note] InnoDB: Waiting for purge to start
2018-12-19 10:18:20 0 [Note] InnoDB: 10.3.9 started; log sequence number 60330517; transaction id 103792
2018-12-19 10:18:20 0 [Note] InnoDB: Loading buffer pool(s) from /usr/local/var/mysql/ib_buffer_pool
2018-12-19 10:18:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2018-12-19 10:18:20 0 [Note] Server socket created on IP: '::'.
2018-12-19 10:18:20 0 [Note] Reading of all Master_info entries succeded
2018-12-19 10:18:20 0 [Note] Added new Master_info '' to hash table
2018-12-19 10:18:20 0 [Note] /usr/local/opt/mariadb/bin/mysqld: ready for connections.
|