Restoring MariaDB Backu

Hi Expert Need your help. Restoring maridb backup on backup server, Backup restored but tables are empty. Backup Command :mysql -u root -p -D db_name < dbname.sql Restore Command : mysqldump -u root -p –databases db_name > dbname.sql.

Thanks

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.