mariadb - how do I correlate time in mysql logs? -


i can't seem make sense of how correlate time in mariadb logs:

151004 15:34:36 [note] error reading relay log event: slave sql thread killed 151004 15:34:36 [error] error reading packet server: lost connection mysql server during query ( server_errno=2013) 151004 15:34:36 [note] slave i/o thread killed while reading event 151004 15:34:36 [note] slave i/o thread exiting, read log 'mariadb-bin.000078', position 376 151004 15:36:47 [note] slave sql thread initialized, starting replication in log 'mariadb-bin.000078' @ position 376, relay log './db4-relay-bin.000042' position: 537 151004 15:36:47 [note] slave i/o thread: connected master 'jf_slave@db2.example.com:3306',replication started in log 'mariadb-bin.000078' @ position 376 151007  4:24:12 [note] error reading relay log event: slave sql thread killed 151007  4:24:12 [error] error reading packet server: lost connection mysql server during query ( server_errno=2013) 151007  4:24:12 [note] slave i/o thread killed while reading event 151007  4:24:12 [note] slave i/o thread exiting, read log 'mariadb-bin.000078', position 376 151007  4:28:20 [note] slave sql thread initialized, starting replication in log 'mariadb-bin.000078' @ position 376, relay log './db4-relay-bin.000043' position: 537 151007  4:28:20 [note] slave i/o thread: connected master 'jf_slave@db2.example.com:3306',replication started in log 'mariadb-bin.000078' @ position 376 

can tell me example how determine time / date someting happened? or correct in assumption mysql/mariadb doesn't represent dates, times.

151007 4:24:12 = 2015-10-07 04:24:12

151004 15:36:47 = 2015-10-04 15:36:47


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -