Mr Ben Griffin
Mr Ben Griffin
The default python on macOS is **no longer Python2.7** I could do the python for macOS (and probably linux). I don't know enough windows to handle setting environments. I'm really...
I'm just adding each filename as a parameter, and it seems to work fine.
Alternatively, the read_default_group could be additional to [client]
This is what I find. I will see what I can do to get documentation. The [mysql] group is used for the specific mysql application. The [client] group is used...
https://dev.mysql.com/doc/refman/8.0/en/option-files.html#option-file-syntax > If an option group name is the same as a program name, options in the group apply specifically to that program. For example, the [mysqld] and [mysql] groups...
So this is what I found. https://dev.mysql.com/doc/refman/8.0/en/mysql-options.html The documents say the following (my emphasis): >- MYSQL_READ_DEFAULT_GROUP (argument type: char *) >Read options from the named group from my.cnf or the...
In connections.py, on line 220, the Parser() initialisation should include the default groups path which is converted into an OrderedDict called _defaults in the parser (cf. line 1154 of configparser.py)...
Pull request https://github.com/PyMySQL/PyMySQL/pull/844 This now works with both PY2 and PY3, and is backwards compatible; it also includes tests to support default groups correctly.
I have also posted an issue on python ( https://bugs.python.org/issue39860 ) concerning cascading defaults. The pull request doesn't depend upon the issue being fixed in configparser, but it does support...
This does not resolve the problem - which is that both "must_run" and "start" are ignored despite being (by default) set to true - and even when explicitly set to...