|
|
Source command in mysql - Mysql
|
Views : 1525
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
The SOURCE command is used to load the file from the command prompt.
mysql> SOURCE backupfile.sql
The sequence \. is a shorcut name for the SOURCE statement. The following does exactly the same thing as the above SOURCE statement.
mysql> \. backupfile.sql |
|
By Rekha, On - 2009-04-02 |
|
|
|