Home > OS >  The second day running Linux new MySQL error, below is the error log
The second day running Linux new MySQL error, below is the error log

Time:09-26

The cat/data/mysql/mysql_xuliangwei. Err
191103 08:50:43 mysqld_safe Starting mysqld daemon with databases from/data/mysql
191103 8:50:43 [Warning] '- skip - locking' is deprecated and will be removed in a future release. Both Please use '-- the skip - external - locking' home.
191103 8:50:43 [Note] the Plugin 'FEDERATED is disabled.
191103 8:50:43 InnoDB: Initializing buffer pool, size=8.0 M
191103 8:50:43 InnoDB: Completed initialization of buffer pool
191103 8:50:43 InnoDB: Started; The log sequence number 0, 44233
191103 8:50:43 [Note] Event Scheduler: the Loaded 0 events
191103 8:50:43 [Note]/usr/local/mysql/bin/mysqld: ready for connections.
Version: '5.1.73' socket: '/TMP/mysql. The sock' port: 3306 mysql Community Server (GPL)

CodePudding user response:

This section of the log from your hair, didn't see an error, in fact mysqld service is up, the only one warning is using the characteristics of this is about to expire,
191103 8:50:43 [Note]/usr/local/mysql/bin/mysqld: ready for connections.
  • Related