I’m trying to understand why a select query runs extremely fast on my laptop while extremely slow on the server. The query takes 1.388 seconds to run on the laptop while 49.670 seconds on the server. Both schemas are identical as I have exported the scheme from the laptop and imported it into the server. Both are running MySQL 5.1.36 on WAMP 2.0. SQL Dump https://db.tt/4TvuOWbD Query SELECT form.id AS 'Form ID', DATE_FORMAT(form.created_on, '%d %b %Y') AS 'Created On - Date', DATE_FORMAT(form.created_on, '%h:%i %p') AS 'Created On - Time', department.name AS 'Department', section.name AS