Scenario:
You are working as MySQL DBA, You are provided a complete MySQL or MariaDB database dump but you need to restore only one database out of entire database dump. What steps you will take to restore single database from complete MySQL database Dump.Solution:
To create the single database dump file you can use below command.
# mysqldump --user=UserName --password=PasswordforUser --all-databases >/DestinationDirectory/BackupFileName.sql
To Restore single database from complete backup dump, you can use below command.
# mysql --user=[UserName] --password=[Password] --one-database destdbname < alldatabases.sql
You need to create the empty database first before you run the restore database command. Let's say we need to restore abc database, then you can use below command.
# mysql --user=UserName --password=ProvidePassword --one-database abc < /mysqlbackup/alldatabases_backupfile.sql
MySQL DBA Training - Restore single database from Complete mysqldump file
Acually, I recently saw your post, This is very nice and I feel good to see your post. I am always following your blog, Continue posting...
ReplyDeleteOracle DBA Training in Chennai
Oracle DBA Course in Chennai
Spark Training in Chennai
Oracle Training in Chennai
Social Media Marketing Courses in Chennai
Pega Training in Chennai
Linux Training in Chennai
Primavera Training in Chennai
Tableau Training in Chennai
Oracle DBA Training Fess in Chennai
Hi,
ReplyDeleteI must appreciate you for providing such a valuable content for us. This is one amazing piece of article. Helped a lot in increasing my knowledge.
Software Testing Training in Chennai
Software Testing Course in Chennai
Java Training in Chennai
Big Data Training in Chennai
Blue Prism Training in Chennai
Advanced Java Training in Chennai
German Language Course in Chennai
Software Testing Training in Tambaram
Great work. Kindly continue sharing more post and kindly do keep the viewers updated in a better way.
ReplyDeleteIELTS Coaching in Anna Nagar
IELTS Coaching in Chennai Anna Nagar
IELTS Coaching in Adyar
IELTS Coaching in Porur
IELTS Coaching in Mumbai
Best English Speaking Classes in Mumbai
Spoken English Classes in Chennai
IELTS Coaching Centre in Chennai
This comment has been removed by a blog administrator.
ReplyDelete