Try to find solution in many related KB articles: Search results – Plesk Help CenterSo how to fix this ?
Hello, i try these topics but anyone work fine.Try to find solution in many related KB articles: Search results – Plesk Help Center
Supose that you can't use plesk repair db if your database server is down, you need to review why your db server is down, can you give us information about your mariadb log?
2021-06-29 10:13:59 0 [Note] InnoDB: Using Linux native AIO
2021-06-29 10:13:59 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-29 10:13:59 0 [Note] InnoDB: Uses event mutexes
2021-06-29 10:13:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-06-29 10:13:59 0 [Note] InnoDB: Number of pools: 1
2021-06-29 10:13:59 0 [Note] InnoDB: Using SSE2 crc32 instructions
2021-06-29 10:13:59 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2021-06-29 10:13:59 0 [Note] InnoDB: Completed initialization of buffer pool
2021-06-29 10:13:59 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2021-06-29 10:13:59 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2021-06-29 10:13:59 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-06-29 10:13:59 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-06-29 10:13:59 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-06-29 10:13:59 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-06-29 10:13:59 0 [Note] InnoDB: 10.3.29 started; log sequence number 215420064140; transaction id 72275874
2021-06-29 10:13:59 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2021-06-29 10:13:59 0 [Note] Plugin 'FEEDBACK' is disabled.
2021-06-29 10:13:59 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2021-06-29 10:13:59 0 [Note] Recovering after a crash using tc.log
2021-06-29 10:13:59 0 [Note] Starting crash recovery...
2021-06-29 10:13:59 0 [Note] Crash recovery finished.
2021-06-29 10:13:59 0 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
2021-06-29 10:13:59 0 [Note] Server socket created on IP: '127.0.0.1'.
2021-06-29 10:13:59 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
Also you have free space on your var partition?ls -l /var/lib/mysql/mysql ? Do you have some HDD crash?
Hello, no hdd crashed... i just reboot the serve after updatesls -l /var/lib/mysql/mysql ? Do you have some HDD crash?
Hello,,, i just reboot after updates.What kind of reboot did you run? This behavior looks more like someone pulled the power on the instance lol.
Can you give the result of ls -l /var/lib/mysql/mysql ?
ls: cannot access '/var/lib/mysql/mysql': No such file or directory
Ok, this is the problem... your vital mysql database have been deleted... Try to restore files of this database from your most recent backup (owner should be mysql)ls: cannot access '/var/lib/mysql/mysql': No such file or directory
Have some how to or tutorial about this ?Ok, this is the problem... your vital mysql database have been deleted... Try to restore files of this database from your most recent backup (owner should be mysql)
Do you have some backup (tar/gzip file)?Have some how to or tutorial about this ?