GoWilkes

Well-Known Member
Sep 26, 2006
721
36
178
cPanel Access Level
Root Administrator
I'm hoping you guys can tell me how to make two modifications:

1. When I'm entering a query manually to the SQL Query section, I HATE the autocomplete. I'm in the habit of hitting enter to space the query out and be legible, so I'm constantly hitting enter and it's filling in an autocomplete.

I went to Settings > SQL queries and unchecked "Enable autocomplete for table and column names", but it still does it. Is there another setting somewhere that I've overlooked?

2. I have 100 tables in the main database, so I removed the PMA logo to give myself some extra room on the left column. Is there a way to remove the Home, Doc, Settings, Refresh, Collapse, and Unlink buttons, too? They're completely unused by me and just taking up a lot of space unnecessarily.

TIA!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

I went to Settings > SQL queries and unchecked "Enable autocomplete for table and column names", but it still does it. Is there another setting somewhere that I've overlooked?
You will need to disable the "Enable CodeMirror" setting to avoid seeing potential matches for the text you are entering (e.g. typing the letter "S" shows all available parameters starting with that letter).

2. I have 100 tables in the main database, so I removed the PMA logo to give myself some extra room on the left column. Is there a way to remove the Home, Doc, Settings, Refresh, Collapse, and Unlink buttons, too? They're completely unused by me and just taking up a lot of space unnecessarily.
I don't see a specific configuration option that would completely remove those links. phpMyAdmin directs "How Do I" questions to their StackOverflow page:

'phpmyadmin' tag wiki

If they are unable to help you there, then you may need to open a feature request with them directly:

phpMyAdmin / Feature Requests

Thank you.