mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Use skip-federated by default in all example configs.
This commit is contained in:
parent
da4cfa6d1e
commit
b32fce091f
5 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
|
|||
|
|
@ -357,6 +357,9 @@ myisam_repair_threads = 1
|
|||
myisam_recover
|
||||
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# *** BDB Specific options ***
|
||||
|
||||
# Use this option if you run a MySQL server with BDB support enabled but
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@ thread_concurrency = 8
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
|
|||
|
|
@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
|
|||
#
|
||||
#skip-networking
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Replication Master Server (default)
|
||||
# binary logging is required for replication
|
||||
log-bin=mysql-bin
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@ server-id = 1
|
|||
# Uncomment the following if you want to log updates
|
||||
#log-bin=mysql-bin
|
||||
|
||||
# Disable Federated by default
|
||||
skip-federated
|
||||
|
||||
# Uncomment the following if you are NOT using BDB tables
|
||||
#skip-bdb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue