MySQL Forums
Forum List  »  Connector/Node.js

Re: Comments: Jon Stephens - Using XML in MySQL 5.1 and 6.0
Posted by: mace windu
Date: June 25, 2008 04:05PM

THIS DOES NOT WORK IN MYSQL ON MY WINDOWS VISTA MACHINE:
mysql -uroot -e "SHOW VARIABLES LIKE '%version%'" --xml
NEITHER DOES THIS: mysql> "SHOW VARIABLES LIKE '%version%'" --xml
NEITHER DOES THIS: mysql> SHOW VARIABLES LIKE '%version%' --xml;
NEITHER DOES THIS: mysql> --xml SHOW VARIABLES LIKE '%version%';
NEITHER DOES THIS: mysql> --xml -e SHOW VARIABLES LIKE '%version%';
NEITHER DOES THIS: mysql> --xml -e SHOW VARIABLES LIKE '%version%';

any hint?
a clue?
a notion?
a response would be great.

Options: ReplyQuote




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.