At 5:31 AM -0400 2000-05-10, Thimble Smith wrote:
>On Wed, May 10, 2000 at 10:22:30AM +0300, Manos Spanoudakis wrote:
>> When I open the file and i remove the lines containing text
>>
>> "source varchar(50) NOT NULL"
>>
>> everything works ok !
>
>You have to run mysql with the --no-named-commands flag:
>
> $ mysql --no-named-commands DATABASE < FILENAME
>
>This is because "source" is a special command to the 'mysql'
>program.
>
>Tim
>
>P.S. Maybe we should make --no-named-commands be on by default
>if it is not interactive.
Agreed. In fact, it should always be the default.
--
Paul DuBois, paul@stripped