Subversion Repositories configs

Rev

Rev 4 | Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 10
Line 1... Line 1...
1
[mysqld]
1
[mysqld]
-
 
2
innodb_file_per_table
2
datadir=/var/lib/mysql
3
datadir=/var/lib/mysql
3
socket=/var/lib/mysql/mysql.sock
4
socket=/var/lib/mysql/mysql.sock
4
# Settings user and group are ignored when systemd is used (fedora >= 15).
5
# Settings user and group are ignored when systemd is used (fedora >= 15).
5
# If you need to run mysqld under different user or group,
6
# If you need to run mysqld under different user or group,
6
# customize your systemd unit file for mysqld according to the
7
# customize your systemd unit file for mysqld according to the