View Full Version : MySQL speed issues over the web


Wedgels
12-05-2011, 05:36 AM
What is the fastest way to query a MySQL database over the web?

I currently use the latest MySQL ODBC drivers which work perfectly - but everything is very slow. Even simple queries over tables just doing a simple join can take an age to download the data. Ignoring the speed of the internet connection is there a set of tips or setup procedures that may help speed things up a little? Any help would be greatly appreciated.

Wedgels
12-11-2011, 02:50 AM
No-one? In this Internet age I would thought there must be some ways to speed this up.

Steve R.
12-11-2011, 07:37 PM
If you have not yet tried this, you could give MySQL Forums (http://forums.mysql.com/) a try.

Wedgels
12-12-2011, 02:41 AM
Thanks Steve. I was trying the Access angle first just to see if anyone else had any experience with this. I'll give it a go.