6 MySQL Database Replication Tips 6 mysqlデータベースのレプリケーションのヒント

November 18th, 2007 2007年11月18日

Replicating on two or more MySQL master database servers複製を2つ以上のMySQLマスタデータベースサーバー

Read more (112 words) » 続きを読む( 112単語) »

Solution: MySQL Master-Master Replication Fails With ERROR 1200 (HY000) on Master解決策: MySQLマスタ-マスタのレプリケーションが失敗し、エラーが発生1200 ( hy000 )をマスター

November 16th, 2007 2007年11月16日

When you try MySQL master-master replication with two (or more) servers you may often find that in the process of configuring the original master to also act as a slave server (start slave), it fails with the following error: MySQLマスタ-しようとしたときに2つのマスタのレプリケーション(もしくはそれ以上)のサーバー頻繁に見つけることがありますのプロセスを設定して、元のマスターにもスレーブサーバの役割を果たす(スタート]ボタンをスレーブ) 、それは失敗し、次のようなエラー:

mysql> start slave; MySQLの>スタート]ボタンをスレーブ;
ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MASTER TO エラーが発生1200 ( hy000 ) :スレーブとして構成され、サーバーではない;修正さにマスターを変更するconfigファイル、または

Read more (97 words) » 続きを読む( 97言葉) »

Improving Site Performance…サイトのパフォーマンスを改善…

September 24th, 2007 2007年9月24日

サイトの稼働時間 I have significantly improved our site performance in the last month.私は当サイトのパフォーマンスを大幅に改善の最後の月日です。 I did all the site optimization steps by the book, found a lot of new things and fine-tuned existing ideas.私はすべてのサイトを最適化された手順を実行予約は、多くの新しいものを発見すると、既存のアイデア微調整します。 There are a couple of good ideas I am yet to implement like using Lighttpd server instead of Apache 2.には、いくつかの良いアイデアはまだありませんを実装するように私の代わりに使用してサーバーのApache lighttpd 2 。

Read more (183 words) » 続きを読む( 183単語) »

How To Test Master-Master / Master-Slave / Standard / Circular Replication on MySQLどうかをテストするマスタ-マスタ/マスタ-スレーブ/標準/ MySQLのレプリケーションを円形

September 1st, 2007 2007年9月1日

Working with replication systems is not easy.レプリケーションシステムの作業は容易ではない。 Learning and testing different kind of MySQL replications and fine-tuning it to your specific needs is a time-consuming endeavor.学習とテストをMySQLの複製とは違った種類の微調整をしてそれを具体的なニーズは、時間のかかる努力します。 Also you need to have several MySQL servers at your disposal.また、いくつかのMySQLサーバーにする必要がご利用いただけます。 To overcome these limitations, Stardata created a MySQL 5 Replication Playground, a painless installation of 4 replicating nodes in one server, using MySQL 5.これらの制限を克服する、 MySQLの5の複製を作成しstardata遊び場は、 4無痛のインストールを1つのサーバーのノードに複製、使用してMySQLの5 。

Read more (176 words) » 続きを読む( 176単語) »