RE: replication problem

2012-12-03 Thread Rick James
SHOW SLAVE STATUS\G SHOW MASTER STATUS; What directory are the binlogs in? > -Original Message- > From: Michael Dykman [mailto:mdyk...@gmail.com] > Sent: Monday, December 03, 2012 8:53 AM > To: trimur...@tulassi.com > Cc: mysql@lists.mysql.com > Subject: Re: replication problem > > Trimu

Re: MUltiple value in single insert is not working in mysql procedure

2012-12-03 Thread Peter Brawley
On 2012-12-03 7:40 AM, amit wrote: Hi Team, I am not able to use multi value insert via argument in mysql stored procedure, Please help where am I wrong. Thanks in Advance ! mysql> insert into input_data1 values(),(),(),(); Query OK, 4 rows affected (0.00 sec) *Problem* mysql

Re: replication problem

2012-12-03 Thread Michael Dykman
Trimurthy, you will have to describe the method you are using to setup replication. The error message seems plain but an observer could not reasonably guess what caused it without more information. - michael dykman On Mon, Dec 3, 2012 at 7:24 AM, Trimurthy wrote: > hi list, i am tr