MySQL


What format strings can I use in phpMyAdmin ?
In all places where phpMyAdmin accepts format strings, you can use @VARIABLE@ expansion and strftime format strings.

The expanded variables depend on a context (eg. if you haven't chosen a table, you can not get a table name), but the following variables can be used:

@HTTP_HOST@ HTTP host that runs phpMyAdmin
@SERVER@ MySQL server name
@VERBOSE@ Verbose MySQL server name as defined in server configuration
@VSERVER@ Verbose MySQL server name if set, otherwise normal
@DATABASE@ Currently opened database
@TABLE@ Currently opened table
@FIELDS@ Fields of currently opened table
@phpMyAdmin@ phpMyAdmin with version