phpMyAdmin setup

Features


Import / export

Set import and export directories and compression options

Documentation Wiki Directory on server where you can upload files for import  
Documentation Wiki Directory where exports can be saved on server  
Documentation Wiki Select which functions will be used for character set conversion i  
Documentation Wiki  
Documentation Wiki Enable ZIP compression for import and export operations  
Documentation Wiki Enable gzip compression for import and export operations  
Documentation Wiki Enable bzip2 compression for import and export operations  
Documentation Wiki Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature  
Security

Please note that phpMyAdmin is just a user interface and its features do not limit MySQL

Documentation Wiki Secret passphrase used for encrypting cookies in cookie authentication  
Documentation Wiki Force secured connection while using phpMyAdmin  
Documentation Wiki  
Documentation Wiki Input proxies as IP: trusted HTTP header. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:
1.2.3.4: HTTP_X_FORWARDED_FOR
 
Documentation Wiki  
Documentation Wiki If enabled user can enter any MySQL server in login form for cookie auth  
Documentation Wiki Define whether the previous login should be recalled or not in cookie authentication mode  
Documentation Wiki Define how long (in seconds) a login cookie is valid
Documentation Wiki Defines how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.  
Documentation Wiki If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.  
Page titles

Specify browser's title bar text. Refer to documentation for magic strings that can be used to get special values.

Documentation Wiki Title of browser window when nothing is selected
Documentation Wiki Title of browser window when a table is selected
Documentation Wiki Title of browser window when a database is selected
Documentation Wiki Title of browser window when a server is selected
Warnings

Disable some of the warnings shown by phpMyAdmin

Documentation Wiki Disable the default warning that is displayed on the database details Structure page if any of the required tables for the phpMyAdmin configuration storage could not be found
Documentation Wiki A warning is displayed on the main page if Suhosin is detected
Documentation Wiki Disable the default warning that is displayed if mcrypt is missing for cookie authentication
Developer

Settings for phpMyAdmin developers

Documentation Wiki When disabled, users cannot set any of the options below, regardless of the checkbox on the right  
Documentation Wiki
Documentation Wiki
Documentation Wiki
Other core settings

Settings that didn't fit enywhere else

Documentation Wiki Improves efficiency of screen refresh
Documentation Wiki Enables check for latest version on main phpMyAdmin page
Documentation Wiki Use natural order for sorting table and database names
Documentation Wiki
Documentation Wiki Show icons for warning, error and information messages
Documentation Wiki Show help button instead of Documentation text
Documentation Wiki Maximum number of databases displayed in left frame and database list
Documentation Wiki Maximum number of tables displayed in table list
Documentation Wiki Whether to show hint or not
Documentation Wiki use GZip output buffering for increased speed in HTTP transfers  
Documentation Wiki Use persistent connections to MySQL databases  
Documentation Wiki Set the number of seconds a script is allowed to run (0 for no limit)  
Documentation Wiki The number of bytes a script is allowed to allocate, eg. 32M (0 for no limit)  
Documentation Wiki Mark used tables and make it possible to show databases with locked tables
Documentation Wiki Disable the table maintenance mass operations, like optimizing or repairing the selected tables of a database.
Documentation Wiki Allow for searching inside the entire database  
Documentation Wiki Enabling this allows a page located on a different domain to call phpMyAdmin inside a frame, and is a potential security hole allowing cross-frame scripting attacks