Re: mySQL Cluster on windows problem
Posted by: Garey Guan
Date: February 22, 2012 02:01PM

hi, Andrew, thanks for ur reply, i'm using windows server 2003, here is the my.ini
file info:

# The following options will be passed to all MySQL clients
[client]
#password = your_password
port = 3306
socket = /tmp/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
skip-external-locking
key_buffer_size = 16K
max_allowed_packet = 1M
table_open_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length = 2K
thread_stack = 128K


#skip-networking
server-id = 1

# Uncomment the following if you want to log updates
#log-bin=mysql-bin

# binary logging format - mixed recommended
#binlog_format=mixed

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[myisamchk]
key_buffer_size = 8M
sort_buffer_size = 8M

[mysqlhotcopy]
interactive-timeout

#SQL Cluster Node
ndbcluster
ndb-connectstring=192.168.10.249

#NDB cluster node
[mysql_cluster]
ndb-connectstring=192.168.10.249


Thanks again.
Regards
Garey

Options: ReplyQuote


Subject
Views
Written By
Posted
7399
February 21, 2012 07:03PM
3673
February 21, 2012 09:52PM
2462
February 22, 2012 12:44AM
Re: mySQL Cluster on windows problem
2455
February 22, 2012 02:01PM
2024
February 23, 2012 02:26PM
1902
April 28, 2012 11:56AM


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.