phpMyAdmin setup

Features

General
Set some commonly used options.
General
Documentation Enables check for latest version on main phpMyAdmin page. Restore default value
Documentation Use natural order for sorting table and database names. Restore default value
Documentation Restore default value
Documentation Define how long (in seconds) a login cookie is valid. Restore default value
Documentation Mark used tables and make it possible to show databases with locked tables. Restore default value
Documentation Disable the table maintenance mass operations, like optimizing or repairing the selected tables of a database. Restore default value
Documentation Whether to show hint or not. Restore default value
Documentation Choose the default action when sending error reports. Restore default value
Documentation Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines will be inserted with Shift+Enter. Restore default value
Documentation Disable shortcut keys Restore default value
Documentation Restore default value
Databases
Databases
Documentation Maximum number of databases displayed in database list. Comment Restore default value
Documentation Maximum number of tables displayed in table list. Comment Restore default value
Documentation Restore default value
Text fields
Customize text input fields.
Text fields
Documentation Defines which type of editing controls should be used for CHAR and VARCHAR columns; input - allows limiting of input length, textarea - allows newlines in columns. Restore default value
Documentation Defines the minimum size for input fields generated for CHAR and VARCHAR columns. Restore default value
Documentation Defines the maximum size for input fields generated for CHAR and VARCHAR columns. Restore default value
Documentation Number of columns for CHAR/VARCHAR textareas. Restore default value
Documentation Number of rows for CHAR/VARCHAR textareas. Restore default value
Documentation Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2). Restore default value
Documentation Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2). Restore default value
Documentation Double size of textarea for LONGTEXT columns. Restore default value
Page titles
Specify browser's title bar text. Refer to documentation for magic strings that can be used to get special values.
Page titles
Documentation Title of browser window when nothing is selected. Restore default value
Documentation Title of browser window when a table is selected. Restore default value
Documentation Title of browser window when a database is selected. Restore default value
Documentation Title of browser window when a server is selected. Restore default value
Warnings
Disable some of the warnings shown by phpMyAdmin.
Warnings
Documentation 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. Restore default value
Documentation Disable the default warning that is displayed on the main page if Suhosin is detected. Restore default value
Documentation Disable the default warning that is displayed on the main page if the value of the PHP setting session.gc_maxlifetime is less than the value of `LoginCookieValidity`. Restore default value
Documentation Disable the default warning that is displayed on the Structure page if column names in a table are reserved MySQL words. Restore default value
Console
Console
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Documentation Restore default value
Import / export
Set import and export directories and compression options.
Import / export
Documentation Directory on server where you can upload files for import. Restore default value  
Documentation Directory where exports can be saved on server. Restore default value  
Documentation Select which functions will be used for character set conversion. Restore default value  
Documentation Restore default value  
Documentation Enable ZIP compression for import and export operations. Restore default value  
Documentation Enable gzip compression for import and export operations. Restore default value  
Documentation Enable bzip2 compression for import operations. Restore default value  
Documentation Compress gzip exports on the fly without the need for much memory; if you encounter problems with created gzip files disable this feature. Restore default value  
Security
Please note that phpMyAdmin is just a user interface and its features do not limit MySQL.
Security
Documentation Secret passphrase used for encrypting cookies in cookie authentication. Restore default value  
Documentation Restore default value  
Documentation 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.
Restore default value  
Documentation Restore default value  
Documentation If enabled, user can enter any MySQL server in login form for cookie auth. Restore default value  
Documentation Restricts the MySQL servers the user can enter when a login to an arbitrary MySQL server is enabled by matching the IP or hostname of the MySQL server to the given regular expression. Restore default value  
Documentation Define whether the previous login should be recalled or not in cookie authentication mode. Restore default value  
Documentation 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. Restore default value  
Documentation 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. Restore default value  
Documentation Enter your public key for the reCAPTCHA service on your domain. Restore default value  
Documentation Enter your private key for your domain reCAPTCHA service. Restore default value  
Documentation Enter your siteverify URL for your reCAPTCHA service. Restore default value  
Developer
Settings for phpMyAdmin developers.
Developer
Documentation When disabled, users cannot set any of the options below, regardless of the checkbox on the right. Restore default value  
Documentation Log SQL queries and their execution time, to be displayed in the console Restore default value  
Other core settings
Settings that didn't fit anywhere else.
Other core settings
Documentation Use GZip output buffering for increased speed in HTTP transfers. Restore default value  
Documentation Use persistent connections to MySQL databases. Restore default value  
Documentation Set the number of seconds a script is allowed to run (0 for no limit). Restore default value  
Documentation The number of bytes a script is allowed to allocate, e.g. 32M (-1 for no limit and 0 for no change). Restore default value  
Documentation Allow for searching inside the entire database. Restore default value  
Documentation The URL of the proxy to be used when retrieving the information about the latest version of phpMyAdmin, or when submitting error reports. You need this if the server where phpMyAdmin is installed does not have direct access to the Internet. The format is: "hostname:portnumber". Restore default value  
Documentation The username for authenticating with the proxy. By default, no authentication is performed. If a username is supplied, Basic Authentication will be performed. No other types of authentication are currently supported. Restore default value  
Documentation The password for authenticating with the proxy. Restore default value  
Documentation 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 (XSS) attacks. Restore default value  
Documentation Enable Zero Configuration mode which lets you set up phpMyAdmin configuration storage tables automatically. Restore default value