tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Feat: Null password support for Mariadb #343

Closed nikspyratos closed 1 month ago

nikspyratos commented 2 months ago

Heyo!

Took the logic from #115 and ported it for MariaDB. Spun up the container and I could connect with an empty password, so guessing that's all that needs to be done for testing.

nikspyratos commented 2 months ago

Hmm, followed the existing code used, so for consistency I'd say keep it. Alternatively the entire repo probably needs a linting run at least once to prevent similar occurrences?