That does not mean the table is empty, it is more likely that the size query timed out. MariaDB/MySQL has a flaw for counting table rows, it can take a very very long time, and for very big tables it will time out. You can safely ignore that. If you wish to check the true size, I recommend checking on the server side via phpMyAdmin or command line, those can access the table structure data.