MySQL Forums
Forum List  »  Data Recovery

Re: Help
Posted by: Ido Katz
Date: October 04, 2010 10:16AM

As well, this is my.cnf configuration file settings:


[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
max_allowed_packet = 16M
max_connections = 1024
key_buffer = 1024M
join_buffer_size = 1M
read_buffer_size = 4M
sort_buffer_size = 1M
table_cache = 4096
thread_concurrency = 4

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

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

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

Options: ReplyQuote


Subject
Views
Written By
Posted
2676
October 04, 2010 09:20AM
Re: Help
1379
October 04, 2010 10:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.