MySQL Forums
Forum List  »  Stored Procedures

Re: heading off in mysql?
Posted by: Roland Bouman
Date: January 04, 2006 08:58PM

yes, add the following options to the command line when you start up the command line client:

-N -r -B

for ex:

mysql -N -r -B -uUsername -pPassword -Ddatabase

see: http://dev.mysql.com/doc/refman/5.0/en/mysql-command-options.html
for more info.

Options: ReplyQuote


Subject
Views
Written By
Posted
9804
January 03, 2006 11:47PM
Re: heading off in mysql?
5907
January 04, 2006 08:58PM


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.