Commit b32fce09 authored by Jonathan Perkin's avatar Jonathan Perkin Committed by mysqldev

Use skip-federated by default in all example configs.

parent da4cfa6d
...@@ -46,6 +46,9 @@ thread_concurrency = 8 ...@@ -46,6 +46,9 @@ thread_concurrency = 8
# #
#skip-networking #skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default) # Replication Master Server (default)
# binary logging is required for replication # binary logging is required for replication
log-bin=mysql-bin log-bin=mysql-bin
......
...@@ -357,6 +357,9 @@ myisam_repair_threads = 1 ...@@ -357,6 +357,9 @@ myisam_repair_threads = 1
myisam_recover myisam_recover
# Disable Federated by default
skip-federated
# *** BDB Specific options *** # *** BDB Specific options ***
# Use this option if you run a MySQL server with BDB support enabled but # Use this option if you run a MySQL server with BDB support enabled but
......
...@@ -46,6 +46,9 @@ thread_concurrency = 8 ...@@ -46,6 +46,9 @@ thread_concurrency = 8
# #
#skip-networking #skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default) # Replication Master Server (default)
# binary logging is required for replication # binary logging is required for replication
log-bin=mysql-bin log-bin=mysql-bin
......
...@@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M ...@@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
# #
#skip-networking #skip-networking
# Disable Federated by default
skip-federated
# Replication Master Server (default) # Replication Master Server (default)
# binary logging is required for replication # binary logging is required for replication
log-bin=mysql-bin log-bin=mysql-bin
......
...@@ -48,6 +48,9 @@ server-id = 1 ...@@ -48,6 +48,9 @@ server-id = 1
# Uncomment the following if you want to log updates # Uncomment the following if you want to log updates
#log-bin=mysql-bin #log-bin=mysql-bin
# Disable Federated by default
skip-federated
# Uncomment the following if you are NOT using BDB tables # Uncomment the following if you are NOT using BDB tables
#skip-bdb #skip-bdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment