|
Im learning mysql atm and there was something that confused me. How exactly does replication work? Does this mean that there are actually 2 db acounts, 1 to write and change the schema and 1 to do the rest. So if I wanted to write to a database using a php script, I would use the master acount instead of the slave one?????
|