mysql replication question(s)

2003-09-02 Thread Mario
Hi All, I'm having a few issues getting things up and running in regards to replication. I believe I have everything setup correctly the slave is roughly in the same spot as the master as far as the logs are concerned. However, when I make changes in the master db I don't see them show up in the

mysql replication question(s)

2003-09-02 Thread Mario
Hi All, I'm having a few issues getting things up and running in regards to replication. I believe I have everything setup correctly the slave is roughly in the same spot as the master as far as the logs are concerned. However, when I make changes in the master db I don't see them show up in the

MySQL Replication question

2002-02-13 Thread Edgart Gonzalez
> Replication with temporary tables: > HostA: MySQL 3.23.42-log > HostB: MySQL 3.23.42 > > Replication: HostA --to--> HostB > > Issue: After followed the MySQL Manual recommendation to: SET SQL_LOG_BIN > = 0; > to create, insert and drop a temporary table, > example: >SET SQL