MySQL Forums
Forum List  »  Newbie

Re: MySql Command Prompt: Limts
Posted by: Felix Geerinckx
Date: July 29, 2005 01:32PM

Sarfaraz Patel wrote:

> then i realised that the MySql command prompt itself limits itself to how much data you type
> next to it
> ...
> i assume this is a Dos or mysql command prompt related question...but please if you could help me
> to increase this size...it will be great...

I don't think that would be easy.

But why don't you create your SQL statements in your favorite text editor? After saving them in a file you can read them in with the following command:

mysql> source your_sql_file.sql;

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySql Command Prompt: Limts
July 29, 2005 01:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.