1

How to restore the MySQL database

I have created a database and have some information in the DB i have lost my information on DB but i have backup how can i restore it

MySQL Database Add a comment
ethan
asked May 03 2019
edited May 03 2019

Answer

1

Using this command you can restore your database information

mysql -u (user) -p(password) database name < databasename.sql

Add a comment
linuxhelp
asked May 03 2019
edited May 03 2019
Post your Answer