Skip to content

Conversation

@beauraines
Copy link
Owner

Removes the root user/pass from the configuration file and uses a
mysqloptions file https://dev.mysql.com/doc/refman/8.0/en/option-files.html

This prevents warnings from mysql about using a pssword on the command
line

Sample File make sure its not publicly readable, like your SSH keys.

[client]
user=root
password=your_password

Closes #14

Removes the root user/pass from the configuration file and uses a
mysqloptions file https://dev.mysql.com/doc/refman/8.0/en/option-files.html

This prevents warnings from mysql about using a pssword on the command
line

Sample File make sure its not publicly readable, like your SSH keys.

```
[client]
user=root
password=your_password
```

Closes #14
@beauraines beauraines self-assigned this Mar 28, 2019
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.

2 participants