Re: How to execute a file in mysql prompt

2003-12-20 Thread Victoria Reznichenko
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.co

How to execute a file in mysql prompt

2003-12-20 Thread Mysql Mysql
Hi, I have a file which has Creation of tables and views. How can I run the file in mysql prompt. -mysql __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ -- MySQL General Mailing List For list archives: http://lists.my