diff --git a/plogical/ClusterManager.py b/plogical/ClusterManager.py index d91bfc119..e6ec0d107 100644 --- a/plogical/ClusterManager.py +++ b/plogical/ClusterManager.py @@ -48,7 +48,7 @@ class ClusterManager: def FetchMySQLConfigFile(self): if ProcessUtilities.decideDistro() == ProcessUtilities.centos: - return '/etc/mysql/conf.d/cluster.cnf' + return '/etc/my.cnf.d//cluster.cnf' else: return '/etc/mysql/conf.d/cluster.cnf'