Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unhide a hidden table in PHPMyAdmin 4+?

Tags:

phpmyadmin

I really thought there would be more answers on this already. However, I'm using PhPMyAdmin 4.3, and I accidently clicked the light bulb to hide a table. Now I can't find where to get it back.

Anyone??

Thanks.. sorry if this is obvious.

like image 750
Lee Fuller Avatar asked Dec 23 '14 23:12

Lee Fuller


People also ask

How do I find my tables in phpMyAdmin?

When you open the phpMyAdmin home page, click on Databases and then select a database to manage by clicking its name. In the page that opens you will see a list with the database tables, the allowed actions with them, the number of the records, the storage engine, the collation, the tables' sizes, and the overhead.

How do I delete a table in phpMyAdmin?

Once you are in the phpMyAdmin tool, Select the database that contains the table you wish to drop from the list shown in the left hand column. After selecting the database, locate the table you want to drop from the list shown in the right hand panel and click on Drop to delete the table.


2 Answers

Once a table is hidden, a light bulb or eye (depending on version) should appear next to the database name. Click on that, and it will bring up a dialog box with the hidden tables, allowing you to unhide (show) them.

like image 99
Ben Avatar answered Oct 14 '22 09:10

Ben


Interesting. This seems to have been a bug, at first. However, here is what I found.

If you have turned on the "Group Items In The Tree" setting, the lightbulb that appears by the table listings WILL hide the table. However, the lightbulb to view hidden tables (and un-hide them) will NOT appear if this setting is on.

If you do not have this setting turned on, and you have hidden a table, hovering over the database name will give you a yellow lightbulb that allows you to view hidden tables within that database. You can "show" them again using that menu.

But..

If you turn this setting OFF, and then turn it back ON, the lightbulb will now appear next to the database when you hover over it.. even with this setting turned on. I just tried this on three new PhpMyAdmin installations, and it was consistent on all three.

Anyway.. hope this is useful to some. Unless someone has something to add that I missed, I'll mark this as my answer in a day or two.

Take care...

like image 23
Lee Fuller Avatar answered Oct 14 '22 08:10

Lee Fuller