Pages

Search This Blog

Monday, 16 April 2012

Importing or Dumping .sql file into MySQL

mysql>create database online;
mysql>use online;
mysql>source D:\Project\sqlfile.sql;

The sqlfile.sql is the SQL script file to be dumped on a database online


No comments:

Post a Comment