Phpmyadmin and queries - 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: Phpmyadmin and queries (
/showthread.php?tid=541331)
Phpmyadmin and queries -
Banditukas - 11.10.2014
Hi,
Why when i complete a query update, insert, select in phpmyadmin it'is complete very fast 0.0001 second, 0.005 second, but when in server is using queries, maybe about if i do 10 queries in one time then i need to wait about 2-3 seconds.. But most i use just update queries, and some bigger select queries.
Re: Phpmyadmin and queries -
zaibaslr2 - 11.10.2014
What mysql version are you using?
Re: Phpmyadmin and queries -
Banditukas - 11.10.2014
Blueg threaded 38-2 newest.
Re: Phpmyadmin and queries -
shourya12 - 11.10.2014
does that causes any problem? i guess no.
try to decrease your DB size, that will help you..
Re: Phpmyadmin and queries -
Banditukas - 11.10.2014
How?
Re: Phpmyadmin and queries -
Banditukas - 11.10.2014
UP THREAD.
Re: Phpmyadmin and queries -
Sawalha - 11.10.2014
Why 10 quires in one time? Use some timer between every query about 5 secs between every query and see..
Re: Phpmyadmin and queries -
Banditukas - 12.10.2014
Why? because sometimes if two peoples connect one time or disconnect then there is about 10 queries in one time sometimes more, or less but about that and player is harder to see connect dialog and so on where i use queries, and unprocessed_queries is 15-10 because i make a command to see how much queries is not completed yet.
Re: Phpmyadmin and queries -
Banditukas - 14.10.2014
UP THREAD.