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
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