Topic: tanya kepada yang tau

menyambung posting sebelumnya di http://opensource.telkomspeedy.com/foru … p?id=2259, yang ingin di tanyakan, apa Replikasi hanya mengenal satu arah ????

gini ceritanya:
saya lakukkan replikasi dgn rincian :
-master dgn IP 172.16.10.17
-Slave dgn IP 172.16.10.100
Pada saat saya insert data suatu table dari master, kemudian saya tampilkan record yang di insert di Slave, emang data itu udah masuk,

yang jadi pertanyaan, ketika saya insert dari komputer slave, pada saat saya menampilkan data di master koq record yang saya insert dari slave tidak masuk yah?? pdhal user slave udah di ALL grant :-?

kira2 dari mas-mas semua pernah punya pengalaman mohon pencerahannya
terimakasih

What You See Is What We Share

Re: tanya kepada yang tau

sedikit menjawab:

Replication enables data from one MySQL database server (called the master) to be replicated to one or more MySQL database servers (slaves). Replication is asynchronous - your replication slaves do not need to be connected permanently to receive updates from the master, which means that updates can occur over long-distance connections and even temporary solutions such as a dial-up service. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database.

The target uses for replication in MySQL include:

Scale-out solutions - spreading the load among multiple slaves to improve performance. In this environment, all writes and updates must take place on the master server. Reads, however, may take place on one or more slaves. This model can improve the performance of writes (since the master is dedicated to updates), while dramatically increasing read speed across an increasing number of slaves.

Data security - because data is replicated to the slave, and the slave can pause the replication process, it is possible to run backup services on the slave without corrupting the corresponding master data.

Analytics - live data can be created on the master, while the analysis of the information can take place on the slave without affecting the performance of the master.

Long-distance data distribution - if a branch office would like to work with a copy of your main data, you can use replication to create a local copy of the data for their use without requiring permanent access to the master.

Replication in MySQL features support for one-way, asynchronous replication, in which one server acts as the master, while one or more other servers act as slaves. This is in contrast to the synchronous replication which is a characteristic of MySQL Cluster (see Chapter 17, MySQL Cluster).

cek yang di bold

terima kasih

http://icare.jagoanhosting.com/banners/footer-jagoan-hosting-indonesia.gif << web hosting surabaya, mo bikin web murah n kalo ada apa-apa bisa langsung disamperin big_smile
Guling-guling ... http://www.mysmiley.net/imgs/smile/happy/happy0071.gif hihihihi jadi pusing