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

2005-02-08 Thread Olivier Kaloudoff
On Tue, 8 Feb 2005, Bastian Balthazar Bux wrote: Just a shot in the dark do you have "skip-networking" or "bind-address" uncommented in your my.cnf ? Reading better what you write I suppose the answer is yes ;) can you connect from one server to the other using the replication user ? no skip-netwo

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

2005-02-08 Thread Bastian Balthazar Bux
Just a shot in the dark do you have "skip-networking" or "bind-address" uncommented in your my.cnf ? Reading better what you write I suppose the answer is yes ;) can you connect from one server to the other using the replication user ? Olivier Kaloudoff ha scritto: Hi, As no one answered to t

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

2005-02-08 Thread Olivier Kaloudoff
Hi, As no one answered to the question below, I'm wondering wether it's a FAQ ... or a bug for which I should fill a report .. My network is ok between the two machines, I can ssh from one to another and any traffic can flow. But this error prevents me to start replication a

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

2005-02-08 Thread Gleb Paharenko
Hello. >mysql> grant replication slave, file on . to [EMAIL PROTECTED] >identified by 'pass'; >Query OK, 0 rows affected, 1 warning (0.00 sec) You should additionally grant SUPER, RELOAD, and SELECT privilege for all tables that you want to load. See: http://dev.mysql.com/doc/mysql/e