im trying to dump a database on the fly w/ cfexecute on redhat
<cfexecute name='mysqldump' arguments='mydatabase > /path/to/save/dump' outputfile='/path/to/save/results'> </cfexecute>
but this only returns
-- MySQL dump 9.11
--
-- Host: localhost Database: unrivaled
--
-- Server version 4.0.20-standard
there should be all of the create table junk. if i run the script from the command line
#mysqldump mydatabase > /path/to/save/dump
it does what i want.
any suggestions??
i also thought about creating a shell script .. but this returned the same results. should i do something to the script? i even tried adding "su root"
- joe
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

