When I use the sql command: SHOW TABLE STATUS FROM my_db_name, it shows that the there is *3558* rows in my_table_name, but when I use: SELECT * FROM my_table_name, it only shows *1816* rows!
How can I recover my lost rows? Thanks.
-- Shi-Ming Chen
How can I recover my lost rows? Thanks.
-- Shi-Ming Chen