Errors after MySQL Custombuild updated MariaDB to 10.2.29

Sab

Verified User
Joined
Jul 1, 2019
Messages
37
Custombuild updated MariaDB to 10.2.29 (GUI interface) and the since then we get the following error when taking backups

Code:
Error while backing up database username_wp464
mysqldump error output: mysqldump: Error: 'Can't create/write to file '/tmp/#sql_2256_2.MAI' (Errcode: 2 "No such file or directory")' when trying to dump tablespaces
mysqldump: Couldn't execute 'show fields from `wpd6_cf_form_entries`': Can't create/write to file '/tmp/#sql_2256_0.MAI' (Errcode: 2 "No such file or directory") (1)

and PHPMyAdmin on all levels throws error

Code:
 Error reading data for table username_wpchc.wpch_duplicator_packages: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `username_wpchc`.`wpch_duplicator_packages`' at line 1

PHP version is 7.2 and mysql is enabled in php.

What am I missing?
 
Back
Top