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

ethan
asked May 3, 2019
edited
1 Answer
1

Using this command you can restore your database information

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

View More
linuxhelp
answered May 3, 2019
Your Answer
||||
 
100:0