[紧急]mysql数据库查询太多怎么办?

# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:57:32
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:57:37
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:57:49
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 3 Lock_time: 1 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:58:15
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:58:35
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:58:41
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 11:58:46
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 2 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
到底有什么好办法啊?我都快郁闷死了
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 4 Lock_time: 0 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='0';
# Time: 100928 12:24:30
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 3 Lock_time: 1 Rows_sent: 132358 Rows_examined: 132358
select * from jieqi_system_users` where uid='131584';
加什么代码啊,告诉我啊
是查询MYSQL
///////////////
我补充下问题:
要么在表名前面加上` 要么把表名后面的`去掉
不然where条件无效
如果这样做,会不会被SQL主入呢?

第1个回答  2010-09-28
网上有很多解决方案,你可以去找找,只要在mysql里面输入一句代码就可以解决