Access MySQL Enterprise Monitor UI Remotely

2014-11-24 Thread Blessing Kamutande (B)
Hi all, How can I access MySQL Enterprise Monitor webpage remotely. I don't want to access it through the localhost, but would like to access it like this: https://192.1.1.1:18443. Where can I change the settings so that the tomcat can listen for incoming connections from my network card,

Re: MySQL dying?

2014-11-24 Thread Johan De Meersman
- Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? Well, this mailing list is dead. This is a mailing list that used to handle 70+ questions a day, or more. Is that why you feel the need to troll on posts from two years ago? If you think it's

Re: MySQL dying?

2014-11-24 Thread Ruben Safir
On Sun, Nov 23, 2014 at 08:31:24PM +0100, Heck, Walter wrote: I watched a keynote from Thomas Ulin at Percona Live London a few weeks back, and the slides are quite interesting: https://www.percona.com/live/london-2014/sites/default/files/slides/PerconaLondon14_keynote.pdf Well, this

Re: Which replication solution should I choose?

2014-11-24 Thread Johan De Meersman
From: Walter Heck walterh...@olindata.com Subject: Re: Which replication solution should I choose? Hi Johan, it'll be a good ol' war story of the transition of a large 130k QPS MMM cluster to PXC, so come visit for sure. Here's the link to the session:

Multi-Master Asynchronous Replication

2014-11-24 Thread Rodrigo Ferreira
Hi, Is that a way to make multi-master asynchronous replication with mysql ou external lib? I know galera cluster but it is synchronous. The problem is a set of eventually disconected nodes need to send all changes (when connected) to a master always connected node. Thanks! Rodrigo

Re: Multi-Master Asynchronous Replication

2014-11-24 Thread Johan De Meersman
- Original Message - From: Rodrigo Ferreira rodrigof_si...@yahoo.com Subject: Multi-Master Asynchronous Replication Hi, Is that a way to make multi-master asynchronous replication with mysql ou external lib? I know galera cluster but it is synchronous. The problem is a set of

Re: Multi-Master Asynchronous Replication

2014-11-24 Thread Rodrigo Ferreira
Thanks for your response. In this case, circular replication is not apropriate because there are about 10 to 15 nodes, and it is known that availability decreases on circular setup as the number of nodes increases. Another reason (related to availability) is that nodes are eventually

Re: Multi-Master Asynchronous Replication

2014-11-24 Thread Rodrigo Ferreira
Sorry, I will check this = with recent MariaDB, a slave can have multiple masters On Monday, November 24, 2014 2:26 PM, Rodrigo Ferreira rodrigof_si...@yahoo.com wrote: Thanks for your response. In this case, circular replication is not apropriate because there are about 10 to 15

Re: MySQL dying?

2014-11-24 Thread Ruben Safir
On 11/24/2014 10:00 AM, Johan De Meersman wrote: - Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? Well, this mailing list is dead. This is a mailing list that used to handle 70+ questions a day, or more. Is that why you feel the need to

Re: MySQL dying?

2014-11-24 Thread Johan De Meersman
- Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? abandoned. What would you have done in those days when we handled so much mail in this list that there was no time to answer trolls... the real trolls? We? You mean the two mails you sent back in

Re: MySQL dying?

2014-11-24 Thread Michael Dykman
Please gentlemen, It is a valid question if a somewhat hackneyed one. MySQL continues to live on in many forms but obviously, would have to lose some ground in the face of the NoSQL solutions which are in vogue. The concepts of relational data are too powerful to stop being relevant but it is

Re: MySQL dying?

2014-11-24 Thread Ruben Safir
On 11/24/2014 12:19 PM, Johan De Meersman wrote: - Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? abandoned. What would you have done in those days when we handled so much mail in this list that there was no time to answer trolls... the real

Re: MySQL dying?

2014-11-24 Thread Ruben Safir
On 11/24/2014 12:19 PM, Johan De Meersman wrote: - Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? abandoned. What would you have done in those days when we handled so much mail in this list that there was no time to answer trolls... the real

Re: MySQL dying?

2014-11-24 Thread Johan De Meersman
- Original Message - From: Ruben Safir ru...@mrbrklyn.com Subject: Re: MySQL dying? where were you in 2000, youngerman? Busy writing WAP backends powered out of MySQL and Oracle, if I remember correctly :-) But, indeed, not on this list; and if you were here back then I may have

Re: MySQL dying?

2014-11-24 Thread Neil Tompkins
Personally I think people, myself included are using other resources like stackoverflow to get answers to my MySQL questions. On 24 Nov 2014, at 17:27, Michael Dykman mdyk...@gmail.com wrote: Please gentlemen, It is a valid question if a somewhat hackneyed one. MySQL continues to live

unicode case insensitive but diacritics sensitive

2014-11-24 Thread Martin Mueller
Is there a unicode setting on mysql that is case insensitive but diacritics sensitive? Given 'Ete', 'été', 'ete' a group by routine for such a setting would return two values: 'été', 'ete'. I couldn't find it, but I may not have known where to look. Martin Mueller Professor emeritus of