mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
382 B
Text
12 lines
382 B
Text
|
# Default options for starting mariadb:
|
||
|
#
|
||
|
# --skip-networking
|
||
|
# This option rejects incoming network connections for increased security.
|
||
|
# Remove this option if you require these connections.
|
||
|
#
|
||
|
# --disable-ssl
|
||
|
# Disable SSL/TLS and automatic self-signed certificate generation.
|
||
|
# Remove this option if you require SSL/TLS support.
|
||
|
|
||
|
MARIADB_OPTIONS="--skip-networking --disable-ssl"
|