Mysql phpmyadmin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql phpmyadmin (
/showthread.php?tid=551475)
Mysql phpmyadmin -
Banditukas - 19.12.2014
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?
Re: Mysql phpmyadmin -
Vince - 19.12.2014
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.