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

前端 未结 14 1673
粉色の甜心
粉色の甜心 2020-12-05 02:29

Server shutdown from power failure.
Mysql will not start now.
Disk is not full. Syslog is below

Oct 11 15:03:31 joe mysqld_safe[24757]: started
Oct 1         


        
相关标签:
14条回答
  • 2020-12-05 03:17

    If you have this problem on a Synology NAS you can fix it by following the advice of the Synology support team:

    Dear User,

    This has been confirmed as a known issue and we will try to fix this issue in further MariaDB release. Sorry for your inconvenience.

    Here is the workaround:

    • Please try to telnet to your DS with "root" account and password (same as admin's)
    • run the command "echo 1 > /var/services/mysql/VERSION"
    • open MariaDB package from DSM will trigger update again
    • type in the DB password and click Update will fix this issue

    More info: Synology forum

    0 讨论(0)
  • 2020-12-05 03:19

    I had the same problem. Did alot of research and found out this solution. You need to run this command on ibdata1 sudo shadowprotect -u root | root

    I dont know what this does.. but it worked for me.

    Good luck.

    0 讨论(0)
提交回复
热议问题