Re: slave to master

2016-04-30 Thread william drescher
want that when master fails the slave will be the new master and do everythink that the master has before done. So I have more time to repair the master. I have to change the slave to master because I need write access to the mySQL databases. Sure that when mySQL data on the master are damaged I will

Re: slave to master

2016-04-30 Thread Thomas
u > are ready to restart the master and replication. Hi thanks for all the answers, I only want that when master fails the slave will be the new master and do everythink that the master has before done. So I have more time to repair the master. I have to change the slave to master because

Re: slave to master

2016-04-29 Thread Reindl Harald
Am 29.04.2016 um 20:49 schrieb william drescher: On 4/28/2016 5:20 PM, Thomas wrote: Hi, I have setup an master slave replication. This works fine. I have running an Apache webserver and some other programms accessing the master. Whats the standard pocedure if master fail? I want to start up

Re: slave to master

2016-04-29 Thread Reindl Harald
ge.net <mailto:h.rei...@thelounge.net>>> wrote: Am 29.04.2016 um 15:07 schrieb Johan De Meersman: From: "Mahmoud Alshinhab" mailto:mahmoud.alshin...@gmail.com> <m

Re: slave to master

2016-04-29 Thread Mahmoud Alshinhab
>> >> It was actually built for Amazon's Aurora, but it should work >> with any mysql-compatible protoco. >> >> -- >> Eng. Mahmoud Alshinhab >> AWS Cloud Support Engineer >> Fedora Ambassador >> Wik

Re: slave to master

2016-04-29 Thread william drescher
On 4/28/2016 5:20 PM, Thomas wrote: Hi, I have setup an master slave replication. This works fine. I have running an Apache webserver and some other programms accessing the master. Whats the standard pocedure if master fail? I want to start up the programms on the slave by hand and then they ar

Re: slave to master

2016-04-29 Thread Reindl Harald
From: "Mahmoud Alshinhab" mailto:mahmoud.alshin...@gmail.com>> Subject: Re: slave to master I think you should have a look at MariaDB Connector[1]. It provides Load balancing and failover as Fail

Re: slave to master

2016-04-29 Thread Mahmoud Alshinhab
pport Engineer >> Fedora Ambassador >> Wiki : https://fedoraproject.org/wiki/User:Tuxawy >> mahmoud.alshin...@gmail.com >> tux...@fedoraproject.org >> >> On Fri, Apr 29, 2016 at 3:13 PM, Reindl Harald >> wrote: >> >>> >>> Am 29.04.20

Re: slave to master

2016-04-29 Thread Reindl Harald
Am 29.04.2016 um 17:20 schrieb Mahmoud Alshinhab: Master/slave connection selection It’s the application that has to decide to use master or slave connection (the master connection is set by default). Switching the type of connection is done by using JDBC connection.setReadOnly(boolean readOnl

Re: slave to master

2016-04-29 Thread Mahmoud Alshinhab
>> Am 29.04.2016 um 15:07 schrieb Johan De Meersman: >> >>> From: "Mahmoud Alshinhab" >>>> Subject: Re: slave to master >>>> >>> >>> I think you should have a look at MariaDB Connector[1]. >>>> >>> >>

Re: slave to master

2016-04-29 Thread Mahmoud Alshinhab
at 3:13 PM, Reindl Harald wrote: > > Am 29.04.2016 um 15:07 schrieb Johan De Meersman: > >> From: "Mahmoud Alshinhab" >>> Subject: Re: slave to master >>> >> >> I think you should have a look at MariaDB Connector[1]. >>> &g

Re: slave to master

2016-04-29 Thread Reindl Harald
Am 29.04.2016 um 15:07 schrieb Johan De Meersman: From: "Mahmoud Alshinhab" Subject: Re: slave to master I think you should have a look at MariaDB Connector[1]. It provides Load balancing and failover as Failover occurs when a connection to a primary database server fai

Re: slave to master

2016-04-29 Thread Johan De Meersman
> From: "Mahmoud Alshinhab" > Subject: Re: slave to master > I think you should have a look at MariaDB Connector[1]. > It provides Load balancing and failover as Failover occurs when a connection > to > a primary database server fails and the connector will open

Re: slave to master

2016-04-29 Thread Mahmoud Alshinhab
> From: "Jason Mallory" > > Subject: RE: slave to master > > > > Master-master with load balancer would be best > > That's a bit brief, isn't it? :-) > > It's more than worth pointing out that your loadbalancer should not > actually be loadb

Re: slave to master

2016-04-29 Thread Johan De Meersman
- Original Message - > From: "Jason Mallory" > Subject: RE: slave to master > > Master-master with load balancer would be best That's a bit brief, isn't it? :-) It's more than worth pointing out that your loadbalancer should not actually be loadbal

RE: slave to master

2016-04-28 Thread Jason Mallory
@lists.mysql.com Subject: slave to master Hi, I have setup an master slave replication. This works fine. I have running an Apache webserver and some other programms accessing the master. Whats the standard pocedure if master fail? I want to start up the programms on the slave by hand and then they are

