Page 1 of 1

Rewrite console command to look like a select query

Posted: Thu Apr 20, 2006 3:37 am
by fastfingertips
How can rewrite this to looke like a mysql select query:

Code: Select all

mysqldump -u root -p -w"manufacturer_id<9" wap_portal app_manufacturer  --xml

Posted: Thu Apr 20, 2006 10:32 am
by feyd
what have you figured out so far?

Posted: Fri Apr 21, 2006 3:32 am
by fastfingertips
I do not want to use the execute function and i was wondering if is there any way to select some data in an xml format from Mysql server. As i kno other servers allows that.

Posted: Fri Apr 21, 2006 4:30 am
by Chris Corbyn
If you can't do it then I'm betting there's a class available that can. If there's not one of those then there's a nice little project for someone :)