19.12.2014, 10:55 
	
	
	
		Sorry, what? You're not sending a query to phpMyAdmin, you're sending a query to the MySQL server. phpMyAdmin is just a tool. 
If your queries are persisently slow you may want to check your indexes. That means that you put an index on columns that are frequently used in the WHERE, GROUP BY or ORDER BY clause.
	
	
	
If your queries are persisently slow you may want to check your indexes. That means that you put an index on columns that are frequently used in the WHERE, GROUP BY or ORDER BY clause.


