0

It all started when my server was not shut down properly. On the next boot mysql failed to start so I tried to start it with service mysql restart but that failed and said Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.

http://hastebin.com/uyijoquyol.coffee http://hastebin.com/fekepowuzi.avrasm

I have a feeling the database is corrupt. Is there a way to repair the files to working order?

1 Answers1

0

It seems you have a permission issue, to start with:

160325 18:39:20  InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.

Have a look here:

Mysql won't start - ibdata1 corrupt? - operating system error number 13 - permissions issue

Regards

Community
  • 1
  • 1
White Feather
  • 2,733
  • 1
  • 15
  • 21