So, I ran the script (changed nothing just to test), and got absolutely nothing! No output at all - not even an error.
I changed the db user, password, server information and ran the script again - still nothing.
?????????
Have you tried executing with 'sh -x' to see what is happening?
$ sh -x automysqlbackup.sh
AH! I figured it out!
Cause: I'm an idiot :) authentication error.
Duh. Sorry to waste your time.
Log in to post a comment.
So, I ran the script (changed nothing just to test), and got absolutely nothing! No output at all - not even an error.
I changed the db user, password, server information and ran the script again - still nothing.
?????????
Have you tried executing with 'sh -x' to see what is happening?
$ sh -x automysqlbackup.sh
AH! I figured it out!
Cause: I'm an idiot :) authentication error.
Duh. Sorry to waste your time.