slave to master

2016-04-28 Thread Thomas
Hi, I have setup an master slave replication. This works fine. I have running an Apache webserver and some other programms accessing the master. Whats the standard pocedure if master fail? I want to start up the programms on the slave by hand and then they are accessing the mySQL slave. Can the

Re: Promoting MySQL 5.5 slave to master

2013-03-21 Thread Miguel Gonzalez
- Mensaje original - De: Manuel Arostegui Para: Miguel Gonzalez CC: mysql@lists.mysql.com Enviado: Jueves 21 de marzo de 2013 9:17 Asunto: Re: Promoting MySQL 5.5 slave to master 2013/3/21 Miguel Gonzalez > > > > Can you elaborate about this? I thought that once y

Re: Promoting MySQL 5.5 slave to master

2013-03-21 Thread Miguel Gonzalez
>[AM] If you've the option to use MySQL 5.6 then managing replication is a lot >simpler and more reliable... >http://www.clusterdb.com/mysql-replication/mysql-5-6-ga-replication-enhancements/ >MySQL 5.6 Failing over is described in section 5 of >http://www.mysql.com/why-mysql/white-papers/my

RE: Promoting MySQL 5.5 slave to master

2013-03-21 Thread Andrew Morgan
> -Original Message- > From: Miguel Gonzalez [mailto:miguel_3_gonza...@yahoo.es] > Sent: 21 March 2013 08:29 > To: Manuel Arostegui > Cc: mysql@lists.mysql.com > Subject: Re: Promoting MySQL 5.5 slave to master > > > > > > - Mensaje original

Re: Promoting MySQL 5.5 slave to master

2013-03-21 Thread Manuel Arostegui
2013/3/21 Miguel Gonzalez > > > > Can you elaborate about this? I thought that once you fixed the issues in > the master server you needed to set it as slave of the new promoted master > server, and do the other way round. > > That's why you might want to have master-master replication to avoid t

Re: Promoting MySQL 5.5 slave to master

2013-03-21 Thread Manuel Arostegui
2013/3/21 Miguel González Castaños > Dear all, > >I have a pretty simple setup. A LAMP server in production and a > failover LAMP server in case the main server is down. > >I have been searching around to find out a clear answer of how to > proceed when you need to promote a MySQL 5.5 sla

Promoting MySQL 5.5 slave to master

2013-03-20 Thread Miguel González Castaños
Dear all, I have a pretty simple setup. A LAMP server in production and a failover LAMP server in case the main server is down. I have been searching around to find out a clear answer of how to proceed when you need to promote a MySQL 5.5 slave server when the master (also 5.5) has cra

RE: Replication - promoting slave to master

2004-06-18 Thread Alec . Cawley
[EMAIL PROTECTED] wrote on 18/06/2004 15:09:58: > I would need log-bin and log-slave-updates enabled on the slave, correct? > > So to automate the process it would be better to start both servers > without the Master-host info in the conf file, letting Heartbeat issue the > commands on star

RE: Replication - promoting slave to master

2004-06-18 Thread Victor Pendleton
necessary to have log-bin enabled in the event that you will be promoting this server to master one day. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 6/18/04 9:09 AM Subject: RE: Replication - promoting slave to master I would need log-bin and log-slave-updates

RE: Replication - promoting slave to master

2004-06-18 Thread stanner
L PROTECTED] '" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED] '" <[EMAIL PROTECTED]> cc: Subject:RE: Replication - promoting slave to master Initially you should have set the slave up with log-bin in its my.cnf file so that it is writing t

RE: Replication - promoting slave to master

2004-06-17 Thread Victor Pendleton
process statements where the server-id matches its own server-id. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 6/17/04 12:25 PM Subject: Replication - promoting slave to master Hello, I've been lurking about the lists for a few months now, hoping to gain

Replication - promoting slave to master

2004-06-17 Thread stanner
Hello, I've been lurking about the lists for a few months now, hoping to gain some knowledge on MySQL's replication features for HA setup. I have a fairly good understanding of the setup process, but I'm a little confused on one points. We are running a 2 node - master-slave setup, and we are

Replication Slave to Master

2001-04-18 Thread Aaron Clausen
How much difficulty is there in turning a MySQL replication server into a master?

Re: Slave to Master Connection

2001-04-08 Thread Jeremy Zawodny
On Mon, Apr 09, 2001 at 10:37:36AM +0530, MCA Department PESIT wrote: > the error that i specifically get when the slave tries to connect to > the master is > > 010409 10:44:58 Slave thread: error connecting to master:Can't connect to > MySQL > server on '192.168.1.2' (111)(107), retry

Slave to Master Connection

2001-04-08 Thread MCA Department PESIT
Hi there, the error that i specifically get when the slave tries to connect to the master is 010409 10:44:58 Slave thread: error connecting to master:Can't connect to MySQL server on '192.168.1.2' (111)(107), retry in 60 sec even if i try to run mysql -h master the same error happens.