So, I've been checking the MySQL logs recently and found this:
Coincidentally, I stopped getting emails after 13:30 - that's how I know my server is down. So I assume that there's something wrong here, right?
PHP Code:
171004 13:37:22 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
171004 13:37:22 [Note] Plugin 'FEDERATED' is disabled.
171004 13:37:22 InnoDB: The InnoDB memory heap is disabled
171004 13:37:22 InnoDB: Mutexes and rw_locks use GCC atomic builtins
171004 13:37:22 InnoDB: Compressed tables use zlib 1.2.8
171004 13:37:22 InnoDB: Using Linux native AIO
171004 13:37:22 InnoDB: Initializing buffer pool, size = 128.0M
171004 13:37:22 InnoDB: Completed initialization of buffer pool
171004 13:37:22 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!
171004 13:37:22 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...
171004 13:37:22 InnoDB: Waiting for the background threads to start
171004 13:37:23 InnoDB: 5.5.44 started; log sequence number 802606510
171004 13:37:23 [Note] Server hostname (bind-address): '127.0.0.1'; port: 3306
171004 13:37:23 [Note] - '127.0.0.1' resolves to '127.0.0.1';
171004 13:37:23 [Note] Server socket created on IP: '127.0.0.1'.
171004 13:37:23 [Note] Event Scheduler: Loaded 0 events
171004 13:37:23 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.5.44-0ubuntu0.14.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu)
171004 13:37:24 [ERROR] /usr/sbin/mysqld: Table './sentora_core/x_bandwidth' is marked as crashed and should be repaired
171004 13:37:24 [Warning] Checking table: './sentora_core/x_bandwidth'
Coincidentally, I stopped getting emails after 13:30 - that's how I know my server is down. So I assume that there's something wrong here, right?