Mysql-Proxy Return prior to Execution

2015-08-29 Thread Stefan Certic
Hi Everyone, Does anyone by chance have a working example of mysql-proxy lua script that can: - First return OK to a client - Then actually execute the query on server, ignoring the results. Thanks in advance! -- Stefan Certic *Chief Technology Officer* ste...@cs-networks.net

Re: Mysql-Proxy Return prior to Execution

2015-08-29 Thread Stefan Certic
application can execute another one immediately after OK. Best Regards, On Sun, Aug 30, 2015 at 2:52 AM, Martin Gainty mgai...@hotmail.com wrote: Date: Sun, 30 Aug 2015 02:39:24 +0200 Subject: Mysql-Proxy Return prior to Execution From: ste...@cs-networks.net To: mysql@lists.mysql.com

Re: Mysql-Proxy Return prior to Execution

2015-08-29 Thread Stefan Certic
Regards, On Sun, Aug 30, 2015 at 2:52 AM, Martin Gainty mgai...@hotmail.com wrote: Date: Sun, 30 Aug 2015 02:39:24 +0200 Subject: Mysql-Proxy Return prior to Execution From: ste...@cs-networks.net To: mysql@lists.mysql.com Hi Everyone, MGStefan- Does anyone by chance have

Mysql proxy

2013-11-14 Thread Rafael Valenzuela
Hi all, I have a question, i'm trying to create a high envairoment , i'm searching in google and see the MySQL proxy proyect but i don't know if is a good idea use this proyect ?. I'm try to ask in the irc chanel but i can't, i need a espcial user or privilege? Thanks { name : Rafael

Re: Questions about mysql-proxy...

2012-04-16 Thread Kristian Davies
On Fri, Apr 6, 2012 at 2:46 PM, shawn green shawn.l.gr...@oracle.com wrote: On 4/5/2012 3:14 PM, Wes Modes wrote: No one here has any experience with it? We use the proxy between master/slaves for the last 3 years. I didn't implement it, but I look after it. I'm just about to switch to

Re: Questions about mysql-proxy...

2012-04-06 Thread shawn green
On 4/5/2012 3:14 PM, Wes Modes wrote: No one here has any experience with it? ... Probably not. If you notice the version number for MySQL Proxy still starts with a 0. which the universally accepted indicator that it is of pre-production quality. Thanks to the corporate changes of the last

Re: Questions about mysql-proxy...

2012-04-05 Thread Wes Modes
is that MySQL Proxy is currently (still) in Alpha http://dev.mysql.com/downloads/mysql-proxy/ https://launchpad.net/mysql-proxy so it is unlikely to be used in production. Such a shame that it was not developed further, this and other features (like online backups) really miss in MySQL, according

Re: Questions about mysql-proxy...

2012-04-04 Thread Claudio Nanni
Wes, Thanks for these questions about this 'ghost' of the MySQL world, it seems more a legend than a real thing! I am sorry I do not have the answers but I would love to hear some. All I can say is that MySQL Proxy is currently (still) in Alpha http://dev.mysql.com/downloads/mysql-proxy/ https

MySQL Proxy - Select Proxy On Auth

2011-02-10 Thread Randy Wilson
Hi, I have a situation where I need clients to connect to a proxy server and to then determine which MySQL server to forward their connection to based on the username supplied. Does anyone know if this is possible using mysql-proxy with Lua? Or by any other means? Thanks. REW

Re: mysql proxy in production?

2010-03-12 Thread Krishna Chandra Prajapati
/ We use it at Open Query for a similar case. Cheers, Walter Heck Engineer @ Open Query http://openquery.com | http://openquery.com/blog | On Fri, Mar 12, 2010 at 02:09, John Daisley daisleyj...@googlemail.com wrote: Has MySQL Proxy been improved since that article was released? I ask

Re: mysql proxy in production?

2010-03-12 Thread Johan De Meersman
On Thu, Mar 11, 2010 at 4:49 PM, Brent Clark brentgclarkl...@gmail.comwrote: On 11/03/2010 16:52, Krishna Chandra Prajapati wrote: Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Well thats

