I've had nothing but bad luck with cfexecute. That is, that complex
arguments, are not working properly. The only way I could make them
run well is to save the commands into a script file and then calling
that script file with cfexecute. Never let me down.

Another options to see if there are any errors in the cfexecute is to
add the errorVariable="x" parameter and you will see any errors in
that variables.

Kind Regards,
Nitai

On Wed, Mar 3, 2010 at 1:54 PM, tom thomas <[email protected]> wrote:
> This isn't a openbd question, but I am trying to use openbd to accomplish
> the task.
>
> I have several mysql databases (wordpress blogs) that acquire a database
> overhead quite often. I am trying to use cfexecute to automate solving this
> problem. So far with no luck. Here is the code I am using.
>
> <cfexecute name="C:\x\xampp\mysql\bin\mysqlcheck.exe" arguments="
> --all-databases --auto-repair -u, --user=root, -p, --password=*****"
> outputfile="C:\myfiles\jetty-openbd\webapps\openbd\mysqlcheck.txt" />
>
> Password blanked out.
>
> mysqlcheck.txt is a blank file, although if I place this in the arguments
>
> -?, --help
>
> it will print a nice help file that has all of the commands and options.
>
> Either it can not be done or something is wrong in my code. Any advice?
>
> Thanks,
> Tom Thomas
>
> --
> Open BlueDragon Public Mailing List
> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
> mailing list - http://groups.google.com/group/openbd?hl=en
>
> !! save a network - please trim replies before posting !!



-- 
See for yourself how easy it is to manage files today. Join the revolution!

Razuna SaaS On-Demand - Hosted Digital Asset Management Solution
http://www.razuna.com/

Razuna - Open Source Digital Asset Management
http://www.razuna.org/

Follow us on Twitter
http://twitter.com/razunahq

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to