im trying to execute a mysql script from php, using php's shell command. i build the script just fine and can verify that it executes from the terminal, but when i call it from php, apache's log file shows:
zsh: command not found: mysql
the format of the command is:
mysql -u "username"...