Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select on table pausing indefinitely

Status
Not open for further replies.

arm207

Programmer
Jun 13, 2006
26
US
hi,
when i try the following at the mysql command line...

select * from items;

nothing returns, it just hangs indefinitely. Does anyone know why this is? I have ran "unlock tables"


I have already logged into mysql, all its services are running, and I have selected the right database, but not sure why its not working.
 
How big is the table? If it's enormous, then it could take a very long time.

Or maybe the table contains binary data that causes your terminal to freeze?

Otherwise, there might be some sort of corruption, either of the table (unlikely with those symptoms) or of the program. Have you tried restarting the server?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top