Re: mysql proxy in production?

2010-03-12 Thread Krishna Chandra Prajapati
...@gmail.com wrote: On 11/03/2010 16:52, Krishna Chandra Prajapati wrote: Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Well thats disappointing. sigh So what are we supposed to use

Re: mysql proxy in production?

2010-03-12 Thread Johan De Meersman
On Fri, Mar 12, 2010 at 3:05 PM, Krishna Chandra Prajapati prajapat...@gmail.com wrote: The below link shows the benchmark between different web servers ( apache, niginx, cherokee). Irrelevant to this list, but I'll bite: there is no detail whatsoever on the configuration of the various

mysql proxy in production?

2010-03-11 Thread Brent Clark
the following, which makes use of mysql proxy. http://agiletesting.blogspot.com/2009/04/mysql-load-balancing-and-read-write.html I would like to ask, does anyone make use of mysqlproxy in production, and if so, are you using it under heavy load. How do you find how it performance under load

Re: mysql proxy in production?

2010-03-11 Thread Krishna Chandra Prajapati
Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Thanks, Krishna On Thu, Mar 11, 2010 at 7:56 PM, Brent Clark

Re: mysql proxy in production?

2010-03-11 Thread Johan De Meersman
prajapat...@gmail.com wrote: Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Thanks, Krishna On Thu, Mar 11

Re: mysql proxy in production?

2010-03-11 Thread Brent Clark
On 11/03/2010 16:52, Krishna Chandra Prajapati wrote: Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Well thats disappointing. sigh So what are we supposed to use for loadbalancing mysql. Thank you

Re: mysql proxy in production?

2010-03-11 Thread Mark Matthews
On Mar 11, 2010, at 9:49 AM, Brent Clark wrote: On 11/03/2010 16:52, Krishna Chandra Prajapati wrote: Hi Brent You can visit the below link. http://www.mysqlperformanceblog.com/2009/06/09/mysql-proxy-urgh-performance-and-scalability/ Well thats disappointing. sigh So what are we

Re: mysql proxy in production?

2010-03-11 Thread John Daisley
Has MySQL Proxy been improved since that article was released? I ask because although I have no personal experience with it I do know of a big UK based online payment processing company who use MySQL Proxy with MySQL 5.1 in production very successfully. On Thu, Mar 11, 2010 at 3:34 PM, Johan De

Re: mysql proxy in production?

2010-03-11 Thread Walter Heck - OlinData.com
://openquery.com/blog | On Fri, Mar 12, 2010 at 02:09, John Daisley daisleyj...@googlemail.com wrote: Has MySQL Proxy been improved since that article was released? I ask because although I have no personal experience with it I do know of a big UK based online payment processing company who use MySQL

MySQL Proxy

2010-02-06 Thread Wagner Bianchi
Hi friends, Recently I accept an idea of testing a MySQL Proxy to concept an environment that will use two slave servers below it.Ok, the theory is good and I decide to try this, but, when I began to test step-by-step the MySQL Proxy manual I felt that somenthing was wrong. In first time, I

MySQL Proxy

2010-02-05 Thread Wagner Bianchi
Hi friends, Recently I accept an idea of testing a MySQL Proxy to concept an environment that will use two slave servers below it.Ok, the theory is good and I decide to try this, but, when I began to test step-by-step the MySQL Proxy manual I felt that somenthing was wrong. In first time, I

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Baron Schwartz
There are a couple of other proxies, including Dormando's proxy. But none of them is an official release. You should tell your customer that mysql-proxy is a core part of MySQL Enterprise. Its alpha status means that it is subject to change (as they develop MySQL Enterprise they may discover

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Claudio Nanni
Question: my company tried the mysql-proxy about one year ago(may be more) but could not use it for not being multithreaded. They say they spoke to the 'mysql-proxy' developer. Is this still true? Are there any limitation on using mysql proxy on a high load production server

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Mark Matthews
On Mar 24, 2009, at 8:06 AM, Claudio Nanni wrote: Question: Hello Claudio, my company tried the mysql-proxy about one year ago(may be more) but could not use it for not being multithreaded. They say they spoke to the 'mysql-proxy' developer. Is this still true? Are there any

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Jimmy Guerrero
Hello, One additional note in regards to learning more about the current state of MySQL Proxy and connecting with Proxy developers... Check out the Simulating Workload with MySQL Proxy webinar on April 2, with Giuseppe Maxia, MySQL Community Lead and Diego Medina, Quality Assurance Engineer

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Jimmy Guerrero
Forgot to post the URL in the event you are interested: http://www.mysql.com/news-and-events/web-seminars/display-306.html -- Jimmy Jimmy Guerrero wrote: Hello, One additional note in regards to learning more about the current state of MySQL Proxy and connecting with Proxy developers

