In FreeBSD 9.1 - I tried adding a new database and I got:
The last line was:
I changed it to
and there is no error anymore.
Code:
/usr/local/directadmin/scripts/custom/database_create_post.sh: mysql: not found
The last line was:
Code:
mysql -e "GRANT ALL ON ...
I changed it to
Code:
/usr/local/bin/mysql -e "GRANT ALL ON ...
and there is no error anymore.