]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Thu, 23 Mar 2017 02:10:01 +0000 (03:10 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 23 Mar 2017 02:10:01 +0000 (03:10 +0100)
mysql/my.cnf
systemd/system/multi-user.target.wants/mariadb.service [new symlink]
systemd/system/mysql.service [new symlink]
systemd/system/mysqld.service [new symlink]

index 2be148f439facb333ccffc40a73562d6697bd2a2..f937afbca9f2f4357794c70f421465054f7c8998 100644 (file)
@@ -9,6 +9,7 @@ socket                                          = /var/run/mysqld/mysqld.sock
 [mysql]
 character-sets-dir=/usr/share/mysql/charsets
 default-character-set=utf8
+prompt=MySQL \u@\h:\d >\_
 
 [mysqladmin]
 character-sets-dir=/usr/share/mysql/charsets
@@ -63,10 +64,12 @@ lc_messages_dir                     = /usr/share/mysql
 #Set this to your desired error message language
 lc_messages                    = en_US
 
+log_bin_trust_function_creators = 1
+
 # security:
 # using "localhost" in connects uses sockets by default
 # skip-networking
-bind-address                           = 127.0.0.1
+#bind-address                          = 127.0.0.1
 
 log-bin
 server-id                                      = 1
diff --git a/systemd/system/multi-user.target.wants/mariadb.service b/systemd/system/multi-user.target.wants/mariadb.service
new file mode 120000 (symlink)
index 0000000..60b66bb
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib64/systemd/system/mariadb.service
\ No newline at end of file
diff --git a/systemd/system/mysql.service b/systemd/system/mysql.service
new file mode 120000 (symlink)
index 0000000..60b66bb
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib64/systemd/system/mariadb.service
\ No newline at end of file
diff --git a/systemd/system/mysqld.service b/systemd/system/mysqld.service
new file mode 120000 (symlink)
index 0000000..60b66bb
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib64/systemd/system/mariadb.service
\ No newline at end of file