Re: Mysql remote connection very slow
So it would be interesting to see the timings of same query from the mysql command line client in all the configurations:
mysql --no-defaults --host=IP --auto-rehash=0 --compress=0 --quick=0 -e"select..."
mysql --no-defaults --host=IP --auto-rehash=0 --compress=1 --quick=0 -e"select..."
mysql --no-defaults --host=IP --auto-rehash=0 --compress=0 --quick=1 -e"select..."
mysql --no-defaults --host=IP --auto-rehash=0 --compress=1 --quick=1 -e"select..."
Subject
Written By
Posted
November 09, 2015 05:54AM
November 09, 2015 11:38AM
November 10, 2015 03:48AM
November 10, 2015 10:52AM
November 10, 2015 11:52AM
November 12, 2015 03:43PM
November 13, 2015 03:48AM
November 13, 2015 12:18PM
November 14, 2015 03:14AM
November 16, 2015 12:14PM
December 14, 2015 09:40PM
Re: Mysql remote connection very slow
December 15, 2015 12:45AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.