Re: if there're a tool which can replace mysql-proxy?

2009-03-24 Thread Claudio Nanni
-306.html -- Jimmy Jimmy Guerrero wrote: Hello, One additional note in regards to learning more about the current state of MySQL Proxy and connecting with Proxy developers... Check out the Simulating Workload with MySQL Proxy webinar on April 2, with Giuseppe Maxia, MySQL Community Lead

mysql-proxy losting connection

2008-04-29 Thread Tiago Cruz
Hi! I'm using phpBB3 directly connected on my mysql-proxy: // phpBB 3.0.x auto-generated configuration file $dbms = 'mysqli'; $dbhost = '10.25.0.12'; #$dbport = '3306'; $dbport = '4040'; $dbname = 'phpbb'; $dbuser = 'phpbb'; $dbpasswd = 'phpbb'; $table_prefix = 'phpbb_'; $acm_type

MySQL Proxy Topics

2007-09-07 Thread Russell E Glaue
I'd like to speak/write with someone, off the list, on the MySQL Proxy project who might be involved in the following topics I found on the MySQL Proxy Cookbook: # (TODO) Advanced - Use a Proxy between master and slaves to monitor replication traffic # (TODO) Guru - Use a Proxy between master

MySQL Proxy documentation

2007-08-29 Thread Stefan Hinz
The MySQL Proxy documentation is in place! The MySQL Proxy is an application that communicates over the network using the MySQL Network Protocol and provides communication between MySQL servers and MySQL clients. In the most basic configuration, MySQL Proxy simply passes on queries from

MySQL Proxy 0.5.0 has been released

2007-06-25 Thread Jan Kneschke
Dear MySQL users, We are proud to present a new kid in the block: the MySQL Proxy 0.5.0 alpha. MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for a wide variety of use cases

mysql proxy

2002-11-27 Thread Natale Babbo
hi, anyone has informations about any program that implementing load balancing and hotswapping in a mysql cluster system? Thanks __ Per te Blu American Express è gratis!

mysql proxy

2002-11-26 Thread Natale Babbo
hi all, anyone knows if exist a program load balancing and hotswap in a mysql cluster system (a sort of proxy for mysql)? Thanks in advance. __ Per te Blu American Express è gratis!

MySQL proxy

2001-03-08 Thread Daniel a
-proxy proxyclient client-proxy proxy-mysql . . . till end But with bigger resultset it looks like: mysql-proxy proxy-client client-proxy proxy-mysql mysql-proxy proxy-client mysql-proxy mysql-proxy mysql-proxy and then mysql client shows Lost connection to MySQL during query. Well, any help

Re: MySQL proxy

2001-03-08 Thread Daniel a
knows nothing about the proxy : Then proxy using select() function waits for incoming and outgoin data. With small result set data packets flow like this: mysql-proxy proxyclient client-proxy proxy-mysql . . . till end But with bigger resultset it looks like: mysql-proxy

mysql proxy

2001-02-11 Thread Peter Cardona
MySQL traffic from those particular systems through the firewall. Obviously, that's going to be a pain. Does anyone know of a way to run the clients against a MySQL proxy? (I could home-brew it, but I'd rather not.) This way, I could have a single "client" IP allowed through the firewall t