Slow MySQL

http://serverfault.com/questions/408550/connecting-to-mysql-from-php-is-extremely-slow

serverfault.com/questions/408550/connecting-to-mysql-from-ph...

I just did a fresh install of XAMPP. When first opening PHPMyAdmin I noticed it was extremely slow. It didn't make sense that on localhost it should take almost 5 seconds for every page to open.

Visited91
http://stackoverflow.com/questions/11663860/mysql-connect-localhost-127-0-0-1-slow-on-windows-platform

stackoverflow.com/questions/11663860/mysql-connect-localhost...

I recently moved my development from XP to Windows 7 and found that webpages I had developed were taking 5 seconds long to load. This was unacceptable of course so I had to track down the problem. I eventually tracked down the offending function/method ...

Visited74
http://stackoverflow.com/questions/13584360/php-with-mysql-is-slow

stackoverflow.com/questions/13584360/php-with-mysql-is-slow

Is it normal for Jquery Ajax with sql queries on the other side have the minimum duration of 1 sec? I've tried $.get, $.post, $.getjson, $.ajax(), $.ajax(). As I've said, it's the minimum, it could get worse to about 3 ...

Visited85
https://bobbyallen.wordpress.com/2007/11/02/slow-connections-on-remote-mysql-servers/

bobbyallen.wordpress.com/2007/11/02/slow-connections-on-remo...

Now a few of my projects are getting much bigger and the need for having dedicated Database servers are now more appealing than ever.

With MySQL when setting it up I noticed that when trying to access a remote database from an application serve ...

Visited81
http://kitgrose.tumblr.com/post/83689551047/slow-mysql-connections-on-windows

kitgrose.tumblr.com/post/83689551047/slow-mysql-connections-...

Recently one of the developers here (the only one who uses Windows) experienced an interesting issue where connecting to a particular MySQL host (on the same network) would take upwards of 5 seconds (whether from PHP or MySQL Workbench).

Visited68
https://community.apachefriends.org/f/viewtopic.php?f=16&t=51152

community.apachefriends.org/f/viewtopic.php?f=16&t=51152

I have just done a fresh install of Xampp 1.8 (following all the "do this first" warnings) and it works.
The only problem is that connecting to mysql is soooo slow.

any pages with php arrive quickly when I navigate to localhost in the brow ...

Visited91
http://superuser.com/questions/516333/xampp-requests-take-far-longer-when-connecting-to-a-mysql-database

superuser.com/questions/516333/xampp-requests-take-far-longe...

I'm developing in PHP and MySQL locally using XAMPP on Windows. The web site is fairly fast when not connecting to any database. However, when I connect to the MySQL database, a simple request now takes approximentaly a second.

Visited135