cool, although maybe recommend reading passwds from stdin.. So isn't in your script.
edit: forgot to mention, read has -s option for su type input:
echo -n "enter mysql password: "; read -s sqlpasswd
Also quick tip: rm can take multiple arguments, i.e:
rm SQL.sql* web.tgz*
will replace last 4 lines