Mysql Mysql <[EMAIL PROTECTED]> wrote:
> 
> I have a file which has Creation of tables and views.

Views currently are not supported in MySQL.

> How can I run the file in mysql prompt.

Use source (\.) command:
        
        mysql> source /path/to/the/file/file.sql 

        http://www.mysql.com/doc/en/mysql.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to