Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
fastfingertips
Forum Contributor
Posts: 242 Joined: Sun Dec 28, 2003 1:40 am
Contact:
Post
by fastfingertips » Thu Apr 20, 2006 3:37 am
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
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Apr 20, 2006 10:32 am
what have you figured out so far?
fastfingertips
Forum Contributor
Posts: 242 Joined: Sun Dec 28, 2003 1:40 am
Contact:
Post
by fastfingertips » Fri Apr 21, 2006 3:32 am
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.
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098 Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia
Post
by Chris Corbyn » Fri Apr 21, 2006 4:30 am
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