Re: Show master status - "mysqld_multi" - distribution master[SOLVED]

2016-08-23 Thread Jose Julian Buda
Is it a mysql client issue? The log distribution server is running MySql 5.5.50 Thank you in advance. -- Jose Julian Buda -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql Thank

Show master status - "mysqld_multi" - distribution master

2016-08-23 Thread Jose Julian Buda
How can i see the right logfile name/position(show master status) for each mysql instance on the replication distribution master? Is it a mysql client issue? The log distribution server is running MySql 5.5.50 Thank you in advance. -- Jose Julian Buda -- MySQL General Mailing List

Re: Replication problem

2014-08-30 Thread Jose Julian Buda
On 30/08/14 09:39, william drescher wrote: On 8/29/2014 7:40 PM, Suresh Kuna wrote: You can paste the show slave status\G here for us to review and on Master, show global variables like 'log-bin%'; show master status ( 3 to 4 times continuously ) Master:

Re: Replication problem -solved

2014-08-30 Thread Jose Julian Buda
On 30/08/14 12:56, william drescher wrote: Thanks for pointing out the importance of the last error I resynced the slave to the master, reset the master position, and restarted the slave. Now all works fine and I am much better equipped next time to debug the loss of the link. When is the

How can avoid 2 selects and 2 while?

2009-02-12 Thread Jose Julian Buda
],$row2[price],); } } . How can i do this without 2 select and whitout 2 while and the features be printed just one time? Thank you in advance Jose Julian Buda

Re: How can avoid 2 selects and 2 while? SOLVED

2009-02-12 Thread Jose Julian Buda
- Original Message - From: Brent Baisley brentt...@gmail.com To: Jose Julian Buda jb...@noticiasargentinas.com Sent: Thursday, February 12, 2009 1:21 PM Subject: Re: How can avoid 2 selects and 2 while? On Thu, Feb 12, 2009 at 10:43 AM, Jose Julian Buda jb...@noticiasargentinas.com

Re: Mysql Replication out of sync

2009-01-09 Thread Jose Julian Buda
maybe if you put on the slave server : mysql STOP SLAVE; mysql SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; mysql START SLAVE; then just to check take a look at this lines : mysql show slave status\G; ... Slave_IO_Running: Yes Slave_SQL_Running: Yes ... it will restart the