This is a discussion on No Data on table within the MySQL General forum forums, part of the MySQL category; --> Hi All, Hope you can help me with this problem: I had an error that my database is already ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, Hope you can help me with this problem: I had an error that my database is already full, when i do a select there is always no result even select * from tablename. but when i look at it on /var/lib/mysql i can see the size of the file is still huge, -rw-rw---- 1 mysql mysql 9174 Feb 18 11:46 tablename.frm -rw-rw---- 1 mysql mysql 4294967092 Feb 18 11:49 tablename.MYD -rw-rw---- 1 mysql mysql 782402560 Feb 18 11:52 tablename.MYI which might mean that the data should still be in there somewhere, but how can i retrieve it? TIA Regards nhadie ________________________________________________ Message sent using UebiMiau 2.7 |