[MDEV-15586] MariaDB server won''t start. Created: 2018-03-16 Updated: 2018-03-16 Resolved: 2018-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 5.5.59 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Dermot Brereton | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
No LSB modules are available. |
||
| Attachments: |
|
| Description |
|
Mar 16 13:35:55 git kernel: [ 6256.343743] init: mysql main process ended, respawning |
| Comments |
| Comment by Elena Stepanova [ 2018-03-16 ] | ||||||
|
Please paste the error log of mysqld, it is not it. | ||||||
| Comment by Dermot Brereton [ 2018-03-16 ] | ||||||
|
/var/log/mysql/error.log uploaded as requested. | ||||||
| Comment by Elena Stepanova [ 2018-03-16 ] | ||||||
|
Dermot.Brereton, thanks. First of all, from all appearances, it's not MariaDB, but MySQL, particularly this package provided by Ubuntu: https://packages.ubuntu.com/trusty/amd64/database/mysql-server-5.5. But regardless of that, according to our InnoDB experts, the general explanation of the crash is already visible here in the first lines:
It's pretty much a self-contained message, the likely reason is that the data directory has been compromised either by taking a copy of a running database (without backup tools like xtrabackup/mariabackup) and trying to use it, or copying/moving/overriding some files but not all, or using files from different backups, like too old redo file and too new data files, etc. | ||||||
| Comment by Dermot Brereton [ 2018-03-16 ] | ||||||
|
You are correct this is a MySQL installation. Thank you for your explanation on this issue. It can now be closed. |