I'm trying to set up a script to run from the script menu:
#!/bin/csh
mysqladmin flush-logs
I actually want to due more than that, but it sufficiently illustrates my problem -- the console says: "command not found: mysqladmin". This same command, however, works just fine from a terminal window. Any ideas?
Thanks!