Re: ERROR 1189 (08S01): Net error reading from master

2005-02-08 Thread Olivier Kaloudoff
"master to", and ask for the master (in production), to give his data to the slave; mysql> change master to MASTER_HOST='db0', MASTER_USER='repl', MASTER_PASSWORD='pass', MASTER_LOG_FILE='master.01'; Query OK, 0 rows affected (0.03 sec)

Re: ERROR 1189 (08S01): Net error reading from master

2005-02-08 Thread Bastian Balthazar Bux
0001'; Query OK, 0 rows affected (0.03 sec) the only thing I can get is: mysql> load data from master; ERROR 1189 (08S01): Net error reading from master Any ideas ? is this a bug in 4.1.8 ? Regards, Olivier Kaloudoff CKR Solutions Open Source Mandelieu, France http://www.ckr-soluti

Re: ERROR 1189 (08S01): Net error reading from master

2005-02-08 Thread Olivier Kaloudoff
MASTER_LOG_FILE='master.01'; Query OK, 0 rows affected (0.03 sec) the only thing I can get is: mysql> load data from master; ERROR 1189 (08S01): Net error reading from master Any ideas ? is this a bug in 4.1.8 ? Regards, Olivier Kaloudoff CKR Solutions Open Source Mandelieu, Fra

Re: ERROR 1189 (08S01): Net error reading from master

2005-02-08 Thread Gleb Paharenko
STER_USER='repl', > MASTER_PASSWORD='pass', MASTER_LOG_FILE='master.01'; > Query OK, 0 rows affected (0.03 sec) > > >the only thing I can get is: > > mysql> load data from master; > ERROR 1189 (08S01): Net error readin

ERROR 1189 (08S01): Net error reading from master

2005-02-08 Thread Olivier Kaloudoff
3 sec) the only thing I can get is: mysql> load data from master; ERROR 1189 (08S01): Net error reading from master Any ideas ? is this a bug in 4.1.8 ? Regards, Olivier Kaloudoff CKR Solutions Open Source Mandelieu, France http://www.ckr-solutions.com -- MySQL General Mailing List