Skip navigation links

MySQL Forums :: Cluster :: /usr/sbin/mysqld: unknown option '--ndbcluster'


Advanced Search

Re: /usr/sbin/mysqld: unknown option '--ndbcluster'
Posted by: Eduardo Juan ()
Date: April 17, 2008 04:43PM

I've been testing with version 5.1.22-0 and all kind of errors like one in this post http://bugs.mysql.com/bug.php?id=28292 happened :_(

But, I managed to get it (5.1.22-0) working with this my.cnf on API nodes:

</etc/my.cnf> {app1,app2}

[client]
port = 3306
socket = /var/lib/mysql/mysql.sock

[mysql_cluster]
ndb-connectstring=192.168.50.100:1186

[mysqld]
ndbcluster
ndb-connectstring=192.168.50.100:1186
port = 3306
socket = /var/lib/mysql/mysql.sock
(...)
------------------------------------------------------

So as you can see, it seems the way mysql server handles it's config files are confusing and inconsistent as well. Maybe is just a annoying bug or maybe I'm totally wrong and misundestanding the mysql correct config way..

Please help to solve this problem on 5.1.24-0 ^_^'

E.J.

Options: ReplyQuote


Subject Views Written By Posted
/usr/sbin/mysqld: unknown option '--ndbcluster' 3879 Eduardo Juan 04/17/2008 11:23AM
Re: /usr/sbin/mysqld: unknown option '--ndbcluster' 1986 Eduardo Juan 04/17/2008 04:43PM
Re: /usr/sbin/mysqld: unknown option '--ndbcluster' 1496 Eduardo Juan 04/21/2008 05:16PM


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