Importing Mysql Database using command Prompt
We can import Mysql database using command line
We can use the ’source’ command to import database
Syntax :
use database name
source .sql file name along path
Example
use my_data1
source c:\db\mydata.sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment