Quantcast
Channel: eHow - PHP / MySQL Programming How To's
Viewing all articles
Browse latest Browse all 111

How to Import From .SQL in MySQL

$
0
0

Use a SQL export file to transfer a database between MySQL servers.You can take a backup of a MySQL database using the mysqldump utility, which creates a text file containing a list of SQL instructions needed to reconstruct the original database. This text file can then be stored to provide a backup of the data, or...


Viewing all articles
Browse latest Browse all 111

Trending Articles