hello everyone
i would like to execute a .sql file located at d:\ say gh.sql from my
mysql command line prompt window.
Also i would like to know how to produce a xml or html output if i query a
table in mysql.For eg say there is a 'person' table in mysql containing name,
age,address etc is it possible to redirect the output to a xml or html file if
i query the person table using a select statement from mysql command line
please give examples,