AMP AMP
AMP
1
AMP

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
a sample image
ethan
asked May 03 2019
edited May 03 2019

Answer

AMP
1
AMP

Using this command you can restore your database information

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

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