This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /etc/my.cnf | |
# | |
# my.cnf template for clustercontroller | |
# Copyright (C) 2011-2015 severalnines.com | |
# | |
[MYSQLD] | |
user=mysql | |
basedir=/usr/ | |
datadir=/var/lib/mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[MYSQLD] | |
user=mysql | |
basedir=/usr/ | |
datadir=/var/lib/mysql | |
socket=/var/lib/mysql/mysql.sock | |
pid_file=/var/lib/mysql/mysql.pid | |
port=3306 | |
log_error=/var/log/mysql/mysqld.log | |
log_warnings=2 | |
# log_output = FILE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pgdg] | |
name=PostgreSQL 11 $releasever - $basearch | |
#baseurl=http://yum.postgresql.org/11/redhat/rhel-$releasever-$basearch | |
baseurl=http://download.postgresql.org/pub/repos/yum/11/redhat/rhel-$releasever-$basearch/ | |
enabled=1 | |
gpgcheck=0 | |
[pgdg-source] | |
name=PostgreSQL 11 $releasever - $basearch - Source |