Source command in mysql - Mysql Views : 1525
Tagged in : Mysql
0 0
Send mail
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



    Login to add Comments .