The table have issue. select is empty but can't insert more data

You are viewing an old version of this category. View the current version here.

Hi all, Please help me explain this problem: In the my database, I have 1 table. when we select it. the result return is empty. but I have error when we insert into this table. Addition, I have select on information_schema, but the result returns the number of rows in this table other than zero. select * from information_schema.`TABLES` where table_name = ... Please help me explain it and how to fix

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.