Hello, I have backup MySQL Databases using the mysqldump command, how can I restore it now?
You can use mysql command for it. For example following command will restore all backup from mydb.sql to newdb database.
mysql -u root -p newdb < newdb.sql
mysql -u root -p < all_databases.sql
+8595670151
7 days a week, 24 hours a day