MySQL Forums
Forum List  »  Connector/Node.js

trying to use XML WITH MYSQL
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


Subject
Written By
Posted
trying to use XML WITH MYSQL
June 25, 2008 04:05PM


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.