guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

Allow empty MySQL password #163

Closed mortenscheel closed 5 years ago

mortenscheel commented 5 years ago

The mysql related commands didn't work for users with empty passwords. I've added the option to omit the password argument if mysql_password is set to none during installation

guarinogabriel commented 5 years ago

@mortenscheel - Thanks for your contribution!