I forgot to mention that it is happening from my ant scripts too.  So the 
problem is occurring outside of the query browser as well.  However, from the 
command line I can execute the two statements.  

Any ideas what could be causing this?

-----Original Message-----
From: Justin Moore 
Sent: Wednesday, March 23, 2005 10:39 AM
To: mysql@lists.mysql.com
Subject: semicolon commands causing problems


Hi, 

Anyone know why I can't run multiple commands from the query browser using 
semicolons to separate the commands?

ex:
The following command works fine:
select now();


However the following commands do not
select now();
select version();


Your help is appreciated,

-JM

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


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

Reply via email to