[Netpass-devel] NetPass/doc mysqlcluster.txt,1.2,1.3
Brought to you by:
jeffmurphy
From: Matt <mt...@us...> - 2005-04-28 06:55:25
|
Update of /cvsroot/netpass/NetPass/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12588 Modified Files: mysqlcluster.txt Log Message: Index: mysqlcluster.txt =================================================================== RCS file: /cvsroot/netpass/NetPass/doc/mysqlcluster.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mysqlcluster.txt 27 Apr 2005 20:49:06 -0000 1.2 +++ mysqlcluster.txt 28 Apr 2005 06:55:13 -0000 1.3 @@ -13,16 +13,16 @@ 9. chown -R mysql data 10. chgrp -R mysql . 11. mkdir /var/lib/mysql-cluster -# ndbd --initial deletes a bunch of stuff in /var/lib/mysql-cluster -# so only use initial setup -12. run /usr/local/mysql/bin/ndbd --initial -13 kill ndbd 14. edit my.cnf add these lines [mysqld] ndbcluster [mysql_cluster] ndb-connectstring=128.205.10.40;128.205.10.62 +# ndbd --initial deletes a bunch of stuff in /var/lib/mysql-cluster +# so only use initial setup +12. run /usr/local/mysql/bin/ndbd --initial +13 kill ndbd # use mysqld included in netpass, this should start ndbd # normally and mysqld 15. /etc/init.d/mysqld start |