Commit 2244456d authored by Jonathan Perkin's avatar Jonathan Perkin Committed by mysqldev
Browse files

Use skip-federated by default in all example configs.

parent 9bc98e8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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