2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * N N OOO !! DDDD OOO N N OOO TTTTT EEEE DDDD I TTTTT !!
6 * NN N O O !! D D O O NN N O O T E D D I T !!
7 * N N N O O !! D D O O N N N O O T EEEE D D I T !!
8 * N NN O O D D O O N NN O O T E D D I T
9 * N N OOO !! DDDD OOO N N OOO T EEEE DDDD I T !!
12 * DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!!
14 * phpMyAdmin default configuration, you can copy values from here to your
17 * All directives are explained in Documentation.html
23 * Your phpMyAdmin URL.
25 * Complete the variable below with the full URL ie
26 * http://www.your_web.net/path_to_your_phpMyAdmin_directory/
28 * It must contain characters that are valid for a URL, and the path is
29 * case sensitive on some Web servers, for example Unix-based servers.
31 * In most cases you can leave this variable empty, as the correct value
32 * will be detected automatically. However, we recommend that you do
33 * test to see that the auto-detection code works in your system. A good
34 * test is to browse a table, then edit a row and save it. There will be
35 * an error message if phpMyAdmin cannot auto-detect the correct value.
37 * @global string $cfg['PmaAbsoluteUri']
39 $cfg['PmaAbsoluteUri'] = '';
42 * Disable the default warning that is displayed on the DB Details Structure page if
43 * any of the required Tables for the relation features could not be found
45 * @global boolean $cfg['PmaNoRelation_DisableWarning']
47 $cfg['PmaNoRelation_DisableWarning'] = false;
50 * Disable the default warning that is displayed if Suhosin is detected
52 * @global boolean $cfg['SuhosinDisableWarning']
54 $cfg['SuhosinDisableWarning'] = false;
57 * Disable the default warning that is displayed if mcrypt is missing for
58 * cookie authentication.
60 * @global boolean $cfg['McryptDisableWarning']
62 $cfg['McryptDisableWarning'] = false;
65 * Allows phpMyAdmin to be included from a document located on
66 * another domain; setting this to true is a potential security hole
68 * @global boolean $cfg['AllowThirdPartyFraming']
70 $cfg['AllowThirdPartyFraming'] = false;
73 * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
74 * at least one server configuration uses 'cookie' auth_type, enter here a
75 * pass phrase that will be used by blowfish. The maximum length seems to be 46
78 * @global string $cfg['blowfish_secret']
80 $cfg['blowfish_secret'] = '';
83 /*******************************************************************************
84 * Server(s) configuration
86 * The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use
87 * $cfg['Servers'][0]. You can disable a server configuration entry by setting host
88 * to ''. If you want more than one server, just copy following section
89 * (including $i incrementation) several times. There is no need to define
90 * full server array, just define values you need to change.
92 * @global array $cfg['Servers']
94 $cfg['Servers'] = array();
99 * MySQL hostname or IP address
101 * @global string $cfg['Servers'][$i]['host']
103 $cfg['Servers'][$i]['host'] = 'localhost';
106 * MySQL port - leave blank for default port
108 * @global string $cfg['Servers'][$i]['port']
110 $cfg['Servers'][$i]['port'] = '';
113 * Path to the socket - leave blank for default socket
115 * @global string $cfg['Servers'][$i]['socket']
117 $cfg['Servers'][$i]['socket'] = '';
120 * Use SSL for connecting to MySQL server?
122 * @global boolean $cfg['Servers'][$i]['ssl']
124 $cfg['Servers'][$i]['ssl'] = false;
127 * How to connect to MySQL server ('tcp' or 'socket')
129 * @global string $cfg['Servers'][$i]['connect_type']
131 $cfg['Servers'][$i]['connect_type'] = 'tcp';
134 * The PHP MySQL extension to use ('mysql' or 'mysqli')
136 * @global string $cfg['Servers'][$i]['extension']
138 $cfg['Servers'][$i]['extension'] = 'mysql';
141 * Use compressed protocol for the MySQL connection (requires PHP >= 4.3.0)
143 * @global boolean $cfg['Servers'][$i]['compress']
145 $cfg['Servers'][$i]['compress'] = false;
148 * MySQL control user settings (this user must have read-only
149 * access to the "mysql/user" and "mysql/db" tables). The controluser is also
150 * used for all relational features (pmadb)
152 * @global string $cfg['Servers'][$i]['controluser']
154 $cfg['Servers'][$i]['controluser'] = '';
157 * MySQL control user settings (this user must have read-only
158 * access to the "mysql/user" and "mysql/db" tables). The controluser is also
159 * used for all relational features (pmadb)
161 * @global string $cfg['Servers'][$i]['controlpass']
163 $cfg['Servers'][$i]['controlpass'] = '';
166 * Authentication method (valid choices: config, http, signon or cookie)
168 * @global string $cfg['Servers'][$i]['auth_type']
170 $cfg['Servers'][$i]['auth_type'] = 'cookie';
173 * HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)
175 * @global string $cfg['Servers'][$i]['auth_http_realm']
177 $cfg['Servers'][$i]['auth_http_realm'] = '';
180 * File containing Swekey ids and login names (see /contrib);
181 * leave empty to deactivate Swekey hardware authentication
183 * @global string $cfg['Servers'][$i]['auth_swekey_config']
185 $cfg['Servers'][$i]['auth_swekey_config'] = '';
190 * @global string $cfg['Servers'][$i]['user']
192 $cfg['Servers'][$i]['user'] = 'root';
195 * MySQL password (only needed with 'config' auth_type)
197 * @global string $cfg['Servers'][$i]['password']
199 $cfg['Servers'][$i]['password'] = '';
202 * Session to use for 'signon' authentication method
204 * @global string $cfg['Servers'][$i]['SignonSession']
206 $cfg['Servers'][$i]['SignonSession'] = '';
209 * URL where to redirect user to login for 'signon' authentication method
211 * @global string $cfg['Servers'][$i]['SignonURL']
213 $cfg['Servers'][$i]['SignonURL'] = '';
216 * URL where to redirect user after logout
218 * @global string $cfg['Servers'][$i]['LogoutURL']
220 $cfg['Servers'][$i]['LogoutURL'] = '';
223 * Whether to try to connect without password
225 * @global boolean $cfg['Servers'][$i]['nopassword']
227 $cfg['Servers'][$i]['nopassword'] = false;
230 * If set to a db-name, only this db is displayed in left frame
231 * It may also be an array of db-names, where sorting order is relevant.
233 * @global string $cfg['Servers'][$i]['only_db']
235 $cfg['Servers'][$i]['only_db'] = '';
238 * Database name to be hidden from listings
240 * @global string $cfg['Servers'][$i]['hide_db']
242 $cfg['Servers'][$i]['hide_db'] = '';
245 * Verbose name for this host - leave blank to show the hostname
246 * (for HTTP authentication, all non-US-ASCII characters will be stripped)
248 * @global string $cfg['Servers'][$i]['verbose']
250 $cfg['Servers'][$i]['verbose'] = '';
253 * Database used for Relation, Bookmark and PDF Features
254 * (see scripts/create_tables.sql)
255 * - leave blank for no support
256 * SUGGESTED: 'phpmyadmin'
258 * @global string $cfg['Servers'][$i]['pmadb']
260 $cfg['Servers'][$i]['pmadb'] = '';
264 * - leave blank for no bookmark support
265 * SUGGESTED: 'pma_bookmark'
267 * @global string $cfg['Servers'][$i]['bookmarktable']
269 $cfg['Servers'][$i]['bookmarktable'] = '';
272 * table to describe the relation between links (see doc)
273 * - leave blank for no relation-links support
274 * SUGGESTED: 'pma_relation'
276 * @global string $cfg['Servers'][$i]['relation']
278 $cfg['Servers'][$i]['relation'] = '';
281 * table to describe the display fields
282 * - leave blank for no display fields support
283 * SUGGESTED: 'pma_table_info'
285 * @global string $cfg['Servers'][$i]['table_info']
287 $cfg['Servers'][$i]['table_info'] = '';
290 * table to describe the tables position for the PDF schema
291 * - leave blank for no PDF schema support
292 * SUGGESTED: 'pma_table_coords'
294 * @global string $cfg['Servers'][$i]['table_coords']
296 $cfg['Servers'][$i]['table_coords'] = '';
299 * table to describe pages of relationpdf
300 * - leave blank if you don't want to use this
301 * SUGGESTED: 'pma_pdf_pages'
303 * @global string $cfg['Servers'][$i]['pdf_pages']
305 $cfg['Servers'][$i]['pdf_pages'] = '';
308 * table to store column information
309 * - leave blank for no column comments/mime types
310 * SUGGESTED: 'pma_column_info'
312 * @global string $cfg['Servers'][$i]['column_info']
314 $cfg['Servers'][$i]['column_info'] = '';
317 * table to store SQL history
318 * - leave blank for no SQL query history
319 * SUGGESTED: 'pma_history'
321 * @global string $cfg['Servers'][$i]['history']
323 $cfg['Servers'][$i]['history'] = '';
326 * table to store the coordinates for Designer
327 * - leave blank for no Designer feature
328 * SUGGESTED: 'pma_designer_coords'
330 * @global string $cfg['Servers'][$i]['designer_coords']
332 $cfg['Servers'][$i]['designer_coords'] = '';
335 * table to store SQL tracking
336 * - leave blank for no SQL tracking
337 * SUGGESTED: 'pma_tracking'
339 * @global string $cfg['Servers'][$i]['tracking']
341 $cfg['Servers'][$i]['tracking'] = '';
344 * table to store user preferences
345 * - leave blank to disable server storage
346 * SUGGESTED: 'pma_userconfig'
348 * @global string $cfg['Servers'][$i]['userconfig']
350 $cfg['Servers'][$i]['userconfig'] = '';
353 * set to false if you know that your pma_* tables are up to date.
354 * This prevents compatibility checks and thereby increases performance.
356 * @global boolean $cfg['Servers'][$i]['verbose_check']
358 $cfg['Servers'][$i]['verbose_check'] = true;
361 * whether to allow root login
363 * @global boolean $cfg['Servers'][$i]['AllowRoot']
365 $cfg['Servers'][$i]['AllowRoot'] = true;
368 * whether to allow login of any user without a password
370 * @global boolean $cfg['Servers'][$i]['AllowNoPassword']
372 $cfg['Servers'][$i]['AllowNoPassword'] = false;
375 * Host authentication order, leave blank to not use
377 * @global string $cfg['Servers'][$i]['AllowDeny']['order']
379 $cfg['Servers'][$i]['AllowDeny']['order'] = '';
382 * Host authentication rules, leave blank for defaults
384 * @global array $cfg['Servers'][$i]['AllowDeny']['rules']
386 $cfg['Servers'][$i]['AllowDeny']['rules'] = array();
389 * Disable use of INFORMATION_SCHEMA
391 * @see http://sf.net/support/tracker.php?aid=1849494
392 * @see http://bugs.mysql.com/19588
393 * @global boolean $cfg['Servers'][$i]['DisableIS']
395 $cfg['Servers'][$i]['DisableIS'] = true;
398 * SQL command to fetch available databases
400 * by default most user will be fine with SHOW DATABASES,
401 * for servers with a huge amount of databases it is possible to
402 * define a command which executes faster but with less information
404 * especially when accessing database servers from ISPs changing this command
405 * can result in a great speed improvement
407 * false will disable fetching databases from the server, only databases in
408 * $cfg['Servers'][$i]['only_db'] will be displayed
410 * #user# will be replaced by current user
414 * "SHOW DATABASES LIKE '#user#\_%'"
415 * 'SELECT DISTINCT TABLE_SCHEMA FROM information_schema.SCHEMA_PRIVILEGES'
416 * 'SELECT SCHEMA_NAME FROM information_schema.SCHEMATA'
419 * @global array $cfg['Servers'][$i]['ShowDatabasesCommand']
421 $cfg['Servers'][$i]['ShowDatabasesCommand'] = 'SHOW DATABASES';
424 * Whether to count tables when showing database list
426 * @global array $cfg['Servers'][$i]['CountTables']
428 $cfg['Servers'][$i]['CountTables'] = true;
431 * Whether the tracking mechanism creates versions for tables and views automatically.
433 * @global bool $cfg['Servers'][$i]['tracking_version_auto_create']
436 $cfg['Servers'][$i]['tracking_version_auto_create'] = false;
439 * Defines the list of statements the auto-creation uses for new versions.
441 * @global string $cfg['Servers'][$i]['tracking_default_statements']
444 $cfg['Servers'][$i]['tracking_default_statements'] = 'CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,' .
445 'CREATE INDEX,DROP INDEX,' .
446 'INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,' .
447 'CREATE VIEW,ALTER VIEW,DROP VIEW,' .
448 'CREATE DATABASE,ALTER DATABASE,DROP DATABASE';
451 * Whether a DROP VIEW IF EXISTS statement will be added as first line to the log when creating a view.
453 * @global bool $cfg['Servers'][$i]['tracking_add_drop_view']
456 $cfg['Servers'][$i]['tracking_add_drop_view'] = true;
459 * Whether a DROP TABLE IF EXISTS statement will be added as first line to the log when creating a table.
461 * @global bool $cfg['Servers'][$i]['tracking_add_drop_table']
464 $cfg['Servers'][$i]['tracking_add_drop_table'] = true;
467 * Whether a DROP DATABASE IF EXISTS statement will be added as first line to the log when creating a database.
469 * @global bool $cfg['Servers'][$i]['tracking_add_drop_database']
472 $cfg['Servers'][$i]['tracking_add_drop_database'] = true;
475 * Default server (0 = no default server)
477 * If you have more than one server configured, you can set $cfg['ServerDefault']
478 * to any one of them to auto-connect to that server when phpMyAdmin is started,
479 * or set it to 0 to be given a list of servers without logging in
480 * If you have only one server configured, $cfg['ServerDefault'] *MUST* be
481 * set to that server.
483 * @global integer $cfg['ServerDefault']
485 $cfg['ServerDefault'] = 1;
488 * Other core phpMyAdmin settings
491 * maximum number of db's displayed in left frame and database list
493 * @global integer $cfg['MaxDbList']
495 $cfg['MaxDbList'] = 100;
498 * maximum number of tables displayed in table list
500 * @global integer $cfg['MaxTableList']
502 $cfg['MaxTableList'] = 250;
505 * maximum number of characters when a SQL query is displayed
507 * @global integer $cfg['MaxCharactersInDisplayedSQL']
509 $cfg['MaxCharactersInDisplayedSQL'] = 1000;
512 * use GZIP output buffering if possible (true|false|'auto')
514 * @global string $cfg['OBGzip']
516 $cfg['OBGzip'] = 'auto';
519 * use persistent connections to MySQL database
521 * @global boolean $cfg['PersistentConnections']
523 $cfg['PersistentConnections'] = false;
526 * whether to force using HTTPS
528 * @global boolean $cfg['ForceSSL']
530 $cfg['ForceSSL'] = false;
533 * maximum execution time in seconds (0 for no limit)
535 * @global integer $cfg['ExecTimeLimit']
537 $cfg['ExecTimeLimit'] = 300;
540 * Path for storing session data (session_save_path PHP parameter).
542 * @global integer $cfg['SessionSavePath']
544 $cfg['SessionSavePath'] = '';
547 * maximum allocated bytes ('0' for no limit)
548 * this is a string because '16M' is a valid value; we must put here
549 * a string as the default value so that /setup accepts strings
551 * @global string $cfg['MemoryLimit']
553 $cfg['MemoryLimit'] = '0';
556 * mark used tables, make possible to show locked tables (since MySQL 3.23.30)
558 * @global boolean $cfg['SkipLockedTables']
560 $cfg['SkipLockedTables'] = false;
563 * show SQL queries as run
565 * @global boolean $cfg['ShowSQL']
567 $cfg['ShowSQL'] = true;
570 * show a 'Drop database' link to normal users
572 * @global boolean $cfg['AllowUserDropDatabase']
574 $cfg['AllowUserDropDatabase'] = false;
577 * confirm some commands that can result in loss of data
578 * (see "need_confirm" in the parser)
580 * @global boolean $cfg['Confirm']
582 $cfg['Confirm'] = true;
585 * recall previous login in cookie authentication mode or not
587 * @global boolean $cfg['LoginCookieRecall']
589 $cfg['LoginCookieRecall'] = true;
592 * validity of cookie login (in seconds; 1440 matches php.ini's
593 * session.gc_maxlifetime)
595 * @global integer $cfg['LoginCookieValidity']
597 $cfg['LoginCookieValidity'] = 1440;
600 * how long login cookie should be stored (in seconds)
602 * @global integer $cfg['LoginCookieStore']
604 $cfg['LoginCookieStore'] = 0;
607 * whether to delete all login cookies on logout
609 * @global boolean $cfg['LoginCookieDeleteAll']
611 $cfg['LoginCookieDeleteAll'] = true;
614 * whether to enable the "database search" feature or not
616 * @global boolean $cfg['UseDbSearch']
618 $cfg['UseDbSearch'] = true;
621 * if set to true, PMA continues computing multiple-statement queries
622 * even if one of the queries failed
624 * @global boolean $cfg['IgnoreMultiSubmitErrors']
626 $cfg['IgnoreMultiSubmitErrors'] = false;
629 * if set to true, PMA will show the affected rows of EACH statement on
630 * multiple-statement queries. See the libraries/import.php file for
631 * hard coded defaults on how many queries a statement may contain!
633 * @global boolean $cfg['VerboseMultiSubmit']
635 $cfg['VerboseMultiSubmit'] = true;
638 * allow login to any user entered server in cookie based authentication
640 * @global boolean $cfg['AllowArbitraryServer']
642 $cfg['AllowArbitraryServer'] = false;
645 /*******************************************************************************
646 * Error handler configuration
648 * this configures phpMyAdmin's own error handler, it is used to avoid information
649 * disclosure, gather errors for logging, reporting and displaying
651 * @global array $cfg['Error_Handler']
653 $cfg['Error_Handler'] = array();
656 * whether to display errors or not
658 * this does not affect errors of type E_USER_*
660 * @global boolean $cfg['Error_Handler']['display']
662 $cfg['Error_Handler']['display'] = false;
665 * (NOT IMPLEMENTED YET)
666 * where to log errors, false or empty to disable
669 * // EXAMPLE log to std PHP error log
670 * $cfg['Error_Handler']['log'] = array(0);
671 * // EXAMPLE mail errors
672 * $cfg['Error_Handler']['log'] = array(1, 'admin@example.org');
673 * // EXAMPLE append to specific file
674 * $cfg['Error_Handler']['log'] = array(3, '/var/log/phpmyadmin_error.log');
677 * @see http://php.net/error_log
678 * @global string $cfg['Error_Handler']['log']
680 //$cfg['Error_Handler']['log'] = false;
683 * gather all errors in session to be displayed on a error reporting page
684 * for viewing and/or sending to phpMyAdmin developer team
686 * @global boolean $cfg['Error_Handler']['gather']
688 $cfg['Error_Handler']['gather'] = false;
691 /*******************************************************************************
696 * use a select-based menu and display only the current tables in the left frame.
698 * @global boolean $cfg['LeftFrameLight']
700 $cfg['LeftFrameLight'] = true;
703 * turn the select-based light menu into a tree
705 * @global boolean $cfg['LeftFrameDBTree']
707 $cfg['LeftFrameDBTree'] = true;
710 * the separator to sub-tree the select-based light menu tree
712 * @global string $cfg['LeftFrameDBSeparator']
714 $cfg['LeftFrameDBSeparator'] = '_';
717 * Which string will be used to generate table prefixes
718 * to split/nest tables into multiple categories
720 * @global string $cfg['LeftFrameTableSeparator']
722 $cfg['LeftFrameTableSeparator']= '__';
725 * How many sublevels should be displayed when splitting up tables by the above Separator
727 * @global integer $cfg['LeftFrameTableLevel']
729 $cfg['LeftFrameTableLevel'] = 1;
732 * display table comment as tooltip in left frame
734 * @global boolean $cfg['ShowTooltip']
736 $cfg['ShowTooltip'] = true;
739 * if ShowToolTip is enabled, this defines that table/db comments
741 * @global boolean $cfg['ShowTooltipAliasDB']
743 $cfg['ShowTooltipAliasDB'] = false;
746 * are shown (in the left menu and db_structure) instead of table/db names.
747 * Setting ShowTooltipAliasTB to 'nested' will only use the Aliases for nested
748 * descriptors, not the table itself.
750 * @global boolean $cfg['ShowTooltipAliasTB']
752 $cfg['ShowTooltipAliasTB'] = false;
755 * display logo at top of left frame
757 * @global boolean $cfg['LeftDisplayLogo']
759 $cfg['LeftDisplayLogo'] = true;
762 * where should logo link point to (can also contain an external URL)
764 * @global string $cfg['LeftLogoLink']
766 $cfg['LeftLogoLink'] = 'main.php';
769 * whether to open the linked page in the main window ('main') or
770 * in a new window ('new')
772 * @global string $cfg['LeftLogoLinkWindow']
774 $cfg['LeftLogoLinkWindow'] = 'main';
777 * display a JavaScript table filter in the left frame
779 * @global boolean $cfg['LeftDisplayTableFilter']
781 $cfg['LeftDisplayTableFilter'] = true;
784 * display server choice at top of left frame
786 * @global boolean $cfg['LeftDisplayServers']
788 $cfg['LeftDisplayServers'] = false;
791 * server choice as links
793 * @global boolean $cfg['DisplayServersList']
795 $cfg['DisplayServersList'] = false;
798 * database choice in light as links
800 * @global boolean $cfg['DisplayDatabasesList']
802 $cfg['DisplayDatabasesList'] = 'auto';
805 * target of the navigation panel quick access icon
808 * 'tbl_structure.php' = fields list
809 * 'tbl_sql.php' = SQL form
810 * 'tbl_select.php' = search page
811 * 'tbl_change.php' = insert row page
812 * 'sql.php' = browse page
814 * @global string $cfg['LeftDefaultTabTable']
816 $cfg['LeftDefaultTabTable'] = 'tbl_structure.php';
819 /*******************************************************************************
820 * In the main frame, at startup...
824 * allow to display statistics and space usage in the pages about database
825 * details and table properties
827 * @global boolean $cfg['ShowStats']
829 $cfg['ShowStats'] = true;
834 * @global boolean $cfg['ShowPhpInfo']
836 $cfg['ShowPhpInfo'] = false;
839 * show MySQL server and web server information
841 * @global boolean $cfg['ShowServerInfo']
843 $cfg['ShowServerInfo'] = true;
846 * show change password link
848 * @global boolean $cfg['ShowChgPassword']
850 $cfg['ShowChgPassword'] = true;
853 * show create database form
855 * @global boolean $cfg['ShowCreateDb']
857 $cfg['ShowCreateDb'] = true;
860 * suggest a new DB name if possible (false = keep empty)
862 * @global boolean $cfg['SuggestDBName']
864 $cfg['SuggestDBName'] = true;
867 /*******************************************************************************
872 * Use icons instead of text for the navigation bar buttons
873 * and on right panel top menu (server db table) (true|false|'both')
875 * @global string $cfg['NavigationBarIconic']
877 $cfg['NavigationBarIconic'] = true;
880 * Defines whether a user should be displayed a "show all (records)"
881 * button in browse mode or not.
883 * @global boolean $cfg['ShowAll']
885 $cfg['ShowAll'] = false;
888 * Number of rows displayed when browsing a result set. If the result
889 * set contains more rows, "Previous" and "Next".
891 * @global integer $cfg['MaxRows']
893 $cfg['MaxRows'] = 30;
896 * default for 'ORDER BY' clause (valid values are 'ASC', 'DESC' or 'SMART' -ie
897 * descending order for fields of type TIME, DATE, DATETIME & TIMESTAMP,
898 * ascending order else-)
900 * @global string $cfg['Order']
902 $cfg['Order'] = 'SMART';
905 * default for 'Show binary contents as HEX'
907 * @global string $cfg['DisplayBinaryAsHex']
909 $cfg['DisplayBinaryAsHex'] = true;
912 /*******************************************************************************
917 * disallow editing of binary fields
919 * false allow editing
920 * 'blob' allow editing except for BLOB fields
921 * 'all' disallow editing
923 * @global string $cfg['ProtectBinary']
925 $cfg['ProtectBinary'] = 'blob';
928 * Display the function fields in edit/insert mode
930 * @global boolean $cfg['ShowFunctionFields']
932 $cfg['ShowFunctionFields'] = true;
935 * Display the type fields in edit/insert mode
937 * @global boolean $cfg['ShowFieldTypesInDataEditView']
939 $cfg['ShowFieldTypesInDataEditView'] = true;
942 * Which editor should be used for CHAR/VARCHAR fields:
943 * input - allows limiting of input length
944 * textarea - allows newlines in fields
946 * @global string $cfg['CharEditing']
948 $cfg['CharEditing'] = 'input';
951 * How many rows can be inserted at one time
953 * @global integer $cfg['InsertRows']
955 $cfg['InsertRows'] = 2;
958 * Sort order for items in a foreign-key drop-down list.
959 * 'content' is the referenced data, 'id' is the key value.
961 * @global array $cfg['ForeignKeyDropdownOrder']
963 $cfg['ForeignKeyDropdownOrder'] = array('content-id', 'id-content');
966 * A drop-down list will be used if fewer items are present
968 * @global integer $cfg['ForeignKeyMaxLimit']
970 $cfg['ForeignKeyMaxLimit'] = 100;
973 /*******************************************************************************
974 * For the export features...
978 * Allow for the use of zip compression (requires zip support to be enabled)
980 * @global boolean $cfg['ZipDump']
982 $cfg['ZipDump'] = true;
985 * Allow for the use of gzip compression (requires zlib)
987 * @global boolean $cfg['GZipDump']
989 $cfg['GZipDump'] = true;
992 * Allow for the use of bzip2 compression (requires bz2 extension)
994 * @global boolean $cfg['BZipDump']
996 $cfg['BZipDump'] = true;
999 * Will compress gzip/bzip2 exports on the fly without the need for much memory.
1000 * If you encounter problems with created gzip/bzip2 files disable this feature.
1002 * @global boolean $cfg['CompressOnFly']
1004 $cfg['CompressOnFly'] = true;
1007 /*******************************************************************************
1008 * Tabs display settings
1012 * Use graphically less intense menu tabs
1014 * @global boolean $cfg['LightTabs']
1016 $cfg['LightTabs'] = false;
1019 * Use icons instead of text for the table display of a database (true|false|'both')
1021 * @global boolean $cfg['PropertiesIconic']
1023 $cfg['PropertiesIconic'] = 'both';
1026 * How many columns should be used for table display of a database?
1027 * (a value larger than 1 results in some information being hidden)
1029 * @global integer $cfg['PropertiesNumColumns']
1031 $cfg['PropertiesNumColumns'] = 1;
1035 * 'main.php' = the welcome page
1036 * (recommended for multiuser setups)
1037 * 'server_databases.php' = list of databases
1038 * 'server_status.php' = runtime information
1039 * 'server_variables.php' = MySQL server variables
1040 * 'server_privileges.php' = user management
1041 * 'server_processlist.php' = process list
1043 * @global string $cfg['DefaultTabServer']
1045 $cfg['DefaultTabServer'] = 'main.php';
1049 * 'db_structure.php' = tables list
1050 * 'db_sql.php' = SQL form
1051 * 'db_search.php' = search query
1052 * 'db_operations.php' = operations on database
1054 * @global string $cfg['DefaultTabDatabase']
1056 $cfg['DefaultTabDatabase'] = 'db_structure.php';
1060 * 'tbl_structure.php' = fields list
1061 * 'tbl_sql.php' = SQL form
1062 * 'tbl_select.php' = search page
1063 * 'tbl_change.php' = insert row page
1064 * 'sql.php' = browse page
1066 * @global string $cfg['DefaultTabTable']
1068 $cfg['DefaultTabTable'] = 'sql.php';
1070 /*******************************************************************************
1073 $cfg['Export'] = array();
1076 * codegen/csv/excel/htmlexcel/htmlword/latex/ods/odt/pdf/sql/texytext/xls/xml/yaml
1078 * @global string $cfg['Export']['format']
1080 $cfg['Export']['format'] = 'sql';
1083 * quick/custom/custom-no-form
1085 * @global string $cfg['Export']['format']
1087 $cfg['Export']['method'] = 'quick';
1090 * none/zip/gzip/bzip2
1092 * @global string $cfg['Export']['compression']
1094 $cfg['Export']['compression'] = 'none';
1099 * @global boolean $cfg['Export']['asfile']
1101 $cfg['Export']['asfile'] = true;
1106 * @global string $cfg['Export']['charset']
1108 $cfg['Export']['charset'] = '';
1113 * @global boolean $cfg['Export']['onserver']
1115 $cfg['Export']['onserver'] = false;
1120 * @global boolean $cfg['Export']['onserver_overwrite']
1122 $cfg['Export']['onserver_overwrite'] = false;
1127 * @global boolean $cfg['Export']['quick_export_onserver']
1129 $cfg['Export']['quick_export_onserver'] = false;
1134 * @global boolean $cfg['Export']['quick_export_onserver_overwrite']
1136 $cfg['Export']['quick_export_onserver_overwrite'] = false;
1141 * @global boolean $cfg['Export']['remember_file_template']
1143 $cfg['Export']['remember_file_template'] = true;
1148 * @global string $cfg['Export']['file_template_table']
1150 $cfg['Export']['file_template_table'] = '@TABLE@';
1155 * @global string $cfg['Export']['file_template_database']
1157 $cfg['Export']['file_template_database'] = '@DATABASE@';
1162 * @global string $cfg['Export']['file_template_server']
1164 $cfg['Export']['file_template_server'] = '@SERVER@';
1169 * @global string $cfg['Export']['codegen_structure_or_data']
1171 $cfg['Export']['codegen_structure_or_data'] = 'data';
1176 * @global $cfg['Export']['codegen_format']
1178 $cfg['Export']['codegen_format'] = 0;
1183 * @global boolean $cfg['Export']['ods_columns']
1185 $cfg['Export']['ods_columns'] = false;
1190 * @global string $cfg['Export']['ods_null']
1192 $cfg['Export']['ods_null'] = 'NULL';
1197 * @global string $cfg['Export']['odt_structure_or_data']
1199 $cfg['Export']['odt_structure_or_data'] = 'structure_and_data';
1204 * @global boolean $cfg['Export']['odt_columns']
1206 $cfg['Export']['odt_columns'] = true;
1211 * @global boolean $cfg['Export']['odt_relation']
1213 $cfg['Export']['odt_relation'] = true;
1218 * @global boolean $cfg['Export']['odt_comments']
1220 $cfg['Export']['odt_comments'] = true;
1225 * @global boolean $cfg['Export']['odt_mime']
1227 $cfg['Export']['odt_mime'] = true;
1232 * @global string $cfg['Export']['odt_null']
1234 $cfg['Export']['odt_null'] = 'NULL';
1239 * @global boolean $cfg['Export']['htmlword_structure_or_data']
1241 $cfg['Export']['htmlword_structure_or_data'] = 'structure_and_data';
1246 * @global boolean $cfg['Export']['htmlword_columns']
1248 $cfg['Export']['htmlword_columns'] = false;
1253 * @global string $cfg['Export']['htmlword_null']
1255 $cfg['Export']['htmlword_null'] = 'NULL';
1260 * @global string $cfg['Export']['texytext_structure_or_data']
1262 $cfg['Export']['texytext_structure_or_data'] = 'structure_and_data';
1267 * @global boolean $cfg['Export']['texytext_columns']
1269 $cfg['Export']['texytext_columns'] = FALSE;
1274 * @global string $cfg['Export']['texytext_null']
1276 $cfg['Export']['texytext_null'] = 'NULL';
1281 * @global boolean $cfg['Export']['xls_columns']
1283 $cfg['Export']['xls_columns'] = false;
1288 * @global string $cfg['Export']['xls_structure_or_data']
1290 $cfg['Export']['xls_structure_or_data'] = 'data';
1295 * @global string $cfg['Export']['xls_null']
1297 $cfg['Export']['xls_null'] = 'NULL';
1302 * @global boolean $cfg['Export']['xlsx_columns']
1304 $cfg['Export']['xlsx_columns'] = false;
1309 * @global string $cfg['Export']['xlsx_structure_or_data']
1311 $cfg['Export']['xlsx_structure_or_data'] = 'data';
1316 * @global string $cfg['Export']['xlsx_null']
1318 $cfg['Export']['xlsx_null'] = 'NULL';
1323 * @global boolean $cfg['Export']['csv_columns']
1325 $cfg['Export']['csv_columns'] = false;
1330 * @global string $cfg['Export']['csv_structure_or_data']
1332 $cfg['Export']['csv_structure_or_data'] = 'data';
1337 * @global string $cfg['Export']['csv_null']
1339 $cfg['Export']['csv_null'] = 'NULL';
1344 * @global string $cfg['Export']['csv_separator']
1346 $cfg['Export']['csv_separator'] = ',';
1351 * @global string $cfg['Export']['csv_enclosed']
1353 $cfg['Export']['csv_enclosed'] = '"';
1358 * @global string $cfg['Export']['csv_escaped']
1360 $cfg['Export']['csv_escaped'] = '\\';
1365 * @global string $cfg['Export']['csv_terminated']
1367 $cfg['Export']['csv_terminated'] = 'AUTO';
1372 * @global string $cfg['Export']['csv_removeCRLF']
1374 $cfg['Export']['csv_removeCRLF'] = false;
1379 * @global boolean $cfg['Export']['excel_columns']
1381 $cfg['Export']['excel_columns'] = false;
1386 * @global string $cfg['Export']['excel_null']
1388 $cfg['Export']['excel_null'] = 'NULL';
1393 * @global string $cfg['Export']['excel_edition']
1395 $cfg['Export']['excel_edition'] = 'win';
1400 * @global string $cfg['Export']['excel_removeCRLF']
1402 $cfg['Export']['excel_removeCRLF'] = false;
1407 * @global string $cfg['Export']['excel_structure_or_data']
1409 $cfg['Export']['excel_structure_or_data'] = 'data';
1414 * @global string $cfg['Export']['latex_structure_or_data']
1416 $cfg['Export']['latex_structure_or_data'] = 'structure_and_data';
1421 * @global boolean $cfg['Export']['latex_columns']
1423 $cfg['Export']['latex_columns'] = true;
1428 * @global boolean $cfg['Export']['latex_relation']
1430 $cfg['Export']['latex_relation'] = true;
1435 * @global boolean $cfg['Export']['latex_comments']
1437 $cfg['Export']['latex_comments'] = true;
1442 * @global boolean $cfg['Export']['latex_mime']
1444 $cfg['Export']['latex_mime'] = true;
1449 * @global string $cfg['Export']['latex_null']
1451 $cfg['Export']['latex_null'] = '\textit{NULL}';
1456 * @global boolean $cfg['Export']['latex_caption']
1458 $cfg['Export']['latex_caption'] = true;
1463 * @global string $cfg['Export']['latex_structure_caption']
1465 $cfg['Export']['latex_structure_caption'] = 'strLatexStructure';
1470 * @global string $cfg['Export']['latex_structure_continued_caption']
1472 $cfg['Export']['latex_structure_continued_caption'] = 'strLatexStructure strLatexContinued';
1477 * @global string $cfg['Export']['latex_data_caption']
1479 $cfg['Export']['latex_data_caption'] = 'strLatexContent';
1484 * @global string $cfg['Export']['latex_data_continued_caption']
1486 $cfg['Export']['latex_data_continued_caption'] = 'strLatexContent strLatexContinued';
1491 * @global string $cfg['Export']['latex_data_label']
1493 $cfg['Export']['latex_data_label'] = 'tab:@TABLE@-data';
1498 * @global string $cfg['Export']['latex_structure_label']
1500 $cfg['Export']['latex_structure_label'] = 'tab:@TABLE@-structure';
1505 * @global string $cfg['Export']['mediawiki_structure_or_data']
1507 $cfg['Export']['mediawiki_structure_or_data'] = 'data';
1512 * @global string $cfg['Export']['ods_structure_or_data']
1514 $cfg['Export']['ods_structure_or_data'] = 'data';
1519 * @global string $cfg['Export']['pdf_structure_or_data']
1521 $cfg['Export']['pdf_structure_or_data'] = 'data';
1526 * @global string $cfg['Export']['php_array_structure_or_data']
1528 $cfg['Export']['php_array_structure_or_data'] = 'data';
1533 * @global string $cfg['Export']['json_structure_or_data']
1535 $cfg['Export']['json_structure_or_data'] = 'data';
1540 * @global string $cfg['Export']['sql_structure_or_data']
1542 $cfg['Export']['sql_structure_or_data'] = 'structure_and_data';
1547 * @global string $cfg['Export']['sql_compatibility']
1549 $cfg['Export']['sql_compatibility'] = 'NONE';
1552 * Whether to include comments in SQL export.
1554 * @global string $cfg['Export']['sql_include_comments']
1556 $cfg['Export']['sql_include_comments'] = true;
1561 * @global boolean $cfg['Export']['sql_disable_fk']
1563 $cfg['Export']['sql_disable_fk'] = false;
1568 * @global boolean $cfg['Export']['sql_use_transaction']
1570 $cfg['Export']['sql_use_transaction'] = false;
1575 * @global boolean $cfg['Export']['sql_drop_database']
1577 $cfg['Export']['sql_drop_database'] = false;
1582 * @global boolean $cfg['Export']['sql_drop_table']
1584 $cfg['Export']['sql_drop_table'] = false;
1589 * true by default for correct behavior when dealing with exporting
1590 * of VIEWs and the stand-in table
1591 * @global boolean $cfg['Export']['sql_if_not_exists']
1593 $cfg['Export']['sql_if_not_exists'] = true;
1598 * @global boolean $cfg['Export']['sql_procedure_function']
1600 $cfg['Export']['sql_procedure_function'] = true;
1605 * @global boolean $cfg['Export']['sql_auto_increment']
1607 $cfg['Export']['sql_auto_increment'] = true;
1612 * @global boolean $cfg['Export']['sql_backquotes']
1614 $cfg['Export']['sql_backquotes'] = true;
1619 * @global boolean $cfg['Export']['sql_dates']
1621 $cfg['Export']['sql_dates'] = false;
1626 * @global boolean $cfg['Export']['sql_relation']
1628 $cfg['Export']['sql_relation'] = false;
1633 * @global boolean $cfg['Export']['sql_delayed']
1635 $cfg['Export']['sql_delayed'] = false;
1640 * @global boolean $cfg['Export']['sql_ignore']
1642 $cfg['Export']['sql_ignore'] = false;
1645 * Export time in UTC.
1647 * @global boolean $cfg['Export']['sql_utc_time']
1649 $cfg['Export']['sql_utc_time'] = true;
1654 * @global boolean $cfg['Export']['sql_hex_for_blob']
1656 $cfg['Export']['sql_hex_for_blob'] = true;
1659 * insert/update/replace
1661 * @global string $cfg['Export']['sql_type']
1663 $cfg['Export']['sql_type'] = 'INSERT';
1668 * @global integer $cfg['Export']['sql_max_query_size']
1670 $cfg['Export']['sql_max_query_size'] = 50000;
1675 * @global boolean $cfg['Export']['sql_comments']
1677 $cfg['Export']['sql_comments'] = false;
1682 * @global boolean $cfg['Export']['sql_mime']
1684 $cfg['Export']['sql_mime'] = false;
1687 * \n is replaced by new line
1689 * @global string $cfg['Export']['sql_header_comment']
1691 $cfg['Export']['sql_header_comment'] = '';
1696 * @global boolean $cfg['Export']['sql_create_table_statements']
1698 $cfg['Export']['sql_create_table_statements'] = true;
1701 * Whether to use complete inserts, extended inserts, both, or neither
1703 * @global string $cfg['Export']['sql_insert_syntax']
1705 $cfg['Export']['sql_insert_syntax'] = 'both';
1710 * @global string $cfg['Export']['pdf_report_title']
1712 $cfg['Export']['pdf_report_title'] = '';
1717 *@global string $cfg['Export']['xml_structure_or_data']
1719 $cfg['Export']['xml_structure_or_data'] = 'data';
1722 * Export schema for each structure
1724 * @global string $cfg['Export']['xml_export_struc']
1726 $cfg['Export']['xml_export_struc'] = true;
1731 * @global string $cfg['Export']['xml_export_functions']
1733 $cfg['Export']['xml_export_functions'] = true;
1738 * @global string $cfg['Export']['xml_export_procedures']
1740 $cfg['Export']['xml_export_procedures'] = true;
1743 * Export schema for each table
1745 * @global string $cfg['Export']['xml_export_tables']
1747 $cfg['Export']['xml_export_tables'] = true;
1752 * @global string $cfg['Export']['xml_export_triggers']
1754 $cfg['Export']['xml_export_triggers'] = true;
1759 * @global string $cfg['Export']['xml_export_views']
1761 $cfg['Export']['xml_export_views'] = true;
1764 * Export contents data
1766 * @global string $cfg['Export']['xml_export_contents']
1768 $cfg['Export']['xml_export_contents'] = true;
1773 * @global string $cfg['Export']['yaml_structure_or_data']
1775 $cfg['Export']['yaml_structure_or_data'] = 'data';
1777 /*******************************************************************************
1780 $cfg['Import'] = array();
1785 * @global string $cfg['Import']['format']
1787 $cfg['Import']['format'] = 'sql';
1790 * Default charset for import.
1792 * @global string $cfg['Import']['charset']
1794 $cfg['Import']['charset'] = '';
1799 * @global boolean $cfg['Import']['allow_interrupt']
1801 $cfg['Import']['allow_interrupt'] = true;
1806 * @global integer $cfg['Import']['skip_queries']
1808 $cfg['Import']['skip_queries'] = 0;
1813 * @global string $cfg['Import']['sql_compatibility']
1815 $cfg['Import']['sql_compatibility'] = 'NONE';
1820 * @global string $cfg['Import']['sql_no_auto_value_on_zero']
1822 $cfg['Import']['sql_no_auto_value_on_zero'] = true;
1827 * @global boolean $cfg['Import']['csv_replace']
1829 $cfg['Import']['csv_replace'] = false;
1834 * @global boolean $cfg['Import']['csv_ignore']
1836 $cfg['Import']['csv_ignore'] = false;
1841 * @global string $cfg['Import']['csv_terminated']
1843 $cfg['Import']['csv_terminated'] = ',';
1848 * @global string $cfg['Import']['csv_enclosed']
1850 $cfg['Import']['csv_enclosed'] = '"';
1855 * @global string $cfg['Import']['csv_escaped']
1857 $cfg['Import']['csv_escaped'] = '\\';
1862 * @global string $cfg['Import']['csv_new_line']
1864 $cfg['Import']['csv_new_line'] = 'auto';
1869 * @global string $cfg['Import']['csv_columns']
1871 $cfg['Import']['csv_columns'] = '';
1876 * @global string $cfg['Import']['csv_col_names']
1878 $cfg['Import']['csv_col_names'] = false;
1883 * @global boolean $cfg['Import']['ldi_replace']
1885 $cfg['Import']['ldi_replace'] = false;
1890 * @global boolean $cfg['Import']['ldi_ignore']
1892 $cfg['Import']['ldi_ignore'] = false;
1897 * @global string $cfg['Import']['ldi_terminated']
1899 $cfg['Import']['ldi_terminated'] = ';';
1904 * @global string $cfg['Import']['ldi_enclosed']
1906 $cfg['Import']['ldi_enclosed'] = '"';
1911 * @global string $cfg['Import']['ldi_escaped']
1913 $cfg['Import']['ldi_escaped'] = '\\';
1918 * @global string $cfg['Import']['ldi_new_line']
1920 $cfg['Import']['ldi_new_line'] = 'auto';
1925 * @global string $cfg['Import']['ldi_columns']
1927 $cfg['Import']['ldi_columns'] = '';
1930 * 'auto' for auto-detection, true or false for forcing
1932 * @global string $cfg['Import']['ldi_local_option']
1934 $cfg['Import']['ldi_local_option'] = 'auto';
1939 * @global string $cfg['Import']['ods_col_names']
1941 $cfg['Import']['ods_col_names'] = false;
1946 * @global string $cfg['Import']['ods_empty_rows']
1948 $cfg['Import']['ods_empty_rows'] = true;
1953 * @global string $cfg['Import']['ods_recognize_percentages']
1955 $cfg['Import']['ods_recognize_percentages'] = true;
1960 * @global string $cfg['Import']['ods_recognize_currency']
1962 $cfg['Import']['ods_recognize_currency'] = true;
1967 * @global string $cfg['Import']['xml_col_names']
1969 $cfg['Import']['xls_col_names'] = false;
1974 * @global string $cfg['Import']['xml_empty_rows']
1976 $cfg['Import']['xls_empty_rows'] = true;
1981 * @global string $cfg['Import']['xlsx_col_names']
1983 $cfg['Import']['xlsx_col_names'] = false;
1986 * Link to the official MySQL documentation.
1987 * Be sure to include no trailing slash on the path.
1988 * See http://dev.mysql.com/doc/ for more information
1989 * about MySQL manuals and their types.
1991 * @global string $cfg['MySQLManualBase']
1993 $cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman';
1996 * Type of MySQL documentation:
1997 * viewable - "viewable online", current one used on MySQL website
1998 * searchable - "Searchable, with user comments"
1999 * chapters - "HTML, one page per chapter"
2000 * chapters_old - "HTML, one page per chapter", format used prior to MySQL 5.0 release
2001 * big - "HTML, all on one page"
2002 * old - old style used in phpMyAdmin 2.3.0 and sooner
2003 * none - do not show documentation links
2005 * @global string $cfg['MySQLManualType']
2007 $cfg['MySQLManualType'] = 'viewable';
2010 /*******************************************************************************
2017 * @global array $cfg['PDFPageSizes']
2019 $cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'letter', 'legal');
2024 * @global string $cfg['PDFDefaultPageSize']
2026 $cfg['PDFDefaultPageSize'] = 'A4';
2029 /*******************************************************************************
2030 * Language and character set conversion settings
2034 * Default language to use, if not browser-defined or user-defined
2036 * @global string $cfg['DefaultLang']
2038 $cfg['DefaultLang'] = 'en';
2041 * Default connection collation
2043 * @global string $cfg['DefaultConnectionCollation']
2045 $cfg['DefaultConnectionCollation'] = 'utf8_general_ci';
2048 * Force: always use this language
2049 * $cfg['Lang'] = 'en';
2051 * Regular expression to limit listed languages, e.g. '^(cs|en)' for Czech and
2054 * @global string $cfg['FilterLanguages']
2056 $cfg['FilterLanguages'] = '';
2059 * You can select here which functions will be used for character set conversion.
2060 * Possible values are:
2061 * auto - automatically use available one (first is tested iconv, then
2063 * iconv - use iconv or libiconv functions
2064 * recode - use recode_string function
2065 * none - disable encoding conversion
2067 * @global string $cfg['RecodingEngine']
2069 $cfg['RecodingEngine'] = 'auto';
2072 * Specify some parameters for iconv used in character set conversion. See iconv
2073 * documentation for details:
2074 * http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html
2076 * @global string $cfg['IconvExtraParams']
2078 $cfg['IconvExtraParams'] = '//TRANSLIT';
2081 * Available character sets for MySQL conversion. currently contains all which could
2082 * be found in lang/* files and few more.
2083 * Character sets will be shown in same order as here listed, so if you frequently
2084 * use some of these move them to the top.
2086 * @global array $cfg['AvailableCharsets']
2088 $cfg['AvailableCharsets'] = array(
2123 /*******************************************************************************
2124 * Customization & design
2126 * The graphical settings are now located in themes/theme-name/layout.inc.php
2130 * enable the left panel pointer
2131 * (used when LeftFrameLight is false)
2132 * see also LeftPointerColor
2135 * @global boolean $cfg['LeftPointerEnable']
2137 $cfg['LeftPointerEnable'] = true;
2140 * enable the browse pointer
2141 * see also BrowsePointerColor
2144 * @global boolean $cfg['BrowsePointerEnable']
2146 $cfg['BrowsePointerEnable'] = true;
2149 * enable the browse marker
2150 * see also BrowseMarkerColor
2153 * @global boolean $cfg['BrowseMarkerEnable']
2155 $cfg['BrowseMarkerEnable'] = true;
2158 * textarea size (columns) in edit mode
2159 * (this value will be emphasized (*2) for SQL
2160 * query textareas and (*1.25) for query window)
2162 * @global integer $cfg['TextareaCols']
2164 $cfg['TextareaCols'] = 40;
2167 * textarea size (rows) in edit mode
2169 * @global integer $cfg['TextareaRows']
2171 $cfg['TextareaRows'] = 15;
2174 * double size of textarea size for LONGTEXT fields
2176 * @global boolean $cfg['LongtextDoubleTextarea']
2178 $cfg['LongtextDoubleTextarea'] = true;
2181 * auto-select when clicking in the textarea of the query-box
2183 * @global boolean $cfg['TextareaAutoSelect']
2185 $cfg['TextareaAutoSelect'] = false;
2188 * textarea size (columns) for CHAR/VARCHAR
2190 * @global integer $cfg['CharTextareaCols']
2192 $cfg['CharTextareaCols'] = 40;
2195 * textarea size (rows) for CHAR/VARCHAR
2197 * @global integer $cfg['CharTextareaRows']
2199 $cfg['CharTextareaRows'] = 2;
2202 * Enable Ctrl+Arrows moving between fields when editing?
2204 * @global boolean $cfg['CtrlArrowsMoving']
2206 $cfg['CtrlArrowsMoving'] = true;
2209 * Max field data length in browse mode for all non-numeric fields
2211 * @global integer $cfg['LimitChars']
2213 $cfg['LimitChars'] = 50;
2216 * show edit/delete links on left side of browse
2217 * (or at the top with vertical browse)
2219 * @global boolean $cfg['ModifyDeleteAtLeft']
2221 $cfg['ModifyDeleteAtLeft'] = true;
2224 * show edit/delete links on right side of browse
2225 * (or at the bottom with vertical browse)
2227 * @global boolean $cfg['ModifyDeleteAtRight']
2229 $cfg['ModifyDeleteAtRight'] = false;
2232 * default display direction (horizontal|vertical|horizontalflipped)
2234 * @global string $cfg['DefaultDisplay']
2236 $cfg['DefaultDisplay'] = 'horizontal';
2239 * default display direction for altering/creating columns (tbl_properties)
2240 * (horizontal|vertical|<number>)
2241 * number indicates maximum number for which vertical model is used
2243 * @global integer $cfg['DefaultPropDisplay']
2245 $cfg['DefaultPropDisplay'] = 3;
2248 * table-header rotation via faking or CSS? (css|fake|auto)
2249 * NOTE: CSS only works in IE browsers!
2251 * @global string $cfg['HeaderFlipType']
2253 $cfg['HeaderFlipType'] = 'auto';
2256 * shows stored relation-comments in 'browse' mode.
2258 * @global boolean $cfg['ShowBrowseComments']
2260 $cfg['ShowBrowseComments'] = true;
2263 * shows stored relation-comments in 'table property' mode.
2265 * @global boolean $cfg['ShowPropertyComments']
2267 $cfg['ShowPropertyComments']= true;
2270 * repeat header names every X cells? (0 = deactivate)
2272 * @global integer $cfg['RepeatCells']
2274 $cfg['RepeatCells'] = 100;
2277 * Set to true if Edit link should open the query to edit in the query window
2278 * (assuming JavaScript is enabled), and to false if we should edit in the right panel
2280 * @global boolean $cfg['EditInWindow']
2282 $cfg['EditInWindow'] = true;
2285 * Width of Query window
2287 * @global integer $cfg['QueryWindowWidth']
2289 $cfg['QueryWindowWidth'] = 550;
2292 * Height of Query window
2294 * @global integer $cfg['QueryWindowHeight']
2296 $cfg['QueryWindowHeight'] = 310;
2299 * Set to true if you want DB-based query history.If false, this utilizes
2300 * JS-routines to display query history (lost by window close)
2302 * @global boolean $cfg['QueryHistoryDB']
2304 $cfg['QueryHistoryDB'] = false;
2307 * which tab to display in the querywindow on startup
2308 * (sql|files|history|full)
2310 * @global string $cfg['QueryWindowDefTab']
2312 $cfg['QueryWindowDefTab'] = 'sql';
2315 * When using DB-based query history, how many entries should be kept?
2317 * @global integer $cfg['QueryHistoryMax']
2319 $cfg['QueryHistoryMax'] = 25;
2322 * Use MIME-Types (stored in column comments table) for
2324 * @global boolean $cfg['BrowseMIME']
2326 $cfg['BrowseMIME'] = true;
2329 * When approximate count < this, PMA will get exact count for table rows.
2331 * @global integer $cfg['MaxExactCount']
2333 $cfg['MaxExactCount'] = 20000;
2336 * Zero means that no row count is done for views; see the doc
2338 * @global integer $cfg['MaxExactCountViews']
2340 $cfg['MaxExactCountViews'] = 0;
2343 * Sort table and database in natural order
2345 * @global boolean $cfg['NaturalOrder']
2347 $cfg['NaturalOrder'] = true;
2350 * Initial state for sliders
2353 * @global string $cfg['InitialSlidersState']
2355 $cfg['InitialSlidersState'] = 'closed';
2358 * User preferences: disallow these settings
2359 * For possible setting names look in libraries/config/user_preferences.forms.php
2361 * @global array $cfg['UserprefsDisallow']
2363 $cfg['UserprefsDisallow'] = array();
2366 * User preferences: enable the Developer tab
2368 $cfg['UserprefsDeveloperTab'] = false;
2370 /*******************************************************************************
2371 * Window title settings
2375 * title of browser window when a table is selected
2377 * @global string $cfg['TitleTable']
2379 $cfg['TitleTable'] = '@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ | @PHPMYADMIN@';
2382 * title of browser window when a database is selected
2384 * @global string $cfg['TitleDatabase']
2386 $cfg['TitleDatabase'] = '@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@';
2389 * title of browser window when a server is selected
2391 * @global string $cfg['TitleServer']
2393 $cfg['TitleServer'] = '@HTTP_HOST@ / @VSERVER@ | @PHPMYADMIN@';
2396 * title of browser window when nothing is selected
2397 * @global string $cfg['TitleDefault']
2399 $cfg['TitleDefault'] = '@HTTP_HOST@ | @PHPMYADMIN@';
2402 * show some icons for warning, error and information messages (true|false)?
2404 * @global boolean $cfg['ErrorIconic']
2406 $cfg['ErrorIconic'] = true;
2409 * show icons in list on main page and on menu tabs (true|false)?
2411 * @global boolean $cfg['MainPageIconic']
2413 $cfg['MainPageIconic'] = true;
2416 * show help button instead of Documentation text (true|false)?
2418 * @global boolean $cfg['ReplaceHelpImg']
2420 $cfg['ReplaceHelpImg'] = true;
2423 /*******************************************************************************
2428 * using themes manager please set up here the path to 'themes' else leave empty
2430 * @global string $cfg['ThemePath']
2432 $cfg['ThemePath'] = './themes';
2435 * if you want to use selectable themes and if ThemesPath not empty
2436 * set it to true, else set it to false (default is false);
2438 * @global boolean $cfg['ThemeManager']
2440 $cfg['ThemeManager'] = true;
2443 * set up default theme, if ThemePath not empty you can set up here an valid
2444 * path to themes or 'original' for the original pma-theme
2446 * @global string $cfg['ThemeDefault']
2448 $cfg['ThemeDefault'] = 'original';
2451 * allow different theme for each configured server
2453 * @global boolean $cfg['ThemePerServer']
2455 $cfg['ThemePerServer'] = false;
2458 /*******************************************************************************
2463 * Default query for table
2465 * @global string $cfg['DefaultQueryTable']
2467 $cfg['DefaultQueryTable'] = 'SELECT * FROM @TABLE@ WHERE 1';
2470 * Default query for database
2472 * @global string $cfg['DefaultQueryDatabase']
2474 $cfg['DefaultQueryDatabase'] = '';
2477 /*******************************************************************************
2478 * SQL Query box settings
2479 * These are the links display in all of the SQL Query boxes
2481 * @global array $cfg['SQLQuery']
2483 $cfg['SQLQuery'] = array();
2486 * Edit link to change a query
2488 * @global boolean $cfg['SQLQuery']['Edit']
2490 $cfg['SQLQuery']['Edit'] = true;
2493 * EXPLAIN on SELECT queries
2495 * @global boolean $cfg['SQLQuery']['Explain']
2497 $cfg['SQLQuery']['Explain'] = true;
2500 * Wrap a query in PHP
2502 * @global boolean $cfg['SQLQuery']['ShowAsPHP']
2504 $cfg['SQLQuery']['ShowAsPHP'] = true;
2507 * Validate a query (see $cfg['SQLValidator'] as well)
2509 * @global boolean $cfg['SQLQuery']['Validate']
2511 $cfg['SQLQuery']['Validate'] = false;
2514 * Refresh the results page
2516 * @global boolean $cfg['SQLQuery']['Refresh']
2518 $cfg['SQLQuery']['Refresh'] = true;
2521 /*******************************************************************************
2522 * Web server upload/save/import directories
2526 * Directory for uploaded files that can be executed by phpMyAdmin.
2527 * For example './upload'. Leave empty for no upload directory support.
2528 * Use %u for username inclusion.
2530 * @global string $cfg['UploadDir']
2532 $cfg['UploadDir'] = '';
2535 * Directory where phpMyAdmin can save exported data on server.
2536 * For example './save'. Leave empty for no save directory support.
2537 * Use %u for username inclusion.
2539 * @global string $cfg['SaveDir']
2541 $cfg['SaveDir'] = '';
2544 * Directory where phpMyAdmin can save temporary files.
2545 * This is needed for MS Excel export, see documentation how to enable that.
2547 * @global string $cfg['TempDir']
2549 $cfg['TempDir'] = '';
2557 * Is GD >= 2 available? Set to yes/no/auto. 'auto' does auto-detection,
2558 * which is the only safe way to determine GD version.
2560 * @global string $cfg['GD2Available']
2562 $cfg['GD2Available'] = 'auto';
2565 * Lists proxy IP and HTTP header combinations which are trusted for IP allow/deny
2567 * @global array $cfg['TrustedProxies']
2569 $cfg['TrustedProxies'] = array();
2572 * We normally check the permissions on the configuration file to ensure
2573 * it's not world writable. However, phpMyAdmin could be installed on
2574 * a NTFS filesystem mounted on a non-Windows server, in which case the
2575 * permissions seems wrong but in fact cannot be detected. In this case
2576 * a sysadmin would set the following to false.
2578 $cfg['CheckConfigurationPermissions'] = true;
2581 * Limit for length of URL in links. When length would be above this limit, it
2582 * is replaced by form with button.
2583 * This is required as some web servers (IIS) have problems with long URLs.
2585 $cfg['LinkLengthLimit'] = 1000;
2587 /*******************************************************************************
2588 * SQL Parser Settings
2590 * @global array $cfg['SQP']
2592 $cfg['SQP'] = array();
2595 * Pretty-printing style to use on queries (html, text, none)
2597 * @global string $cfg['SQP']['fmtType']
2599 $cfg['SQP']['fmtType'] = 'html';
2602 * Amount to indent each level (floats are valid)
2604 * @global integer $cfg['SQP']['fmtInd']
2606 $cfg['SQP']['fmtInd'] = '1';
2609 * Units for indenting each level (CSS Types - {em, px, pt})
2611 * @global string $cfg['SQP']['fmtIndUnit']
2613 $cfg['SQP']['fmtIndUnit'] = 'em';
2616 /*******************************************************************************
2617 * If you wish to use the SQL Validator service, you should be aware of the
2619 * All SQL statements are stored anonymously for statistical purposes.
2620 * Mimer SQL Validator, Copyright 2002 Upright Database Technology.
2621 * All rights reserved.
2623 * @global array $cfg['SQLValidator']
2625 $cfg['SQLValidator'] = array();
2628 * Make the SQL Validator available
2630 * @global boolean $cfg['SQLValidator']['use']
2632 $cfg['SQLValidator']['use'] = false;
2635 * If you have a custom username, specify it here (defaults to anonymous)
2637 * @global string $cfg['SQLValidator']['username']
2639 $cfg['SQLValidator']['username'] = '';
2642 * Password for username
2644 * @global string $cfg['SQLValidator']['password']
2646 $cfg['SQLValidator']['password'] = '';
2649 /*******************************************************************************
2652 * @global array $cfg['DBG']
2654 $cfg['DBG'] = array();
2657 * Output executed queries and their execution times
2659 * @global boolean $cfg['DBG']['sql']
2661 $cfg['DBG']['sql'] = false;
2664 /*******************************************************************************
2670 * VARCHAR, TINYINT, TEXT and DATE are listed first, based on estimated popularity
2672 * @global array $cfg['ColumnTypes']
2674 $cfg['ColumnTypes'] = array(
2701 'DATE and TIME' => array(
2739 'GEOMETRYCOLLECTION',
2746 * @global array $cfg['AttributeTypes']
2748 $cfg['AttributeTypes'] = array(
2752 'UNSIGNED ZEROFILL',
2753 'on update CURRENT_TIMESTAMP',
2757 if ($cfg['ShowFunctionFields']) {
2759 * Available functions
2761 * @global array $cfg['Functions']
2763 $cfg['Functions'] = array(
2836 * Which column types will be mapped to which Group?
2838 * @global array $cfg['RestrictColumnTypes']
2840 $cfg['RestrictColumnTypes'] = array(
2841 'TINYINT' => 'FUNC_NUMBER',
2842 'SMALLINT' => 'FUNC_NUMBER',
2843 'MEDIUMINT' => 'FUNC_NUMBER',
2844 'INT' => 'FUNC_NUMBER',
2845 'BIGINT' => 'FUNC_NUMBER',
2846 'DECIMAL' => 'FUNC_NUMBER',
2847 'FLOAT' => 'FUNC_NUMBER',
2848 'DOUBLE' => 'FUNC_NUMBER',
2849 'REAL' => 'FUNC_NUMBER',
2850 'BIT' => 'FUNC_NUMBER',
2851 'BOOLEAN' => 'FUNC_NUMBER',
2852 'SERIAL' => 'FUNC_NUMBER',
2854 'DATE' => 'FUNC_DATE',
2855 'DATETIME' => 'FUNC_DATE',
2856 'TIMESTAMP' => 'FUNC_DATE',
2857 'TIME' => 'FUNC_DATE',
2858 'YEAR' => 'FUNC_DATE',
2860 'CHAR' => 'FUNC_CHAR',
2861 'VARCHAR' => 'FUNC_CHAR',
2862 'TINYTEXT' => 'FUNC_CHAR',
2863 'TEXT' => 'FUNC_CHAR',
2864 'MEDIUMTEXT' => 'FUNC_CHAR',
2865 'LONGTEXT' => 'FUNC_CHAR',
2866 'BINARY' => 'FUNC_CHAR',
2867 'VARBINARY' => 'FUNC_CHAR',
2868 'TINYBLOB' => 'FUNC_CHAR',
2869 'MEDIUMBLOB' => 'FUNC_CHAR',
2870 'BLOB' => 'FUNC_CHAR',
2871 'LONGBLOB' => 'FUNC_CHAR',
2875 'GEOMETRY' => 'FUNC_SPATIAL',
2876 'POINT' => 'FUNC_SPATIAL',
2877 'LINESTRING' => 'FUNC_SPATIAL',
2878 'POLYGON' => 'FUNC_SPATIAL',
2879 'MULTIPOINT' => 'FUNC_SPATIAL',
2880 'MULTILINESTRING' => 'FUNC_SPATIAL',
2881 'MULTIPOLYGON' => 'FUNC_SPATIAL',
2882 'GEOMETRYCOLLECTION' => 'FUNC_SPATIAL',
2887 * Map above defined groups to any function
2889 * @global array $cfg['RestrictFunctions']
2891 $cfg['RestrictFunctions'] = array(
2892 'FUNC_CHAR' => array(
2918 'FUNC_DATE' => array(
2933 'FUNC_NUMBER' => array(
2970 'FUNC_SPATIAL' => array(
2993 * Default functions for above defined groups
2995 * @global array $cfg['DefaultFunctions']
2997 $cfg['DefaultFunctions'] = array(
3000 'FUNC_NUMBER' => '',
3001 'first_timestamp' => 'NOW',
3002 'pk_char36' => 'UUID',
3011 * @global array $cfg['NumOperators']
3013 $cfg['NumOperators'] = array(
3031 * @global array $cfg['TextOperators']
3033 $cfg['TextOperators'] = array(
3053 * @global array $cfg['EnumOperators']
3055 $cfg['EnumOperators'] = array(
3063 * @global array $cfg['SetOperators']
3065 $cfg['SetOperators'] = array(
3073 * @global array $cfg['NullOperators']
3075 $cfg['NullOperators'] = array(
3083 * @global array $cfg['UnaryOperators']
3085 $cfg['UnaryOperators'] = array(