Quote:
|
Originally Posted by r937
insufficient information
please show the table layout
please show the query that didn't work
please show the results of this query --
Code:
select count(*) from tablename
|
Thanks for the quick reply
sorry about the insufficient info
here's what I do
- i connect to mysql using mysql -u -p table_name
- then i use "Select * from table_name;"
- gets stuck at this point (because that table is too big)
- used status command and i got this
Connection id: ######
Current database: Database_Name
Current user: user@localhost
Current pager: stdout
Using outfile: ''
Server version: 3.23.58
Protocol version: 10
Connection: Localhost via UNIX socket
Client characterset: latin1
Server characterset: latin1
UNIX socket: /var/lib/mysql/mysql.sock
Threads: 34 Questions: 370451 Slow queries: 92 Opens: 277 Flush tables: 1 Open tables: 64 Queries per second avg: 0.050
I also notice that in my tmp folder.. i have this #sql6e8_2f52_0.MYD file.. which is over 64 gb .. and its not suppose to be that big.
I hope that helps