以下は JE2BWM ほかが作成した翻訳 です。 原文は University of California より GFDL で配付されており、 この翻訳も GFDL に従います。
原文: Introduction of MySQL in the cluster mode   (翻訳対象の更新日付は Wed Dec 28 19:59:05 2005 UTC です)。

クラスターへ MySQL を導入する

boinc.gif
(英語のみ)

 

翻訳準備中

 

               Introduction of MySQL in the cluster mode
					
This file is mainly depend on the article that is published on the website 
http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html
I strongly recommended you to read this article three times,
and my article will give some additional to setup
on the server when you follow the instruction in the article.

Problems:
	1, can not start the mysql server when you run the command
    "service mysql.server start"
      first to check the config file of /etc/my.cnf
      if not has this file ,please copy the file
      /support-files/my-medium.cnf to /etc/my.cnf
              
      If you do so ,can not start the mysql then
      please check the file of `hostname`.err this file is usually
      in the directory of /usr/local/mysql/data/ directory 
              
      at the last line ,you probably see these information 
      1)  can not create .pid file, if so,
        please check the whole directory access ability of the mysql .
          The method is to use the command
          shell > su mysql
          shell > cd /usr/local/mysql/data 
          shell > touch `hostname`.pid
          Mostly you can not access the directory or make the file
          then chmod or chown of the directory
                  
      2)  Can not open and lock privilege tables : Table 'mysql.host'
          This is because you do not call the scripts/mysql_install_db
          rightly please run the command
          /scripts/mysql_install_db  --user=mysql again
                  
                  
Use of cluster
       If you follow the instruction of the file you will call the
       instruction very well but you will be sure of 
       use the engine like this 
       ENGINE=NDBCLUSTER
       
       This will call the database engine of remote backup.
       so you can see the database change on the other node.
       But there is some disconformity on the alter table,
       it is said in the MySQL tutorial in this website
       http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster-limitations.html 
       Maybe this is the shortage of MySQL database compensating
       for speed of clusters.       

BOINCの訳のメインページに戻る | (原文のメインページに戻る)
 

最終更新時刻 00:53:32, 2006年08月12日(JST)
Copyright © 2012 University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
Copyright © 2012 Komori Hitoshi(je2bwm at jarl.com). Japanese translation from English web pages on BOINC. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.