We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdf6f2 commit 3ebd694Copy full SHA for 3ebd694
1 file changed
README.md
@@ -13,11 +13,15 @@ $ pip install myloginpath
13
14
## Example
15
16
+Create login path file with `mysql_config_editor` command:
17
+
18
```console
19
$ mysql_config_editor set --login-path=client --host=localhost --user=localuser --password
20
Enter password: <Type password here>
21
```
22
23
+Use it from Python:
24
25
```python
26
import myloginpath, MySQLdb
27
conf = myloginpath.parse('client')
0 commit comments