2004-09-09 08:54:34 +00:00
|
|
|
[mysqld]
|
|
|
|
datadir=/var/lib/mysql
|
|
|
|
socket=/var/lib/mysql/mysql.sock
|
2007-03-29 22:47:48 +00:00
|
|
|
user=mysql
|
2004-11-23 19:03:37 +00:00
|
|
|
# Default to using old password format for compatibility with mysql 3.x
|
|
|
|
# clients (those using the mysqlclient10 compatibility package).
|
|
|
|
old_passwords=1
|
2004-09-09 08:54:34 +00:00
|
|
|
|
2008-07-27 17:54:30 +00:00
|
|
|
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
|
|
|
|
# these lines and adjust the connectstring as needed.
|
|
|
|
#ndbcluster
|
|
|
|
#ndb-connectstring="nodeid=4;host=localhost:1186"
|
|
|
|
|
2004-11-23 19:03:37 +00:00
|
|
|
[mysqld_safe]
|
2006-02-09 21:25:10 +00:00
|
|
|
log-error=/var/log/mysqld.log
|
2004-09-09 08:54:34 +00:00
|
|
|
pid-file=/var/run/mysqld/mysqld.pid
|
2008-07-27 17:54:30 +00:00
|
|
|
|
|
|
|
[ndbd]
|
|
|
|
# If you are running a MySQL Cluster storage daemon (ndbd) on this machine,
|
|
|
|
# adjust its connection to the management daemon here.
|
|
|
|
# Note: ndbd init script requires this to include nodeid!
|
|
|
|
connect-string="nodeid=2;host=localhost:1186"
|
|
|
|
|
|
|
|
[ndb_mgm]
|
|
|
|
# connection string for MySQL Cluster management tool
|
|
|
|
connect-string="host=localhost:1186"
|