How to hide tables in PhpMyAdmin?

Incase you don’t know there is a cool feature in PhpMyAdmin which allows you to hide tables in case you want to hide the ones which are not so important

All you have to do is access the PhpMyAdmin and then go to the Database and click on the “+” icon to expand the list of tables

Then click on the “Hide” icon next to the table.Once you click on it, the table will be hidden from the left pane view but will be still visible on the right pane

But the “test2” table will be still visible on the rightpane if you access the Database


Scroll to Top