Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Restoring Database
Hello,
I have a mysql database I copied from our old hosting provider.
It is in the form
filename.sql
How can I import / restore it to a database using SQLyog?
Thanks….Tim
From the menu .. tools .. execute SQL script.
The .sql file may or may not have CREATE DATABASE and USE DATABASE statements. If not create an empty database in advance.