upgradedb script breaks with special shell characters as mysql password
Closed this issue · 0 comments
hedenface commented
The offending line is here:
https://github.com/NagiosEnterprises/ndoutils/blob/master/db/upgradedb#L105
The "$password" needs to be contained in escaped quotes in order to allow for some special characters in the password (such as ( and ) specifically)