Asif Lodhi wrote:
Hi,
I am replying back to my own post. Sorry, I forgot to mention that I
am using mysql client on WinXP Pro SP2 and MySQL-5.0.22 is installed
on the same machine.
Any hints as to why mysql client is showing this behavior?
The only thing you're changing is the delimiter?
Ar
Hi,
I am replying back to my own post. Sorry, I forgot to mention that I
am using mysql client on WinXP Pro SP2 and MySQL-5.0.22 is installed
on the same machine.
Any hints as to why mysql client is showing this behavior?
Thanks in advance,
--
Asif
On 8/4/06, Asif Lodhi <[EMAIL PROTECTED]> w
Hi,
When I create scripts, I change the delimiter at the beginning of the
create_table script from ";" (without quotes) to "//". At the end of
the script, I change the delimiter back to the original ";". This is
according to what is described in doc at www.mysql.com.
However, when I run these