I would suggest you following KB article - https://support.plesk.com/hc/en-us/articles/213403429
If you afraid to do it by yourself, you can ask assistance of Plesk Professional Service https://www.plesk.com/professional-services/Hi iGorg, thanks for your message.
I had read that article but I do not know if something can happen or spoil the databases.
Do you know if it is safe?
Thank you very much.
If you afraid to do it by yourself, you can ask assistance of Plesk Professional Service https://www.plesk.com/professional-services/
[root@server ~]# nano /etc/rc.local
[root@server ~]# nano /var/log/mysqld.log
GNU nano 2.0.9 Fichero: /var/log/mysqld.log
2017-03-15 10:13:27 2245 [Note] InnoDB: Using Linux native AIO
2017-03-15 10:13:27 2245 [Note] InnoDB: Using CPU crc32 instructions
2017-03-15 10:13:27 2245 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2017-03-15 10:13:27 2245 [Note] InnoDB: Completed initialization of buffer pool
2017-03-15 10:13:27 2245 [Note] InnoDB: Highest supported file format is Barracuda.
2017-03-15 10:13:30 2245 [Note] InnoDB: 128 rollback segment(s) are active.
2017-03-15 10:13:30 2245 [Note] InnoDB: Waiting for purge to start
2017-03-15 10:13:30 2245 [Note] InnoDB: 5.6.35 started; log sequence number 58669935821
2017-03-15 10:13:30 2245 [Note] Server hostname (bind-address): '*'; port: 3306
2017-03-15 10:13:30 2245 [Note] IPv6 is available.
2017-03-15 10:13:30 2245 [Note] - '::' resolves to '::';
2017-03-15 10:13:30 2245 [Note] Server socket created on IP: '::'.
2017-03-15 10:13:31 2245 [Note] Event Scheduler: Loaded 0 events
2017-03-15 10:13:31 2245 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.6.35' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL)
2017-03-15 10:15:09 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:15:09 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:15:11 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:15:11 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:15:13 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:15:13 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:15:26 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:15:26 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:15:49 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:15:49 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:16:22 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:16:22 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:16:31 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:16:31 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:16:35 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair it
2017-03-15 10:16:35 2245 [ERROR] Got an error from unknown thread, /export/home/pb2/build/sb_0-21378139-1480366181.23/rpm/BUILD/mysql-5.6.35/mysql-5.6.35/storage/myisam/mi_write.c:223
2017-03-15 10:16:45 2245 [ERROR] /usr/sbin/mysqld: Incorrect key file for table '/tmp/#sql_8c5_0.MYI'; try to repair
First of all, why are you look into /var/tmp? In logs errors about /tmp/filenames.
In your system /tmp does not mount as separate file system. So, we speak about / (root).
Filesystem Size Used Avail Use% Mounted on
/dev/md2 1,8T 1,7T 16M 100% /
Size of disk is 1.8 terabytes
Available only 16 megabytes
It used at 100%
So, this is the problem.