quickshiftin / mysqlbkup

Lightweight MySQL backup script in BASH
GNU Lesser General Public License v3.0
157 stars 70 forks source link

Update mysqlbkup.cnf.sample #16

Closed 101sam closed 2 years ago

101sam commented 2 years ago

Adding MySql Port (default 3306) Need to add double-quotes around the password.: password="mysecretpw" Without double quotes, it wouldn't be possible to read special chars in passwords.