Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Kuidas taastada varukoopia failist `backup.sql` andmebaasi db_name?
MariaDB [(none)]>LOAD DATABASE testdb FROM 'backup.sql';
MariaDB [(none)]>
MariaDB [(none)]> use db_name;MariaDB [db_name]> source backup.sql;
MariaDB [(none)]> use db_name;
MariaDB [db_name]> source backup.sql;
MariaDB [(none)]>IMPORT DATABASE db_name FROM 'backup.sql';
MariaDB [(none)]> SOURCE backup.sql;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!