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