Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "login paths" in both MySQL and MariaDB #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kekos
Copy link

@Kekos Kekos commented Sep 3, 2022

To avoid the "Using a password on the command line interface can be insecure" warning in MySQL, support for login path was added in an other repository.

I recently changed to MariaDB on one server, which have no such solution and instead suggests using extra configuration file with secure permissions.

Since this repo seemed to have "more" activity I thought it would be good to merge here.

* Removes support for dumping flush logs.
* Changes default for "usessl" config from "yes" to "no" and adds support for SSL options in MySQL 5.6 and higher.
* Added support for "login paths" https://dev.mysql.com/doc/refman/5.6/en/option-file-options.html#option_general_login-path instead of setting password in config file.
* Fixes "du" and "sed" commands failing in MacOS.
* Also dump events to backup.
* Removes some debug print statements.
@Kekos Kekos mentioned this pull request Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant