Customizing general settings
This section describes settings that have an impact on many panels. These settings modify the appearance of titles in windows, of information icons, and how the list of tables is sorted. The whole visual style of all pages is controlled by the theme system, which is covered in this section as well. This section also deals with how to restrict the list of databases seen by users.
Configuring window title
When the navigation and main panels are displayed, the window's title changes to reflect which MySQL server, database, and table are active. These directives control the following amount of information to be displayed: $cfg['TitleDefault'], $cfg['TitleServer'], $cfg['TitleDatabase']
, and $cfg['TitleTable']
.
If no server is selected, $cfg['TitleDefault']
controls the title. When a server is selected (but no database), $cfg['TitleServer']
controls what is displayed in the title bar. Then if a database is selected, $cfg['TitleDatabase']
enters into play. Finally, $cfg...