Re: Strange replication problem

2003-09-09 Thread Mike Dopheide
I found the problem which I will outline here just in case anyone else runs across it in the future: It appears that a slave will not replicate data from it's own server-id. In my case, a large portion of the binary logs on my slave had originally come from the master, so when the master trie

Strange replication problem

2003-09-08 Thread Mike Dopheide
I have one master and one slave which I am upgrading to 4.0.14 from 4.0.12. To start the upgrade I stopped the slave, took a snapshot of it's data directory, cleared it's binary logs, and switched to the 4.0.14 binaries. I then restarted the slave thread to get it caught up with the master.

Re: How to build Relay Replication system ?

2003-02-10 Thread Mike Dopheide
Is your Server B using the --log-slave-updates flag? -Mike > Hello! > > I have a following system. > > Server A : a master for server B. MySQL 4.0.9 > Server B : a slave for server A, a master for server C. MySQL 4.0.10 > Server C : a slave for server B. MySQL 4.0.10 > > and I wanna that if

compiling issue

2003-01-29 Thread Mike Dopheide
We're having difficulties compiling MySQL on a RedHat 6.2 machine and then installing on a RedHat 7.2 machine. This has worked in the past. The reason for doing this is to avoid the gcc 2.96 compilation problems indicated on the mysql.com download page. The symptoms are that the 'make instal

multiple hosts w/ GRANT

2002-12-05 Thread Mike Dopheide
I'm wondering if it's possible to specify multiple hosts for a user when setting up permissions, but without using wildcards. For example.. if I have these two GRANT statements: GRANT SELECT on database.* to [EMAIL PROTECTED] identified by 'passwd'; GRANT SELECT on database.* to [EMAIL PROTECTE

Re: Hello all :-)

2002-11-10 Thread Mike Dopheide
Also, make sure you're running "FLUSH PRIVILEGES" after your grants and revokes. (Did I spell that right?) -Mike > Hi all. > My name is Mike. > I have a Linux RedHat 7.3 with Mysql ver 3.23.49. > I want to grant access to databases and tables to users,but only to a certin > databases and tabl

mysqld crashing

2002-11-09 Thread Mike Dopheide
Mysql version: 3.23.53 Background: I've got a master and slave setup and I'm switching to a new master server. In the process of switching I need the new master to be a slave for awhile. However, after copying over a snapshot of my data I found that mysql dies whenever the slave thread sta