slackware-current/source/ap/mariadb/mariadb.default
Patrick J Volkerding 0665074a8c Sat Nov 9 20:28:56 UTC 2024
ap/mariadb-11.4.4-x86_64-3.txz:  Rebuilt.
  Moved default options (--skip-networking --disable-ssl) into
  /etc/default/mariadb. Thanks to y0g1.
 rc.mysqld: use options from /etc/default/mariadb.
 Change db installation example from mysql_install_db to mariadb-install-db.
 Change mysqld to mariadbd in various places.
 Edit the text that's printed after mariadb-install-db to show how to start
 at boot time with chmod +x /etc/rc.d/rc.mysqld.
kde/kid3-3.9.6-x86_64-1.txz:  Upgraded.
l/python-wheel-0.45.0-x86_64-1.txz:  Upgraded.
l/sof-firmware-2024.09.1-noarch-1.txz:  Upgraded.
x/ibus-1.5.31-x86_64-1.txz:  Upgraded.
2024-11-09 22:00:01 +01:00

11 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"