Resolving mysqldump: not found in MariaDB

When using MariaDB, I tried to create a backup with the following command and encountered the error mysqldump: not found: m y s q l d u m p - u o m e k a - p o m e k a o m e k a > t e s t . s q l As a workaround, I referenced the following article and found that using mariadb-dump resolved the issue: ...

February 7, 2024 · 1 min · Nakamura