Restore a mysql database from backup
If the valid backup file is available with you, then you can restore the same using below command.
mysql configurationintermediate
by MYSQL
12 views
If the valid backup file is available with you, then you can restore the same using below command.
1234
If the valid backup file is available with you, then you can restore the same using below command.
SYNTAX mysqldump –u root –p[password] [databasename] < dumpfilename.sql
[mysql@localhost]#
mysqldump –u root –pmysql sampledb > dbdump.sqlPlease to add comments
No comments yet. Be the first to comment!