Dakado
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Dakado-
I have solved the problem by adding keys to my tables to rows like "name" or "user". So it means rows WHERE I am selecting from table.
-
Sure, it analyses the statistics of MySQL and output the results with tips, read more info here:
-
What is the output of this script execution? wget https://launchpad.net/mysql-tuning-primer/trunk/1.6-r1/+download/tuning-primer.sh sh tuning-primer.sh Is this script safe ? I have a really rea...
-
Have you tried enabling slow queries. It will help you to track which database queries are eating up server resources and also try running "watch mysqladmin proc" command on server. This will help ...
-
There are about 1700-2000 active connections but I cannot really reduce it. 1 connection = 1 connected software and we got 1700 separated softwares running at the time. But I believe that there mu...