phpMyAdmin setup

Add a new server

Basic settings

Enter server connection parameters.

Documentation A user-friendly description of this server. Leave blank to display the hostname instead. 
Documentation Hostname where MySQL server is running. 
Documentation Port on which MySQL server is listening, leave empty for default. 
Documentation Socket on which MySQL server is listening, leave empty for default. 
Documentation Enable SSL for connection to MySQL server. 
Documentation Compress connection to MySQL server. 
Authentication

Authentication settings.

Documentation Authentication method to use. 
Config authentication
Documentation Leave empty if not using config auth. 
Documentation Leave empty if not using config auth. 
HTTP authentication
Documentation HTTP Basic Auth Realm name to display when doing HTTP Auth. 
Signon authentication
Documentation See authentication types for an example. 
Documentation  
Documentation  
Server configuration

Advanced server configuration, do not change these options unless you know what they are for.

Documentation You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use 'my\_db' and not 'my_db'.
Documentation Hide databases matching regular expression (PCRE).
Documentation  
Documentation  
Documentation More information on phpMyAdmin issue tracker and MySQL Bugs 
Documentation Leave blank if not used. 
Documentation Leave blank for defaults. 
Documentation Sets the effective timezone; possibly different than the one from your database server 
Configuration storage

Configure phpMyAdmin configuration storage to gain access to additional features, see phpMyAdmin configuration storage in documentation.

Documentation Database used for relations, bookmarks, and PDF features. See pmadb for complete information. Leave blank for no support. Suggested: phpmyadmin. 
Documentation An alternate host to hold the configuration storage; leave blank to use the already defined host. 
Documentation An alternate port to connect to the host that holds the configuration storage; leave blank to use the default port, or the already defined port, if the controlhost equals host. 
Documentation A special MySQL user configured with limited permissions, more information available on documentation. 
Documentation  
Documentation Leave blank for no bookmark support, suggested: pma__bookmark 
Documentation Leave blank for no relation-links support, suggested: pma__relation. 
Documentation Leave blank for no user preferences storage in database, suggested: pma__userconfig. 
Documentation Both this table and the user groups table are required to enable the configurable menus feature; leaving either one of them blank will disable this feature, suggested: pma__users. 
Documentation Both this table and the users table are required to enable the configurable menus feature; leaving either one of them blank will disable this feature, suggested: pma__usergroups. 
Documentation Leave blank to disable the feature to hide and show navigation items, suggested: pma__navigationhiding. 
Documentation Table to describe the display columns, leave blank for no support; suggested: pma__table_info. 
Documentation Leave blank for no column comments/media types, suggested: pma__column_info. 
Documentation Leave blank for no SQL query history support, suggested: pma__history. 
Documentation Leave blank for no "persistent" recently used tables across sessions, suggested: pma__recent. 
Documentation Leave blank for no "persistent" favorite tables across sessions, suggested: pma__favorite. 
Documentation Leave blank for no "persistent" tables' UI preferences across sessions, suggested: pma__table_uiprefs. 
Documentation Leave blank for no SQL query tracking support, suggested: pma__tracking. 
Documentation Leave blank for no PDF schema support, suggested: pma__table_coords. 
Documentation Leave blank for no PDF schema support, suggested: pma__pdf_pages. 
Documentation Leave blank for no QBE saved searches support, suggested: pma__savedsearches. 
Documentation Leave blank for no central columns support, suggested: pma__central_columns. 
Documentation  
Documentation Leave blank for no export template support, suggested: pma__export_templates. 
Documentation Limits number of table preferences which are stored in database, the oldest records are automatically removed. 
Changes tracking

Tracking of changes made in database. Requires the phpMyAdmin configuration storage.

Documentation Whether the tracking mechanism creates versions for tables and views automatically. 
Documentation Defines the list of statements the auto-creation uses for new versions. 
Documentation Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view. 
Documentation Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table. 
Documentation Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.