Mysql phpmyadmin
#1

Hi,

I want to ask. Now with mysql when i send query from server to my phpmyadmin there get response and give a results in code. But how to make faster query going to phpmyadmin and getting response from it? and what details depends of it?
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)