Skip to content
Snippets Groups Projects
Commit 96363d42 authored by Morris Jette's avatar Morris Jette
Browse files

select/alps - Reverse .my.cnf search order

This is a variation on commit 5391b8cc
Check $HOME/.my.cnf last rather than first to follow more standard search order
parent 423029d8
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,10 @@ static int cray_get_options_from_default_conf(MYSQL *handle)
* Hardcoded list of paths my.cnf is known to exist on a Cray XT/XE
*/
const char *default_conf_paths[] = {
"/root/.my.cnf",
"/etc/my.cnf",
"/etc/opt/cray/MySQL/my.cnf",
"/etc/mysql/my.cnf",
"/root/.my.cnf",
NULL
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment