Guide to importing and exporting MariaDB databases.
mariadb-client
.
SHOW TABLES;
or a similar command to review the data in your database.
mariadb-dump
command. You can open the file with a plain text editor (e.g. TextEdit, Notepad++, Sublime Text, etc.) or a database tool like TablePlus to review the exported data.