]> BookStack Code Mirror - system-cli/commit
Added escaping for MySQL config options 22-mysql-cred-escaping
authorDan Brown <redacted>
Wed, 14 May 2025 11:12:02 +0000 (12:12 +0100)
committerDan Brown <redacted>
Wed, 14 May 2025 11:12:02 +0000 (12:12 +0100)
commit019b412d81b5305819df19de892c102657ff08ab
treedc72f91c265a8c9032ab244e33cf5a1dd12cce78
parent86c680259923ce3675366585842890ca09004e10
Added escaping for MySQL config options

Quotes string values and specifically escapes backslashes so they're not
misintepreted as special chars in the config.

For #22
src/Services/MySqlRunner.php