How to import mysql dump to SQLyog

mysql, sqlyog

Solution

In SQLyog there is an option - `Tools -> Execute SQL script`. You can use this to run SQL scripts.

Problem

I have few sql dump files like the tables taken from other db. Now i want to update the tables into my server using the sqlyog. So can anyone help me out in importing .sql files into the SQLyog ??? Thank u in advance

Original source

Related problems