Ok guys, I found something that might be something? In myPhpAdmin, since i could not see anything in my ACP under Quicklinks, I found this... Does it mean anything to ya'll? There were other numbers in red. Hope someone can help.
Handler_read_rnd 4 M The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don't use keys properly.
Handler_read_rnd_next 249 M
The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.
Slow_queries 506 The number of queries that have taken more than long_query_time seconds.
|