1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR the phpMyAdmin project
3 # This file is distributed under the same license as the phpMyAdmin documentation package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: phpMyAdmin documentation VERSION\n"
10 "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
11 "POT-Creation-Date: 2012-02-01 11:17+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #. type: Content of: <html><head><title>
21 #: orig-docs/Documentation.html:12
22 msgid "phpMyAdmin @@VER@@ - Documentation"
25 #. type: Content of: <html><body><div><h1>
26 #: orig-docs/Documentation.html:19
28 "<a href=\"http://www.phpmyadmin.net/\">php<span "
29 "class=\"myadmin\">MyAdmin</span></a> @@VER@@ Documentation"
32 #. type: Content of: <html><body><ul><li>
33 #: orig-docs/Documentation.html:27
34 msgid "<a href=\"Documentation.html#top\">Top</a>"
37 #. type: Content of: <html><body><ul><li>
38 #: orig-docs/Documentation.html:28
39 msgid "<a href=\"Documentation.html#require\">Requirements</a>"
42 #. type: Content of: <html><body><ul><li>
43 #: orig-docs/Documentation.html:29
44 msgid "<a href=\"Documentation.html#intro\">Introduction</a>"
47 #. type: Content of: <html><body><ul><li>
48 #: orig-docs/Documentation.html:30
49 msgid "<a href=\"Documentation.html#setup\">Installation</a>"
52 #. type: Content of: <html><body><ul><li>
53 #: orig-docs/Documentation.html:31
54 msgid "<a href=\"Documentation.html#setup_script\">Setup script</a>"
57 #. type: Content of: <html><body><ul><li>
58 #: orig-docs/Documentation.html:32
59 msgid "<a href=\"Documentation.html#config\">Configuration</a>"
62 #. type: Content of: <html><body><ul><li>
63 #: orig-docs/Documentation.html:33
64 msgid "<a href=\"Documentation.html#transformations\">Transformations</a>"
67 #. type: Content of: <html><body><ul><li>
68 #: orig-docs/Documentation.html:34
70 "<a href=\"Documentation.html#faq\"><abbr title=\"Frequently Asked "
71 "Questions\"> FAQ</abbr></a>"
74 #. type: Content of: <html><body><ul><li>
75 #: orig-docs/Documentation.html:35
76 msgid "<a href=\"Documentation.html#developers\">Developers</a>"
79 #. type: Content of: <html><body><ul><li>
80 #: orig-docs/Documentation.html:36
81 msgid "<a href=\"Documentation.html#copyright\">Copyright</a>"
84 #. type: Content of: <html><body><ul><li>
85 #: orig-docs/Documentation.html:37
86 msgid "<a href=\"Documentation.html#credits\">Credits</a>"
89 #. type: Content of: <html><body><ul><li>
90 #: orig-docs/Documentation.html:38
91 msgid "<a href=\"Documentation.html#glossary\">Glossary</a>"
94 #. type: Content of: <html><body><div><ul><li>
95 #: orig-docs/Documentation.html:43
96 msgid "<a href=\"http://www.phpmyadmin.net/\"> phpMyAdmin homepage</a>"
99 #. type: Content of: <html><body><div><ul><li>
100 #: orig-docs/Documentation.html:45
102 "<a href=\"https://sourceforge.net/projects/phpmyadmin/\"> SourceForge "
103 "phpMyAdmin project page</a>"
106 #. type: Content of: <html><body><div><ul><li>
107 #: orig-docs/Documentation.html:47
108 msgid "<a href=\"http://wiki.phpmyadmin.net\"> Official phpMyAdmin wiki</a>"
111 #. type: Content of: <html><body><div><ul><li>
112 #: orig-docs/Documentation.html:49
113 msgid "Local documents:"
116 #. type: Content of: <html><body><div><ul><li><ul><li>
117 #: orig-docs/Documentation.html:50
118 msgid "Version history: <a href=\"changelog.php\">ChangeLog</a>"
121 #. type: Content of: <html><body><div><ul><li><ul><li>
122 #: orig-docs/Documentation.html:51
123 msgid "License: <a href=\"license.php\">LICENSE</a>"
126 #. type: Content of: <html><body><div><h2>
127 #: orig-docs/Documentation.html:57
131 #. type: Content of: <html><body><div><ul><li>
132 #: orig-docs/Documentation.html:59
136 #. type: Content of: <html><body><div><ul><li><ul><li>
137 #: orig-docs/Documentation.html:60
139 "You need PHP 5.2.0 or newer, with <tt>session</tt> support (<a "
140 "href=\"#faq1_31\">see <abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
141 "1.31</a>) , the Standard PHP Library (SPL) extension and JSON support."
144 #. type: Content of: <html><body><div><ul><li><ul><li>
145 #: orig-docs/Documentation.html:65
146 msgid "To support uploading of ZIP files, you need the PHP <tt>zip</tt> extension."
149 #. type: Content of: <html><body><div><ul><li><ul><li>
150 #: orig-docs/Documentation.html:66
152 "For proper support of multibyte strings (eg. UTF-8, which is currently the "
153 "default), you should install the mbstring and ctype extensions."
156 #. type: Content of: <html><body><div><ul><li><ul><li>
157 #: orig-docs/Documentation.html:70
159 "You need GD2 support in PHP to display inline thumbnails of JPEGs "
160 "("image/jpeg: inline") with their original aspect ratio"
163 #. type: Content of: <html><body><div><ul><li><ul><li>
164 #: orig-docs/Documentation.html:73
166 "When using the "cookie" <a "
167 "href=\"#authentication_modes\">authentication method</a>, the <a "
168 "href=\"http://www.php.net/mcrypt\"><tt>mcrypt</tt></a> extension is strongly "
169 "suggested for most users and is <b>required</b> for 64–bit "
170 "machines. Not using mcrypt will cause phpMyAdmin to load pages significantly "
174 #. type: Content of: <html><body><div><ul><li><ul><li>
175 #: orig-docs/Documentation.html:80
177 "To support upload progress bars, see <a href=\"#faq2_9\"> <abbr "
178 "title=\"Frequently Asked Questions\">FAQ</abbr> 2.9</a>."
181 #. type: Content of: <html><body><div><ul><li><ul><li>
182 #: orig-docs/Documentation.html:82
184 "To support BLOB streaming, see PHP and MySQL requirements in <a "
185 "href=\"#faq6_25\"> <abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
189 #. type: Content of: <html><body><div><ul><li><ul><li>
190 #: orig-docs/Documentation.html:85
192 "To support XML and Open Document Spreadsheet importing, you need PHP 5.2.17 "
193 "or newer and the <a href=\"http://www.php.net/libxml\"><tt>libxml</tt></a> "
197 #. type: Content of: <html><body><div><ul><li>
198 #: orig-docs/Documentation.html:90
199 msgid "<b>MySQL</b> 5.0 or newer (<a href=\"#faq1_17\">details</a>);"
202 #. type: Content of: <html><body><div><ul><li>
203 #: orig-docs/Documentation.html:91
204 msgid "<b>Web browser</b> with cookies enabled."
207 #. type: Content of: <html><body><div><h2>
208 #: orig-docs/Documentation.html:95
212 #. type: Content of: <html><body><div><p>
213 #: orig-docs/Documentation.html:97
215 "phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a "
216 "single database. To accomplish the latter you'll need a properly set up "
217 "MySQL user who can read/write only the desired database. It's up to you to "
218 "look up the appropriate part in the MySQL manual."
221 #. type: Content of: <html><body><div><h3>
222 #: orig-docs/Documentation.html:103
223 msgid "Currently phpMyAdmin can:"
226 #. type: Content of: <html><body><div><ul><li>
227 #: orig-docs/Documentation.html:105
228 msgid "browse and drop databases, tables, views, columns and indexes"
231 #. type: Content of: <html><body><div><ul><li>
232 #: orig-docs/Documentation.html:106
233 msgid "create, copy, drop, rename and alter databases, tables, columns and indexes"
236 #. type: Content of: <html><body><div><ul><li>
237 #: orig-docs/Documentation.html:108
239 "maintenance server, databases and tables, with proposals on server "
243 #. type: Content of: <html><body><div><ul><li>
244 #: orig-docs/Documentation.html:110
246 "execute, edit and bookmark any <abbr title=\"structured query "
247 "language\">SQL</abbr>-statement, even batch-queries"
250 #. type: Content of: <html><body><div><ul><li>
251 #: orig-docs/Documentation.html:113
252 msgid "load text files into tables"
255 #. type: Content of: <html><body><div><ul><li>
256 #: orig-docs/Documentation.html:114
257 msgid "create<a href=\"#footnote_1\"><sup>1</sup></a> and read dumps of tables"
260 #. type: Content of: <html><body><div><ul><li>
261 #: orig-docs/Documentation.html:116
263 "export<a href=\"#footnote_1\"><sup>1</sup></a> data to various formats: "
264 "<abbr title=\"Comma Separated Values\">CSV</abbr>, <abbr title=\"Extensible "
265 "Markup Language\">XML</abbr>, <abbr title=\"Portable Document "
266 "Format\">PDF</abbr>, <abbr title=\"International Standards "
267 "Organisation\">ISO</abbr>/<abbr title=\"International Electrotechnical "
268 "Commission\">IEC</abbr> 26300 - OpenDocument Text and Spreadsheet, <abbr "
269 "title=\"Microsoft Word 2000\">Word</abbr>, and "
270 "L<sup>A</sup>T<sub><big>E</big></sub>X formats"
273 #. type: Content of: <html><body><div><ul><li>
274 #: orig-docs/Documentation.html:126
276 "import data and MySQL structures from OpenDocument spreadsheets, as well as "
277 "<abbr title=\"Extensible Markup Language\">XML</abbr>, <abbr title=\"Comma "
278 "Separated Values\">CSV</abbr>, and <abbr title=\"Server Query "
279 "Language\">SQL</abbr> files"
282 #. type: Content of: <html><body><div><ul><li>
283 #: orig-docs/Documentation.html:127
284 msgid "administer multiple servers"
287 #. type: Content of: <html><body><div><ul><li>
288 #: orig-docs/Documentation.html:128
289 msgid "manage MySQL users and privileges"
292 #. type: Content of: <html><body><div><ul><li>
293 #: orig-docs/Documentation.html:129
294 msgid "check referential integrity in MyISAM tables"
297 #. type: Content of: <html><body><div><ul><li>
298 #: orig-docs/Documentation.html:130
300 "using Query-by-example (QBE), create complex queries automatically "
301 "connecting required tables"
304 #. type: Content of: <html><body><div><ul><li>
305 #: orig-docs/Documentation.html:132
307 "create <abbr title=\"Portable Document Format\">PDF</abbr> graphics of your "
311 #. type: Content of: <html><body><div><ul><li>
312 #: orig-docs/Documentation.html:134
313 msgid "search globally in a database or a subset of it"
316 #. type: Content of: <html><body><div><ul><li>
317 #: orig-docs/Documentation.html:135
319 "transform stored data into any format using a set of predefined functions, "
320 "like displaying BLOB-data as image or download-link"
323 #. type: Content of: <html><body><div><ul><li>
324 #: orig-docs/Documentation.html:138
325 msgid "track changes on databases, tables and views"
328 #. type: Content of: <html><body><div><ul><li>
329 #: orig-docs/Documentation.html:139
331 "support InnoDB tables and foreign keys <a href=\"#faq3_6\">(see <abbr "
332 "title=\"Frequently Asked Questions\">FAQ</abbr> 3.6)</a>"
335 #. type: Content of: <html><body><div><ul><li>
336 #: orig-docs/Documentation.html:141
338 "support mysqli, the improved MySQL extension <a href=\"#faq1_17\"> (see "
339 "<abbr title=\"Frequently Asked Questions\">FAQ</abbr> 1.17)</a>"
342 #. type: Content of: <html><body><div><ul><li>
343 #: orig-docs/Documentation.html:143
344 msgid "create, edit, call, export and drop stored procedures and functions"
347 #. type: Content of: <html><body><div><ul><li>
348 #: orig-docs/Documentation.html:144
349 msgid "create, edit, export and drop events and triggers"
352 #. type: Content of: <html><body><div><ul><li>
353 #: orig-docs/Documentation.html:145
356 "href=\"http://www.phpmyadmin.net/home_page/translations.php\">62 different "
360 #. type: Content of: <html><body><div><ul><li>
361 #: orig-docs/Documentation.html:147
363 "synchronize two databases residing on the same as well as remote servers <a "
364 "href=\"#faq9_1\">(see <abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
368 #. type: Content of: <html><body><div><h4>
369 #: orig-docs/Documentation.html:153
370 msgid "A word about users:"
373 #. type: Content of: <html><body><div><p>
374 #: orig-docs/Documentation.html:154
376 "Many people have difficulty understanding the concept of user management "
377 "with regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username "
378 "and password are passed directly to MySQL. phpMyAdmin does no account "
379 "management on its own (other than allowing one to manipulate the MySQL user "
380 "account information); all users must be valid MySQL users."
383 #. type: Content of: <html><body><div><p>
384 #: orig-docs/Documentation.html:162
386 "<sup>1)</sup> phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 "
387 "formats) dumps and <abbr title=\"comma separated values\">CSV</abbr> "
388 "exports if you use PHP with Zlib support (<tt>--with-zlib</tt>) and/or Bzip2 "
389 "support (<tt>--with-bz2</tt>). Proper support may also need changes in "
393 #. type: Content of: <html><body><div><h2>
394 #: orig-docs/Documentation.html:169
398 #. type: Content of: <html><body><div><ol><li>
399 #: orig-docs/Documentation.html:171
400 msgid "<a href=\"#quick_install\">Quick Install</a>"
403 #. type: Content of: <html><body><div><ol><li>
404 #: orig-docs/Documentation.html:172
405 msgid "<a href=\"#setup_script\">Setup script usage</a>"
408 #. type: Content of: <html><body><div><ol><li>
409 #: orig-docs/Documentation.html:173
410 msgid "<a href=\"#linked-tables\">phpMyAdmin configuration storage</a>"
413 #. type: Content of: <html><body><div><ol><li>
414 #: orig-docs/Documentation.html:174
415 msgid "<a href=\"#upgrading\">Upgrading from an older version</a>"
418 #. type: Content of: <html><body><div><ol><li>
419 #: orig-docs/Documentation.html:175
420 msgid "<a href=\"#authentication_modes\">Using authentication modes</a>"
423 #. type: Content of: <html><body><div><p>
424 #: orig-docs/Documentation.html:179
426 "phpMyAdmin does not apply any special security methods to the MySQL database "
427 "server. It is still the system administrator's job to grant permissions on "
428 "the MySQL databases properly. phpMyAdmin's "Privileges" page can "
432 #. type: Content of: <html><body><div><p>
433 #: orig-docs/Documentation.html:186
434 msgid "Warning for <acronym title=\"Apple Macintosh\">Mac</acronym> users:"
437 #. type: Content of: <html><body><div><p>
438 #: orig-docs/Documentation.html:187
440 "if you are on a <acronym title=\"Apple Macintosh\">Mac</acronym> <abbr "
441 "title=\"operating system\">OS</abbr> version before <abbr title=\"operating "
442 "system\">OS</abbr> X, StuffIt unstuffs with <acronym title=\"Apple "
443 "Macintosh\">Mac</acronym> formats."
446 #. type: Content of: <html><body><div><p>
447 #: orig-docs/Documentation.html:191
449 "So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin scripts "
450 "before uploading them to your server, as PHP seems not to like <acronym "
451 "title=\"Apple Macintosh\">Mac</acronym>-style end of lines character "
452 "("<tt>\\r</tt>")."
455 #. type: Content of: <html><body><div><h3>
456 #: orig-docs/Documentation.html:196
457 msgid "Quick Install"
460 #. type: Content of: <html><body><div><ol><li>
461 #: orig-docs/Documentation.html:197
463 "Choose an appropriate distribution kit from the phpmyadmin.net Downloads "
464 "page. Some kits contain only the English messages, others contain all "
465 "languages in UTF-8 format (this should be fine in most situations), others "
466 "contain all languages and all character sets. We'll assume you chose a kit "
467 "whose name looks like <tt>phpMyAdmin-x.x.x-all-languages.tar.gz</tt>."
470 #. type: Content of: <html><body><div><ol><li>
471 #: orig-docs/Documentation.html:204
473 "Untar or unzip the distribution (be sure to unzip the subdirectories): "
474 "<tt>tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz</tt> in your webserver's "
475 "document root. If you don't have direct access to your document root, put "
476 "the files in a directory on your local machine, and, after step 4, transfer "
477 "the directory on your web server using, for example, ftp."
480 #. type: Content of: <html><body><div><ol><li>
481 #: orig-docs/Documentation.html:209
483 "Ensure that all the scripts have the appropriate owner (if PHP is running in "
484 "safe mode, having some scripts with an owner different from the owner of "
485 "other scripts will be a problem). See <a href=\"#faq4_2\"> <abbr "
486 "title=\"Frequently Asked Questions\">FAQ</abbr> 4.2</a> and <a "
487 "href=\"#faq1_26\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
488 "1.26</a> for suggestions."
491 #. type: Content of: <html><body><div><ol><li>
492 #: orig-docs/Documentation.html:216
494 "Now you must configure your installation. There are two methods that can be "
495 "used. Traditionally, users have hand-edited a copy of "
496 "<tt>config.inc.php</tt>, but now a wizard-style setup script is provided for "
497 "those who prefer a graphical installation. Creating a "
498 "<tt>config.inc.php</tt> is still a quick way to get started and needed for "
499 "some advanced features."
502 #. type: Content of: <html><body><div><ol><li><ul><li>
503 #: orig-docs/Documentation.html:221
505 "To manually create the file, simply use your text editor to create the file "
506 "<tt>config.inc.php</tt> (you can copy <tt>config.sample.inc.php</tt> to get "
507 "minimal configuration file) in the main (top-level) phpMyAdmin directory "
508 "(the one that contains <tt>index.php</tt>). phpMyAdmin first loads "
509 "<tt>libraries/config.default.php</tt> and then overrides those values with "
510 "anything found in <tt>config.inc.php</tt>. If the default value is okay for "
511 "a particular setting, there is no need to include it in "
512 "<tt>config.inc.php</tt>. You'll need a few directives to get going, a "
513 "simple configuration may look like this:"
516 #. type: Content of: <html><body><div><ol><li><ul><li><pre>
517 #: orig-docs/Documentation.html:233
521 "$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your "
526 "$cfg['Servers'][$i]['auth_type'] = 'cookie';\n"
530 #. type: Content of: <html><body><div><ol><li><ul><li>
531 #: orig-docs/Documentation.html:241
532 msgid "Or, if you prefer to not be prompted every time you log in:"
535 #. type: Content of: <html><body><div><ol><li><ul><li><pre>
536 #: orig-docs/Documentation.html:243
543 "$cfg['Servers'][$i]['user'] = 'root';\n"
544 "$cfg['Servers'][$i]['password'] = 'cbb74bc'; // use here your "
546 "$cfg['Servers'][$i]['auth_type'] = 'config';\n"
550 #. type: Content of: <html><body><div><ol><li><ul><li>
551 #: orig-docs/Documentation.html:252
553 "For a full explanation of possible configuration values, see the <a "
554 "href=\"#config\">Configuration Section</a> of this document."
557 #. type: Content of: <html><body><div><ol><li><ul><li>
558 #: orig-docs/Documentation.html:254
560 "Instead of manually editing <tt>config.inc.php</tt>, you can use the <a "
561 "href=\"setup/\">Setup Script</a>. First you must manually create a folder "
562 "<tt>config</tt> in the phpMyAdmin directory. This is a security measure. On "
563 "a Linux/Unix system you can use the following commands:"
566 #. type: Content of: <html><body><div><ol><li><ul><li><pre>
567 #: orig-docs/Documentation.html:261
571 "mkdir config # create directory for saving\n"
572 "chmod o+rw config # give it world writable permissions\n"
575 #. type: Content of: <html><body><div><ol><li><ul><li>
576 #: orig-docs/Documentation.html:265
577 msgid "And to edit an existing configuration, copy it over first:"
580 #. type: Content of: <html><body><div><ol><li><ul><li><pre>
581 #: orig-docs/Documentation.html:267
584 "cp config.inc.php config/ # copy current configuration for "
586 "chmod o+w config/config.inc.php # give it world writable permissions\n"
589 #. type: Content of: <html><body><div><ol><li><ul><li>
590 #: orig-docs/Documentation.html:270
592 "On other platforms, simply create the folder and ensure that your web server "
593 "has read and write access to it. <a href=\"#faq1_26\">FAQ 1.26</a> can help "
597 #. type: Content of: <html><body><div><ol><li><ul><li>
598 #: orig-docs/Documentation.html:274
600 "Next, open <tt><a href=\"setup/\">setup/</a> </tt>in your browser. Note that "
601 "<strong>changes are not saved to disk until explicitly choose "
602 "<tt>Save</tt></strong> from the <i>Configuration</i> area of the "
603 "screen. Normally the script saves the new config.inc.php to the "
604 "<tt>config/</tt> directory, but if the webserver does not have the proper "
605 "permissions you may see the error \"Cannot load or save configuration.\" "
606 "Ensure that the <tt> config/</tt> directory exists and has the proper "
607 "permissions - or use the <tt>Download</tt> link to save the config file "
608 "locally and upload (via FTP or some similar means) to the proper location."
611 #. type: Content of: <html><body><div><ol><li><ul><li>
612 #: orig-docs/Documentation.html:285
614 "Once the file has been saved, it must be moved out of the <tt> config/</tt> "
615 "directory and the permissions must be reset, again as a security measure:"
618 #. type: Content of: <html><body><div><ol><li><ul><li><pre>
619 #: orig-docs/Documentation.html:289
622 "mv config/config.inc.php . # move file to current directory\n"
623 "chmod o-rw config.inc.php # remove world read and write "
625 "rm -rf config # remove not needed directory\n"
628 #. type: Content of: <html><body><div><ol><li><ul><li>
629 #: orig-docs/Documentation.html:293
631 "Now the file is ready to be used. You can choose to review or edit the file "
632 "with your favorite editor, if you prefer to set some advanced options which "
633 "the setup script does not provide."
636 #. type: Content of: <html><body><div><ol><li>
637 #: orig-docs/Documentation.html:296
639 "If you are using the <tt>auth_type</tt> "config", it is suggested "
640 "that you protect the phpMyAdmin installation directory because using config "
641 "does not require a user to enter a password to access the phpMyAdmin "
642 "installation. Use of an alternate authentication method is recommended, for "
643 "example with HTTP–AUTH in a <a href=\"#glossary\"><i>.htaccess</i></a> "
644 "file or switch to using <tt>auth_type</tt> cookie or http. See the <a "
645 "href=\"#faqmultiuser\"> multi–user sub–section</a> of this <abbr "
646 "title=\"Frequently Asked Questions\">FAQ</abbr> for additional information, "
647 "especially <a href=\"#faq4_4\"> <abbr title=\"Frequently Asked "
648 "Questions\">FAQ</abbr> 4.4</a>."
651 #. type: Content of: <html><body><div><ol><li>
652 #: orig-docs/Documentation.html:308
654 "Open the <a href=\"index.php\">main phpMyAdmin directory</a> in your "
655 "browser. phpMyAdmin should now display a welcome screen and your databases, "
656 "or a login dialog if using <abbr title=\"HyperText Transfer "
657 "Protocol\">HTTP</abbr> or cookie authentication mode."
660 #. type: Content of: <html><body><div><ol><li>
661 #: orig-docs/Documentation.html:313
663 "You should deny access to the <tt>./libraries</tt> and <tt>./setup/lib</tt> "
664 "subfolders in your webserver configuration. For Apache you can use supplied "
665 ".htaccess file in that folder, for other webservers, you should configure "
666 "this yourself. Such configuration prevents from possible path exposure and "
667 "cross side scripting vulnerabilities that might happen to be found in that "
671 #. type: Content of: <html><body><div><ol><li>
672 #: orig-docs/Documentation.html:320
674 "It is generally good idea to protect public phpMyAdmin installation against "
675 "access by robots as they usually can not do anything good there. You can do "
676 "this using <code>robots.txt</code> file in root of your webserver or limit "
677 "access by web server configuration. You can find example "
678 "<code>.htaccess</code> file which can help you achieve this in "
679 "<code>contrib</code> directory in phpMyAdmin."
682 #. type: Content of: <html><body><div><h3>
683 #: orig-docs/Documentation.html:329
684 msgid "phpMyAdmin configuration storage"
687 #. type: Content of: <html><body><div><p>
688 #: orig-docs/Documentation.html:331
690 "For a whole set of new features (bookmarks, comments, <abbr "
691 "title=\"structured query language\">SQL</abbr>-history, tracking mechanism, "
692 "<abbr title=\"Portable Document Format\">PDF</abbr>-generation, column "
693 "contents transformation, etc.) you need to create a set of special "
694 "tables. Those tables can be located in your own database, or in a central "
695 "database for a multi-user installation (this database would then be accessed "
696 "by the controluser, so no other user should have rights to it)."
699 #. type: Content of: <html><body><div><p>
700 #: orig-docs/Documentation.html:340
702 "Please look at your <tt>./scripts/</tt> directory, where you should find a "
703 "file called <i>create_tables.sql</i>. (If you are using a Windows server, "
704 "pay special attention to <a href=\"#faq1_23\"> <abbr title=\"Frequently "
705 "Asked Questions\">FAQ</abbr> 1.23</a>)."
708 #. type: Content of: <html><body><div><p>
709 #: orig-docs/Documentation.html:345
711 "If you already had this infrastructure and upgraded to MySQL 4.1.2 or newer, "
712 "please use <i>./scripts/upgrade_tables_mysql_4_1_2+.sql</i> and then create "
713 "new tables by importing <i>./scripts/create_tables.sql</i>."
716 #. type: Content of: <html><body><div><p>
717 #: orig-docs/Documentation.html:349
719 "You can use your phpMyAdmin to create the tables for you. Please be aware "
720 "that you may need special (administrator) privileges to create the database "
721 "and tables, and that the script may need some tuning, depending on the "
725 #. type: Content of: <html><body><div><p>
726 #: orig-docs/Documentation.html:354
728 "After having imported the <i>./scripts/create_tables.sql</i> file, you "
729 "should specify the table names in your <i>./config.inc.php</i> file. The "
730 "directives used for that can be found in the <a "
731 "href=\"#config\">Configuration section</a>. You will also need to have a "
732 "controluser with the proper rights to those tables (see section <a "
733 "href=\"#authentication_modes\">Using authentication modes</a> below)."
736 #. type: Content of: <html><body><div><h3>
737 #: orig-docs/Documentation.html:361
738 msgid "Upgrading from an older version"
741 #. type: Content of: <html><body><div><p>
742 #: orig-docs/Documentation.html:363
744 "Simply copy <i>./config.inc.php</i> from your previous installation into the "
745 "newly unpacked one. Configuration files from old versions may require some "
746 "tweaking as some options have been changed or removed; in particular, the "
747 "definition of <tt>$cfg['AttributeTypes']</tt> has changed so you better "
748 "remove it from your file and just use the default one. For compatibility "
749 "with PHP 6, remove a <tt>set_magic_quotes_runtime(0);</tt> statement that "
750 "you might find near the end of your configuration file."
753 #. type: Content of: <html><body><div><p>
754 #: orig-docs/Documentation.html:371
756 "You should <strong>not</strong> copy <tt>libraries/config.default.php</tt> "
757 "over <tt>config.inc.php</tt> because the default configuration file is "
761 #. type: Content of: <html><body><div><p>
762 #: orig-docs/Documentation.html:375
764 "If you have upgraded your MySQL server from a version previous to 4.1.2 to "
765 "version 5.x or newer and if you use the phpMyAdmin configuration storage, "
766 "you should run the SQL script found in "
767 "<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>."
770 #. type: Content of: <html><body><div><h3>
771 #: orig-docs/Documentation.html:380
772 msgid "Using authentication modes"
775 #. type: Content of: <html><body><div><ul><li>
776 #: orig-docs/Documentation.html:382
778 "<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> and cookie "
779 "authentication modes are recommended in a <b>multi-user environment</b> "
780 "where you want to give users access to their own database and don't want "
781 "them to play around with others."
784 #. type: Content of: <html><body><div><ul><li>
785 #: orig-docs/Documentation.html:386
787 "Nevertheless be aware that MS Internet Explorer seems to be really buggy "
788 "about cookies, at least till version 6."
791 #. type: Content of: <html><body><div><ul><li>
792 #: orig-docs/Documentation.html:388
794 "Even in a <b>single-user environment</b>, you might prefer to use <abbr "
795 "title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie mode so that "
796 "your user/password pair are not in clear in the configuration file."
799 #. type: Content of: <html><body><div><ul><li>
800 #: orig-docs/Documentation.html:393
802 "<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> and cookie "
803 "authentication modes are more secure: the MySQL login information does not "
804 "need to be set in the phpMyAdmin configuration file (except possibly for the "
805 "<a href=\"#controluser\">controluser</a>)."
808 #. type: Content of: <html><body><div><ul><li>
809 #: orig-docs/Documentation.html:397
811 "However, keep in mind that the password travels in plain text, unless you "
812 "are using the HTTPS protocol."
815 #. type: Content of: <html><body><div><ul><li>
816 #: orig-docs/Documentation.html:399
818 "In cookie mode, the password is stored, encrypted with the blowfish "
819 "algorithm, in a temporary cookie."
822 #. type: Content of: <html><body><div><ul><li>
823 #: orig-docs/Documentation.html:402
825 "Note: this section is only applicable if your MySQL server is running with "
826 "<tt>--skip-show-database</tt>."
829 #. type: Content of: <html><body><div><ul><li>
830 #: orig-docs/Documentation.html:405
832 "For '<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr>' and 'cookie' "
833 "modes, phpMyAdmin needs a controluser that has <b>only</b> the "
834 "<tt>SELECT</tt> privilege on the <i>`mysql`.`user` (all columns except "
835 "`Password`)</i>, <i>`mysql`.`db` (all columns)</i>, <i>`mysql`.`host` (all "
836 "columns)</i> and <i>`mysql`.`tables_priv` (all columns except `Grantor` and "
837 "`Timestamp`)</i> tables."
840 #. type: Content of: <html><body><div><ul><li>
841 #: orig-docs/Documentation.html:410
843 "You must specify the details for the <a "
844 "href=\"#controluser\">controluser</a> in the <tt>config.inc.php</tt> file "
845 "under the <tt><a href=\"#cfg_Servers_controluser\" class=\"configrule\"> "
846 "$cfg['Servers'][$i]['controluser']</a></tt> and <tt><a "
847 "href=\"#cfg_Servers_controlpass\" class=\"configrule\"> "
848 "$cfg['Servers'][$i]['controlpass']</a></tt> settings."
851 #. type: Content of: <html><body><div><ul><li>
852 #: orig-docs/Documentation.html:417
854 "The following example assumes you want to use <tt>pma</tt> as the "
855 "controluser and <tt>pmapass</tt> as the controlpass, but <b>this is only an "
856 "example: use something else in your file!</b> Input these statements from "
857 "the phpMyAdmin SQL Query window or mysql command–line client."
860 #. type: Content of: <html><body><div><ul><li>
861 #: orig-docs/Documentation.html:422
863 "Of course you have to replace <tt>localhost</tt> with the webserver's host "
864 "if it's not the same as the MySQL server's one."
867 #. type: Content of: <html><body><div><ul><li><pre>
868 #: orig-docs/Documentation.html:426
871 "GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';\n"
873 " Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,\n"
874 " Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,\n"
875 " File_priv, Grant_priv, References_priv, Index_priv, Alter_priv,\n"
876 " Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv,\n"
877 " Execute_priv, Repl_slave_priv, Repl_client_priv\n"
878 " ) ON mysql.user TO 'pma'@'localhost';\n"
879 "GRANT SELECT ON mysql.db TO 'pma'@'localhost';\n"
880 "GRANT SELECT ON mysql.host TO 'pma'@'localhost';\n"
881 "GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)\n"
882 " ON mysql.tables_priv TO 'pma'@'localhost';"
885 #. type: Content of: <html><body><div><ul><li>
886 #: orig-docs/Documentation.html:439
887 msgid "If you want to use the many new relation and bookmark features:"
890 #. type: Content of: <html><body><div><ul><li><pre>
891 #: orig-docs/Documentation.html:442
894 "GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO "
895 "'pma'@'localhost';\n"
898 #. type: Content of: <html><body><div><ul><li>
899 #: orig-docs/Documentation.html:445
901 "(this of course requires that your <a href=\"#linked-tables\">phpMyAdmin "
902 "configuration storage</a> be set up)."
905 #. type: Content of: <html><body><div><ul><li>
906 #: orig-docs/Documentation.html:449
908 "Then each of the <i>true</i> users should be granted a set of privileges on "
909 "a set of particular databases. Normally you shouldn't give global privileges "
910 "to an ordinary user, unless you understand the impact of those privileges "
911 "(for example, you are creating a superuser)."
914 #. type: Content of: <html><body><div><ul><li>
915 #: orig-docs/Documentation.html:453
917 "For example, to grant the user <i>real_user</i> with all privileges on the "
918 "database <i>user_base</i>:"
921 #. type: Content of: <html><body><div><ul><li><pre>
922 #: orig-docs/Documentation.html:457
925 "GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY "
929 #. type: Content of: <html><body><div><ul><li>
930 #: orig-docs/Documentation.html:460
932 "What the user may now do is controlled entirely by the MySQL user management "
936 #. type: Content of: <html><body><div><ul><li>
937 #: orig-docs/Documentation.html:462
939 "With <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
940 "authentication mode, you don't need to fill the user/password fields inside "
941 "the <a href=\"#cfg_Servers\" class=\"configrule\">$cfg['Servers']</a> array."
944 #. type: Content of: <html><body><div><h4>
945 #: orig-docs/Documentation.html:468
947 "'<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr>' authentication "
951 #. type: Content of: <html><body><div><ul><li>
952 #: orig-docs/Documentation.html:470
954 "Uses <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> Basic "
955 "authentication method and allows you to log in as any valid MySQL user."
958 #. type: Content of: <html><body><div><ul><li>
959 #: orig-docs/Documentation.html:472
961 "Is supported with most PHP configurations. For <abbr title=\"Internet "
962 "Information Services\">IIS</abbr> (<abbr title=\"Internet Server Application "
963 "Programming Interface\">ISAPI</abbr>) support using <abbr title=\"Common "
964 "Gateway Interface\">CGI</abbr> PHP see <a href=\"#faq1_32\"><abbr "
965 "title=\"Frequently Asked Questions\">FAQ</abbr> 1.32</a>, for using with "
966 "Apache <abbr title=\"Common Gateway Interface\">CGI</abbr> see <a "
967 "href=\"#faq1_35\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
971 #. type: Content of: <html><body><div><ul><li>
972 #: orig-docs/Documentation.html:481
974 "See also <a href=\"#faq4_4\"> <abbr title=\"Frequently Asked "
975 "Questions\">FAQ</abbr> 4.4</a> about not using the <i>.htaccess</i> "
976 "mechanism along with '<abbr title=\"HyperText Transfer "
977 "Protocol\">HTTP</abbr>' authentication mode."
980 #. type: Content of: <html><body><div><h4>
981 #: orig-docs/Documentation.html:488
982 msgid "'cookie' authentication mode"
985 #. type: Content of: <html><body><div><ul><li>
986 #: orig-docs/Documentation.html:490
988 "You can use this method as a replacement for the <abbr title=\"HyperText "
989 "Transfer Protocol\">HTTP</abbr> authentication (for example, if you're "
990 "running <abbr title=\"Internet Information Services\">IIS</abbr>)."
993 #. type: Content of: <html><body><div><ul><li>
994 #: orig-docs/Documentation.html:494
996 "Obviously, the user must enable cookies in the browser, but this is now a "
997 "requirement for all authentication modes."
1000 #. type: Content of: <html><body><div><ul><li>
1001 #: orig-docs/Documentation.html:496
1003 "With this mode, the user can truly log out of phpMyAdmin and log in back "
1004 "with the same username."
1007 #. type: Content of: <html><body><div><ul><li>
1008 #: orig-docs/Documentation.html:498
1010 "If you want to log in to arbitrary server see <a "
1011 "href=\"#AllowArbitraryServer\" class=\"configrule\"> "
1012 "$cfg['AllowArbitraryServer']</a> directive."
1015 #. type: Content of: <html><body><div><ul><li>
1016 #: orig-docs/Documentation.html:501
1018 "As mentioned in the <a href=\"#require\">requirements</a> section, having "
1019 "the <tt>mcrypt</tt> extension will speed up access considerably, but is not "
1023 #. type: Content of: <html><body><div><h4>
1024 #: orig-docs/Documentation.html:506
1025 msgid "'signon' authentication mode"
1028 #. type: Content of: <html><body><div><ul><li>
1029 #: orig-docs/Documentation.html:508
1031 "This mode is a convenient way of using credentials from another application "
1032 "to authenticate to phpMyAdmin."
1035 #. type: Content of: <html><body><div><ul><li>
1036 #: orig-docs/Documentation.html:510
1037 msgid "The other application has to store login information into session data."
1040 #. type: Content of: <html><body><div><ul><li>
1041 #: orig-docs/Documentation.html:512
1043 "More details in the <a href=\"#cfg_Servers_auth_type\">auth_type</a> "
1047 #. type: Content of: <html><body><div><h4>
1048 #: orig-docs/Documentation.html:515
1049 msgid "'config' authentication mode"
1052 #. type: Content of: <html><body><div><ul><li>
1053 #: orig-docs/Documentation.html:517
1055 "This mode is the less secure one because it requires you to fill the <a "
1056 "href=\"#servers_user\" class=\"configrule\"> $cfg['Servers'][$i]['user']</a> "
1057 "and <a href=\"#servers_user\" class=\"configrule\"> "
1058 "$cfg['Servers'][$i]['password']</a> fields (and as a result, anyone who can "
1059 "read your config.inc.php can discover your username and password)."
1062 #. type: Content of: <html><body><div><ul><li>
1063 #: orig-docs/Documentation.html:524
1065 "But you don't need to setup a "controluser" here: using the <a "
1066 "href=\"#servers_only_db\" class=\"configrule\"> "
1067 "$cfg['Servers'][$i]['only_db']</a> might be enough."
1070 #. type: Content of: <html><body><div><ul><li>
1071 #: orig-docs/Documentation.html:527
1073 "In the <a href=\"#faqmultiuser\"> <abbr title=\"Internet service "
1074 "provider\">ISP</abbr> <abbr title=\"Frequently Asked "
1075 "Questions\">FAQ</abbr></a> section, there is an entry explaining how to "
1076 "protect your configuration file."
1079 #. type: Content of: <html><body><div><ul><li>
1080 #: orig-docs/Documentation.html:531
1082 "For additional security in this mode, you may wish to consider the Host "
1083 "authentication <a href=\"#servers_allowdeny_order\" class=\"configrule\"> "
1084 "$cfg['Servers'][$i]['AllowDeny']['order']</a> and <a "
1085 "href=\"#servers_allowdeny_rules\" class=\"configrule\"> "
1086 "$cfg['Servers'][$i]['AllowDeny']['rules']</a> configuration directives."
1089 #. type: Content of: <html><body><div><ul><li>
1090 #: orig-docs/Documentation.html:538
1092 "Unlike cookie and http, does not require a user to log in when first loading "
1093 "the phpMyAdmin site. This is by design but could allow any user to access "
1094 "your installation. Use of some restriction method is suggested, perhaps a <a "
1095 "href=\"#glossary\">.htaccess</a> file with the HTTP-AUTH directive or "
1096 "disallowing incoming HTTP requests at one’s router or firewall will "
1097 "suffice (both of which are beyond the scope of this manual but easily "
1098 "searchable with Google)."
1101 #. type: Content of: <html><body><div><h4>
1102 #: orig-docs/Documentation.html:546
1103 msgid "Swekey authentication"
1106 #. type: Content of: <html><body><div><p>
1107 #: orig-docs/Documentation.html:548
1109 "The Swekey is a low cost authentication USB key that can be used in web "
1113 #. type: Content of: <html><body><div><p>
1114 #: orig-docs/Documentation.html:550
1116 "When Swekey authentication is activated, phpMyAdmin requires the users's "
1117 "Swekey to be plugged before entering the login page (currently supported for "
1118 "cookie authentication mode only). Swekey Authentication is disabled by "
1122 #. type: Content of: <html><body><div><p>
1123 #: orig-docs/Documentation.html:554
1124 msgid "To enable it, add the following line to <tt>config.inc.php</tt>:"
1127 #. type: Content of: <html><body><div><pre>
1128 #: orig-docs/Documentation.html:557
1130 msgid "$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';\n"
1133 #. type: Content of: <html><body><div><p>
1134 #: orig-docs/Documentation.html:560
1136 "You then have to create the <tt>swekey.conf</tt> file that will associate "
1137 "each user with their Swekey Id. It is important to place this file outside "
1138 "of your web server's document root (in the example, it is located in "
1139 "<tt>/etc</tt>). A self documented sample file is provided in the "
1140 "<tt>contrib</tt> directory. Feel free to use it with your own users' "
1144 #. type: Content of: <html><body><div><p>
1145 #: orig-docs/Documentation.html:565
1147 "If you want to purchase a Swekey please visit <a "
1148 "href=\"http://phpmyadmin.net/auth_key\">http://phpmyadmin.net/auth_key</a> "
1149 "since this link provides funding for phpMyAdmin."
1152 #. type: Content of: <html><body><div><h3>
1153 #: orig-docs/Documentation.html:570 orig-docs/Documentation.html:3183
1154 msgid "Configuration"
1157 #. type: Content of: <html><body><div><p>
1158 #: orig-docs/Documentation.html:572
1160 "<span class=\"important\">Warning for <acronym title=\"Apple "
1161 "Macintosh\">Mac</acronym> users:</span> PHP does not seem to like <acronym "
1162 "title=\"Apple Macintosh\">Mac</acronym> end of lines character "
1163 "("<tt>\\r</tt>"). So ensure you choose the option that allows to "
1164 "use the *nix end of line character ("<tt>\\n</tt>") in your text "
1165 "editor before saving a script you have modified."
1168 #. type: Content of: <html><body><div><p>
1169 #: orig-docs/Documentation.html:579
1171 "<span class=\"important\">Configuration note:</span> Almost all configurable "
1172 "data is placed in <tt>config.inc.php</tt>. If this file does not exist, "
1173 "please refer to the <a href=\"#setup\">Quick install</a> section to create "
1174 "one. This file only needs to contain the parameters you want to change from "
1175 "their corresponding default value in <tt>libraries/config.default.php</tt>."
1178 #. type: Content of: <html><body><div><p>
1179 #: orig-docs/Documentation.html:586
1181 "The parameters which relate to design (like colors) are placed in "
1182 "<tt>themes/themename/layout.inc.php</tt>. You might also want to create "
1183 "<i>config.footer.inc.php</i> and <i>config.header.inc.php</i> files to add "
1184 "your site specific code to be included on start and end of each page."
1187 #. type: Content of: <html><body><div><dl><dt>
1188 #: orig-docs/Documentation.html:591
1189 msgid "$cfg['PmaAbsoluteUri'] string"
1192 #. type: Content of: <html><body><div><dl><dd>
1193 #: orig-docs/Documentation.html:592
1195 "Sets here the complete <abbr title=\"Uniform Resource Locator\">URL</abbr> "
1196 "(with full path) to your phpMyAdmin installation's directory. "
1197 "E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>. "
1198 "Note also that the <abbr title=\"Uniform Resource Locator\">URL</abbr> on "
1199 "some web servers are case–sensitive. Don’t forget the trailing "
1203 #. type: Content of: <html><body><div><dl><dd>
1204 #: orig-docs/Documentation.html:599
1206 "Starting with version 2.3.0, it is advisable to try leaving this blank. In "
1207 "most cases phpMyAdmin automatically detects the proper setting. Users of "
1208 "port forwarding will need to set PmaAbsoluteUri (<a "
1209 "href=\"https://sourceforge.net/tracker/index.php?func=detail&aid=1340187&group_id=23067&atid=377409\">more "
1210 "info</a>). A good test is to browse a table, edit a row and save it. There "
1211 "should be an error message if phpMyAdmin is having trouble "
1212 "auto–detecting the correct value. If you get an error that this must "
1213 "be set or if the autodetect code fails to detect your path, please post a "
1214 "bug report on our bug tracker so we can improve the code."
1217 #. type: Content of: <html><body><div><dl><dt>
1218 #: orig-docs/Documentation.html:609
1219 msgid "$cfg['PmaNoRelation_DisableWarning'] boolean"
1222 #. type: Content of: <html><body><div><dl><dd>
1223 #: orig-docs/Documentation.html:610
1225 "Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with "
1226 "master / foreign – tables (see <a href=\"#pmadb\" "
1227 "class=\"configrule\">$cfg['Servers'][$i]['pmadb']</a>)."
1230 #. type: Content of: <html><body><div><dl><dd>
1231 #: orig-docs/Documentation.html:614
1233 "If you tried to set this up and it does not work for you, have a look on the "
1234 ""Structure" page of one database where you would like to use "
1235 "it. You will find a link that will analyze why those features have been "
1239 #. type: Content of: <html><body><div><dl><dd>
1240 #: orig-docs/Documentation.html:618
1242 "If you do not want to use those features set this variable to <tt>TRUE</tt> "
1243 "to stop this message from appearing."
1246 #. type: Content of: <html><body><div><dl><dt>
1247 #: orig-docs/Documentation.html:621
1248 msgid "$cfg['SuhosinDisableWarning'] boolean"
1251 #. type: Content of: <html><body><div><dl><dd>
1252 #: orig-docs/Documentation.html:622
1254 "A warning is displayed on the main page if Suhosin is detected. You can set "
1255 "this parameter to <tt>TRUE</tt> to stop this message from appearing."
1258 #. type: Content of: <html><body><div><dl><dt>
1259 #: orig-docs/Documentation.html:626
1260 msgid "$cfg['McryptDisableWarning'] boolean"
1263 #. type: Content of: <html><body><div><dl><dd>
1264 #: orig-docs/Documentation.html:627
1266 "Disable the default warning that is displayed if mcrypt is missing for "
1267 "cookie authentication. You can set this parameter to <tt>TRUE</tt> to stop "
1268 "this message from appearing."
1271 #. type: Content of: <html><body><div><dl><dt>
1272 #: orig-docs/Documentation.html:632
1273 msgid "$cfg['TranslationWarningThreshold'] integer"
1276 #. type: Content of: <html><body><div><dl><dd>
1277 #: orig-docs/Documentation.html:633
1278 msgid "Show warning about incomplete translations on certain threshold."
1281 #. type: Content of: <html><body><div><dl><dt>
1282 #: orig-docs/Documentation.html:635
1283 msgid "$cfg['AllowThirdPartyFraming'] boolean"
1286 #. type: Content of: <html><body><div><dl><dd>
1287 #: orig-docs/Documentation.html:636
1289 "Setting this to <tt>true</tt> allows a page located on a different domain to "
1290 "call phpMyAdmin inside a frame, and is a potential security hole allowing "
1291 "cross-frame scripting attacks."
1294 #. type: Content of: <html><body><div><dl><dt>
1295 #: orig-docs/Documentation.html:640
1296 msgid "$cfg['blowfish_secret'] string"
1299 #. type: Content of: <html><body><div><dl><dd>
1300 #: orig-docs/Documentation.html:641
1302 "The "cookie" auth_type uses blowfish algorithm to encrypt the "
1306 #. type: Content of: <html><body><div><dl><dd>
1307 #: orig-docs/Documentation.html:643
1309 "If you are using the "cookie" auth_type, enter here a random "
1310 "passphrase of your choice. It will be used internally by the blowfish "
1311 "algorithm: you won’t be prompted for this passphrase. There is no "
1312 "maximum length for this secret."
1315 #. type: Content of: <html><body><div><dl><dd>
1316 #: orig-docs/Documentation.html:648
1318 "Since version 3.1.0 phpMyAdmin can generate this on the fly, but it makes a "
1319 "bit weaker security as this generated secret is stored in session and "
1320 "furthermore it makes impossible to recall user name from cookie."
1323 #. type: Content of: <html><body><div><dl><dt>
1324 #: orig-docs/Documentation.html:653
1325 msgid "$cfg['Servers'] array"
1328 #. type: Content of: <html><body><div><dl><dd>
1329 #: orig-docs/Documentation.html:654
1331 "Since version 1.4.2, phpMyAdmin supports the administration of multiple "
1332 "MySQL servers. Therefore, a <a href=\"#cfg_Servers\" "
1333 "class=\"configrule\">$cfg['Servers']</a>-array has been added which contains "
1334 "the login information for the different servers. The first <a "
1335 "href=\"#cfg_Servers_host\" "
1336 "class=\"configrule\">$cfg['Servers'][$i]['host']</a> contains the hostname "
1337 "of the first server, the second <a href=\"#cfg_Servers_host\" "
1338 "class=\"configrule\">$cfg['Servers'][$i]['host']</a> the hostname of the "
1339 "second server, etc. In <tt>./libraries/config.default.php</tt>, there is "
1340 "only one section for server definition, however you can put as many as you "
1341 "need in <tt>./config.inc.php</tt>, copy that block or needed parts (you "
1342 "don't have to define all settings, just those you need to change)."
1345 #. type: Content of: <html><body><div><dl><dt>
1346 #: orig-docs/Documentation.html:668
1347 msgid "$cfg['Servers'][$i]['host'] string"
1350 #. type: Content of: <html><body><div><dl><dd>
1351 #: orig-docs/Documentation.html:669
1353 "The hostname or <abbr title=\"Internet Protocol\">IP</abbr> address of your "
1354 "$i-th MySQL-server. E.g. localhost."
1357 #. type: Content of: <html><body><div><dl><dt>
1358 #: orig-docs/Documentation.html:672
1359 msgid "$cfg['Servers'][$i]['port'] string"
1362 #. type: Content of: <html><body><div><dl><dd>
1363 #: orig-docs/Documentation.html:673
1365 "The port-number of your $i-th MySQL-server. Default is 3306 (leave "
1366 "blank). If you use "localhost" as the hostname, MySQL ignores this "
1367 "port number and connects with the socket, so if you want to connect to a "
1368 "port different from the default port, use "127.0.0.1" or the real "
1369 "hostname in <a href=\"#cfg_Servers_host\" "
1370 "class=\"configrule\">$cfg['Servers'][$i]['host']</a>."
1373 #. type: Content of: <html><body><div><dl><dt>
1374 #: orig-docs/Documentation.html:681
1375 msgid "$cfg['Servers'][$i]['socket'] string"
1378 #. type: Content of: <html><body><div><dl><dd>
1379 #: orig-docs/Documentation.html:682
1380 msgid "The path to the socket to use. Leave blank for default."
1383 #. type: Content of: <html><body><div><dl><dd>
1384 #: orig-docs/Documentation.html:683
1386 "To determine the correct socket, check your MySQL configuration or, using "
1387 "the <tt>mysql</tt> command–line client, issue the <tt>status</tt> "
1388 "command. Among the resulting information displayed will be the socket used."
1391 #. type: Content of: <html><body><div><dl><dt>
1392 #: orig-docs/Documentation.html:687
1393 msgid "$cfg['Servers'][$i]['ssl'] boolean"
1396 #. type: Content of: <html><body><div><dl><dd>
1397 #: orig-docs/Documentation.html:688
1398 msgid "Whether to enable SSL for connection to MySQL server."
1401 #. type: Content of: <html><body><div><dl><dt>
1402 #: orig-docs/Documentation.html:691
1403 msgid "$cfg['Servers'][$i]['connect_type'] string"
1406 #. type: Content of: <html><body><div><dl><dd>
1407 #: orig-docs/Documentation.html:692
1409 "What type connection to use with the MySQL server. Your options are "
1410 "<tt>'socket'</tt> and <tt>'tcp'</tt>. It defaults to 'tcp' as that is nearly "
1411 "guaranteed to be available on all MySQL servers, while sockets are not "
1412 "supported on some platforms."
1415 #. type: Content of: <html><body><div><dl><dd>
1416 #: orig-docs/Documentation.html:697
1418 "To use the socket mode, your MySQL server must be on the same machine as the "
1422 #. type: Content of: <html><body><div><dl><dt>
1423 #: orig-docs/Documentation.html:700
1424 msgid "$cfg['Servers'][$i]['extension'] string"
1427 #. type: Content of: <html><body><div><dl><dd>
1428 #: orig-docs/Documentation.html:701
1429 msgid "What php MySQL extension to use for the connection. Valid options are:"
1432 #. type: Content of: <html><body><div><dl><dd>
1433 #: orig-docs/Documentation.html:704
1434 msgid "<tt><i>mysql</i></tt> : The classic MySQL extension."
1437 #. type: Content of: <html><body><div><dl><dd>
1438 #: orig-docs/Documentation.html:707
1440 "<tt><i>mysqli</i></tt> : The improved MySQL extension. This extension became "
1441 "available with PHP 5.0.0 and is the recommended way to connect to a server "
1442 "running MySQL 4.1.x or newer."
1445 #. type: Content of: <html><body><div><dl><dt>
1446 #: orig-docs/Documentation.html:712
1447 msgid "$cfg['Servers'][$i]['compress'] boolean"
1450 #. type: Content of: <html><body><div><dl><dd>
1451 #: orig-docs/Documentation.html:713
1453 "Whether to use a compressed protocol for the MySQL server connection or not "
1457 #. type: Content of: <html><body><div><dl><dt>
1458 #: orig-docs/Documentation.html:717
1461 "id=\"cfg_Servers_controlhost\">$cfg['Servers'][$i]['controlhost']</span> "
1465 #. type: Content of: <html><body><div><dl><dd>
1466 #: orig-docs/Documentation.html:719
1467 msgid "Permits to use an alternate host to hold the configuration storage data."
1470 #. type: Content of: <html><body><div><dl><dt>
1471 #: orig-docs/Documentation.html:723
1474 "id=\"cfg_Servers_controluser\">$cfg['Servers'][$i]['controluser']</span> "
1478 #. type: Content of: <html><body><div><dl><dt>
1479 #: orig-docs/Documentation.html:724
1482 "id=\"cfg_Servers_controlpass\">$cfg['Servers'][$i]['controlpass']</span> "
1486 #. type: Content of: <html><body><div><dl><dd>
1487 #: orig-docs/Documentation.html:726
1489 "This special account is used for 2 distinct purposes: to make possible all "
1490 "relational features (see <a href=\"#pmadb\" "
1491 "class=\"configrule\">$cfg['Servers'][$i]['pmadb']</a>) and, for a MySQL "
1492 "server running with <tt>--skip-show-database</tt>, to enable a multi-user "
1493 "installation (<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or "
1494 "cookie authentication mode)."
1497 #. type: Content of: <html><body><div><dl><dd>
1498 #: orig-docs/Documentation.html:734
1500 "When using <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
1501 "authentication modes (or 'config' authentication mode since phpMyAdmin "
1502 "2.2.1), you need to supply the details of a MySQL account that has "
1503 "<tt>SELECT</tt> privilege on the <i>mysql.user (all columns except "
1504 ""Password")</i>, <i>mysql.db (all columns)</i> and "
1505 "<i>mysql.tables_priv (all columns except "Grantor" and "
1506 ""Timestamp") </i>tables. This account is used to check what "
1507 "databases the user will see at login."
1510 #. type: Content of: <html><body><div><dl><dd>
1511 #: orig-docs/Documentation.html:743 orig-docs/Documentation.html:786
1513 "Please see the <a href=\"#setup\">install section</a> on "Using "
1514 "authentication modes" for more information."
1517 #. type: Content of: <html><body><div><dl><dd>
1518 #: orig-docs/Documentation.html:746
1520 "In phpMyAdmin versions before 2.2.5, those were called "
1521 ""stduser/stdpass"."
1524 #. type: Content of: <html><body><div><dl><dt>
1525 #: orig-docs/Documentation.html:749
1527 "$cfg['Servers'][$i]['auth_type'] string <tt>['<abbr title=\"HyperText "
1528 "Transfer Protocol\">HTTP</abbr>'|'http'|'cookie'|'config'|'signon']</tt>"
1531 #. type: Content of: <html><body><div><dl><dd>
1532 #: orig-docs/Documentation.html:751
1534 "Whether config or cookie or <abbr title=\"HyperText Transfer "
1535 "Protocol\">HTTP</abbr> or signon authentication should be used for this "
1539 #. type: Content of: <html><body><div><dl><dd><ul><li>
1540 #: orig-docs/Documentation.html:754
1542 "'config' authentication (<tt>$auth_type = 'config'</tt>) is the "
1543 "plain old way: username and password are stored in <i>config.inc.php</i>."
1546 #. type: Content of: <html><body><div><dl><dd><ul><li>
1547 #: orig-docs/Documentation.html:757
1549 "'cookie' authentication mode (<tt>$auth_type = 'cookie'</tt>) as "
1550 "introduced in 2.2.3 allows you to log in as any valid MySQL user with the "
1551 "help of cookies. Username and password are stored in cookies during the "
1552 "session and password is deleted when it ends. This can also allow you to log "
1553 "in in arbitrary server if <tt><a href=\"#AllowArbitraryServer\" "
1554 "class=\"configrule\">$cfg['AllowArbitraryServer']</a></tt> enabled."
1557 #. type: Content of: <html><body><div><dl><dd><ul><li>
1558 #: orig-docs/Documentation.html:765
1560 "'<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr>' authentication "
1561 "(was called 'advanced' in previous versions and can be written also as "
1562 "'http') (<tt>$auth_type = '<abbr title=\"HyperText Transfer "
1563 "Protocol\">HTTP</abbr>'</tt>) as introduced in 1.3.0 allows you to log in as "
1564 "any valid MySQL user via HTTP-Auth."
1567 #. type: Content of: <html><body><div><dl><dd><ul><li>
1568 #: orig-docs/Documentation.html:768
1570 "'signon' authentication mode (<tt>$auth_type = 'signon'</tt>) as "
1571 "introduced in 2.10.0 allows you to log in from prepared PHP session data or "
1572 "using supplied PHP script. This is useful for implementing single signon "
1573 "from another application. Sample way how to seed session is in signon "
1574 "example: <code>scripts/signon.php</code>. There is also alternative example "
1575 "using OpenID - <code>scripts/openid.php</code> and example for scripts based "
1576 "solution - <code>scripts/signon-script.php</code>. You need to configure <a "
1577 "href=\"#cfg_Servers_SignonSession\" class=\"configrule\">session name</a> or "
1578 "<a href=\"#cfg_Servers_SignonScript\" class=\"configrule\">script to be "
1579 "executed</a> and <a href=\"#cfg_Servers_SignonURL\" "
1580 "class=\"configrule\">signon URL</a> to use this authentication method."
1583 #. type: Content of: <html><body><div><dl><dt>
1584 #: orig-docs/Documentation.html:790
1587 "id=\"cfg_Servers_auth_http_realm\">$cfg['Servers'][$i]['auth_http_realm']</span> "
1591 #. type: Content of: <html><body><div><dl><dd>
1592 #: orig-docs/Documentation.html:793
1594 "When using auth_type = '<abbr title=\"HyperText Transfer "
1595 "Protocol\">HTTP</abbr>', this field allows to define a custom <abbr "
1596 "title=\"HyperText Transfer Protocol\">HTTP</abbr> Basic Auth Realm which "
1597 "will be displayed to the user. If not explicitly specified in your "
1598 "configuration, a string combined of \"phpMyAdmin \" and either <a "
1599 "href=\"#cfg_Servers_verbose\" "
1600 "class=\"configrule\">$cfg['Servers'][$i]['verbose']</a> or <a "
1601 "href=\"#cfg_Servers_host\" "
1602 "class=\"configrule\">$cfg['Servers'][$i]['host']</a> will be used."
1605 #. type: Content of: <html><body><div><dl><dt>
1606 #: orig-docs/Documentation.html:800
1609 "id=\"cfg_Servers_auth_swekey_config\">$cfg['Servers'][$i]['auth_swekey_config']</span> "
1613 #. type: Content of: <html><body><div><dl><dd>
1614 #: orig-docs/Documentation.html:803
1616 "The name of the file containing <a href=\"#swekey\">Swekey</a> ids and login "
1617 "names for hardware authentication. Leave empty to deactivate this feature."
1620 #. type: Content of: <html><body><div><dl><dt>
1621 #: orig-docs/Documentation.html:807
1622 msgid "<span id=\"cfg_Servers_user\">$cfg['Servers'][$i]['user']</span> string"
1625 #. type: Content of: <html><body><div><dl><dt>
1626 #: orig-docs/Documentation.html:808
1628 "<span id=\"cfg_Servers_password\">$cfg['Servers'][$i]['password']</span> "
1632 #. type: Content of: <html><body><div><dl><dd>
1633 #: orig-docs/Documentation.html:811
1635 "When using auth_type = 'config', this is the user/password-pair which "
1636 "phpMyAdmin will use to connect to the MySQL server. This user/password pair "
1637 "is not needed when <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> "
1638 "or cookie authentication is used and should be empty."
1641 #. type: Content of: <html><body><div><dl><dt>
1642 #: orig-docs/Documentation.html:816
1644 "<span id=\"cfg_Servers_nopassword\">$cfg['Servers'][$i]['nopassword']</span> "
1648 #. type: Content of: <html><body><div><dl><dd>
1649 #: orig-docs/Documentation.html:820
1651 "Allow attempt to log in without password when a login with password "
1652 "fails. This can be used together with http authentication, when "
1653 "authentication is done some other way and phpMyAdmin gets user name from "
1654 "auth and uses empty password for connecting to MySQL. Password login is "
1655 "still tried first, but as fallback, no password method is tried."
1658 #. type: Content of: <html><body><div><dl><dt>
1659 #: orig-docs/Documentation.html:827
1661 "<span id=\"cfg_Servers_only_db\">$cfg['Servers'][$i]['only_db']</span> "
1665 #. type: Content of: <html><body><div><dl><dd>
1666 #: orig-docs/Documentation.html:830
1668 "If set to a (an array of) database name(s), only this (these) database(s) "
1669 "will be shown to the user. Since phpMyAdmin 2.2.1, this/these database(s) "
1670 "name(s) may contain MySQL wildcards characters ("_" and "
1671 ""%"): if you want to use literal instances of these characters, "
1672 "escape them (I.E. use <tt>'my\\_db'</tt> and not <tt>'my_db'</tt>)."
1675 #. type: Content of: <html><body><div><dl><dd>
1676 #: orig-docs/Documentation.html:836
1678 "This setting is an efficient way to lower the server load since the latter "
1679 "does not need to send MySQL requests to build the available database "
1680 "list. But <span class=\"important\">it does not replace the privileges rules "
1681 "of the MySQL database server</span>. If set, it just means only these "
1682 "databases will be displayed but <span class=\"important\">not that all other "
1683 "databases can't be used.</span>"
1686 #. type: Content of: <html><body><div><dl><dd>
1687 #: orig-docs/Documentation.html:844
1689 "An example of using more that one database: "
1690 "<tt>$cfg['Servers'][$i]['only_db'] = array('db1', 'db2');</tt>"
1693 #. type: Content of: <html><body><div><dl><dd>
1694 #: orig-docs/Documentation.html:848
1696 "As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the "
1697 "databases in the left frame, so that you can individually arrange your "
1701 #. type: Content of: <html><body><div><dl><dd>
1702 #: orig-docs/Documentation.html:850
1704 "If you want to have certain databases at the top, but don't care about the "
1705 "others, you do not need to specify all other databases. Use: "
1706 "<tt>$cfg['Servers'][$i]['only_db'] = array('db3', 'db4', '*');</tt> instead "
1707 "to tell phpMyAdmin that it should display db3 and db4 on top, and the rest "
1708 "in alphabetic order."
1711 #. type: Content of: <html><body><div><dl><dt>
1712 #: orig-docs/Documentation.html:856
1714 "<span id=\"cfg_Servers_hide_db\">$cfg['Servers'][$i]['hide_db']</span> "
1718 #. type: Content of: <html><body><div><dl><dd>
1719 #: orig-docs/Documentation.html:858
1721 "Regular expression for hiding some databases from unprivileged users. This "
1722 "only hides them from listing, but a user is still able to access them "
1723 "(using, for example, the SQL query area). To limit access, use the MySQL "
1727 #. type: Content of: <html><body><div><dl><dd>
1728 #: orig-docs/Documentation.html:863
1729 msgid "For example, to hide all databases starting with the letter "a", use"
1732 #. type: Content of: <html><body><div><dl><dd><pre>
1733 #: orig-docs/Documentation.html:864
1735 msgid "$cfg['Servers'][$i]['hide_db'] = '^a';"
1738 #. type: Content of: <html><body><div><dl><dd>
1739 #: orig-docs/Documentation.html:865
1740 msgid "and to hide both "db1" and "db2" use"
1743 #. type: Content of: <html><body><div><dl><dd><pre>
1744 #: orig-docs/Documentation.html:866
1746 msgid "$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';"
1749 #. type: Content of: <html><body><div><dl><dd>
1750 #: orig-docs/Documentation.html:867
1752 "More information on regular expressions can be found in the <a "
1753 "href=\"http://php.net/manual/en/reference.pcre.pattern.syntax.php\"> PCRE "
1754 "pattern syntax</a> portion of the PHP reference manual."
1757 #. type: Content of: <html><body><div><dl><dt>
1758 #: orig-docs/Documentation.html:872
1759 msgid "$cfg['Servers'][$i]['verbose'] string"
1762 #. type: Content of: <html><body><div><dl><dd>
1763 #: orig-docs/Documentation.html:873
1765 "Only useful when using phpMyAdmin with multiple server entries. If set, this "
1766 "string will be displayed instead of the hostname in the pull-down menu on "
1767 "the main page. This can be useful if you want to show only certain databases "
1768 "on your system, for example. For HTTP auth, all non-US-ASCII characters will "
1772 #. type: Content of: <html><body><div><dl><dt>
1773 #: orig-docs/Documentation.html:880
1774 msgid "<span id=\"cfg_Servers_pmadb\">$cfg['Servers'][$i]['pmadb']</span> string"
1777 #. type: Content of: <html><body><div><dl><dd>
1778 #: orig-docs/Documentation.html:882
1779 msgid "The name of the database containing the phpMyAdmin configuration storage."
1782 #. type: Content of: <html><body><div><dl><dd>
1783 #: orig-docs/Documentation.html:885
1785 "See the <a href=\"#linked-tables\">phpMyAdmin configuration storage</a> "
1786 "section in this document to see the benefits of this feature, and for a "
1787 "quick way of creating this database and the needed tables."
1790 #. type: Content of: <html><body><div><dl><dd>
1791 #: orig-docs/Documentation.html:890
1793 "If you are the only user of this phpMyAdmin installation, you can use your "
1794 "current database to store those special tables; in this case, just put your "
1795 "current database name in <tt>$cfg['Servers'][$i]['pmadb']</tt>. For a "
1796 "multi-user installation, set this parameter to the name of your central "
1797 "database containing the phpMyAdmin configuration storage."
1800 #. type: Content of: <html><body><div><dl><dt>
1801 #: orig-docs/Documentation.html:898
1804 "id=\"cfg_Servers_bookmarktable\">$cfg['Servers'][$i]['bookmarktable']</span> "
1808 #. type: Content of: <html><body><div><dl><dd>
1809 #: orig-docs/Documentation.html:900
1811 "Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This can be "
1812 "useful for queries you often run."
1815 #. type: Content of: <html><body><div><dl><dd>
1816 #: orig-docs/Documentation.html:903 orig-docs/Documentation.html:938 orig-docs/Documentation.html:990 orig-docs/Documentation.html:1022 orig-docs/Documentation.html:1061 orig-docs/Documentation.html:1134 orig-docs/Documentation.html:1211 orig-docs/Documentation.html:1227
1817 msgid "To allow the usage of this functionality:"
1820 #. type: Content of: <html><body><div><dl><dd><ul><li>
1821 #: orig-docs/Documentation.html:904 orig-docs/Documentation.html:940 orig-docs/Documentation.html:965 orig-docs/Documentation.html:992 orig-docs/Documentation.html:1023 orig-docs/Documentation.html:1063 orig-docs/Documentation.html:1088 orig-docs/Documentation.html:1107 orig-docs/Documentation.html:1137 orig-docs/Documentation.html:1214 orig-docs/Documentation.html:1229
1822 msgid "set up <a href=\"#pmadb\">pmadb</a> and the phpMyAdmin configuration storage"
1825 #. type: Content of: <html><body><div><dl><dd><ul><li>
1826 #: orig-docs/Documentation.html:905
1827 msgid "enter the table name in <tt>$cfg['Servers'][$i]['bookmarktable']</tt>"
1830 #. type: Content of: <html><body><div><dl><dt>
1831 #: orig-docs/Documentation.html:911
1833 "<span id=\"cfg_Servers_relation\">$cfg['Servers'][$i]['relation']</span> "
1837 #. type: Content of: <html><body><div><dl><dd>
1838 #: orig-docs/Documentation.html:913
1840 "Since release 2.2.4 you can describe, in a special 'relation' table, which "
1841 "column is a key in another table (a foreign key). phpMyAdmin currently uses "
1845 #. type: Content of: <html><body><div><dl><dd><ul><li>
1846 #: orig-docs/Documentation.html:916
1848 "make clickable, when you browse the master table, the data values that point "
1849 "to the foreign table;"
1852 #. type: Content of: <html><body><div><dl><dd><ul><li>
1853 #: orig-docs/Documentation.html:918
1855 "display in an optional tool-tip the "display column" when browsing "
1856 "the master table, if you move the mouse to a column containing a foreign key "
1857 "(use also the 'table_info' table);"
1860 #. type: Content of: <html><body><div><dl><dd><ul><li>
1861 #: orig-docs/Documentation.html:921
1863 "(see <a href=\"#faqdisplay\"><abbr title=\"Frequently Asked Questions\"> "
1864 "FAQ</abbr> 6.7</a>)"
1867 #. type: Content of: <html><body><div><dl><dd><ul><li>
1868 #: orig-docs/Documentation.html:923
1870 "in edit/insert mode, display a drop-down list of possible foreign keys (key "
1871 "value and "display column" are shown)"
1874 #. type: Content of: <html><body><div><dl><dd><ul><li>
1875 #: orig-docs/Documentation.html:925
1877 "(see <a href=\"#faq6_21\"><abbr title=\"Frequently Asked Questions\"> "
1878 "FAQ</abbr> 6.21</a>)"
1881 #. type: Content of: <html><body><div><dl><dd><ul><li>
1882 #: orig-docs/Documentation.html:927
1884 "display links on the table properties page, to check referential integrity "
1885 "(display missing foreign keys) for each described key;"
1888 #. type: Content of: <html><body><div><dl><dd><ul><li>
1889 #: orig-docs/Documentation.html:930
1891 "in query-by-example, create automatic joins (see <a href=\"#faq6_6\"> <abbr "
1892 "title=\"Frequently Asked Questions\">FAQ</abbr> 6.6</a>)"
1895 #. type: Content of: <html><body><div><dl><dd><ul><li>
1896 #: orig-docs/Documentation.html:932
1898 "enable you to get a <abbr title=\"Portable Document Format\">PDF</abbr> "
1899 "schema of your database (also uses the table_coords table)."
1902 #. type: Content of: <html><body><div><dl><dd>
1903 #: orig-docs/Documentation.html:936
1904 msgid "The keys can be numeric or character."
1907 #. type: Content of: <html><body><div><dl><dd><ul><li>
1908 #: orig-docs/Documentation.html:942
1909 msgid "put the relation table name in <tt>$cfg['Servers'][$i]['relation']</tt>"
1912 #. type: Content of: <html><body><div><dl><dd><ul><li>
1913 #: orig-docs/Documentation.html:944
1915 "now as normal user open phpMyAdmin and for each one of your tables where you "
1916 "want to use this feature, click "Structure/Relation view/" and "
1917 "choose foreign columns."
1920 #. type: Content of: <html><body><div><dl><dd>
1921 #: orig-docs/Documentation.html:951
1923 "Please note that in the current version, <tt>master_db</tt> must be the same "
1924 "as <tt>foreign_db</tt>. Those columns have been put in future development of "
1925 "the cross-db relations."
1928 #. type: Content of: <html><body><div><dl><dt>
1929 #: orig-docs/Documentation.html:957
1931 "<span id=\"cfg_Servers_table_info\">$cfg['Servers'][$i]['table_info']</span> "
1935 #. type: Content of: <html><body><div><dl><dd>
1936 #: orig-docs/Documentation.html:960
1938 "Since release 2.3.0 you can describe, in a special 'table_info' table, which "
1939 "column is to be displayed as a tool-tip when moving the cursor over the "
1940 "corresponding key."
1943 #. type: Content of: <html><body><div><dl><dd>
1944 #: orig-docs/Documentation.html:963
1946 "This configuration variable will hold the name of this special table. To "
1947 "allow the usage of this functionality:"
1950 #. type: Content of: <html><body><div><dl><dd><ul><li>
1951 #: orig-docs/Documentation.html:966
1953 "put the table name in <tt>$cfg['Servers'][$i]['table_info']</tt> (e.g. "
1957 #. type: Content of: <html><body><div><dl><dd><ul><li>
1958 #: orig-docs/Documentation.html:969
1960 "then for each table where you want to use this feature, click "
1961 ""Structure/Relation view/Choose column to display" to choose the "
1965 #. type: Content of: <html><body><div><dl><dd>
1966 #: orig-docs/Documentation.html:973
1967 msgid "Usage tip: <a href=\"#faqdisplay\">Display column</a>."
1970 #. type: Content of: <html><body><div><dl><dt>
1971 #: orig-docs/Documentation.html:976
1974 "id=\"cfg_Servers_table_coords\">$cfg['Servers'][$i]['table_coords']</span> "
1978 #. type: Content of: <html><body><div><dl><dt>
1979 #: orig-docs/Documentation.html:977
1981 "<span id=\"cfg_Servers_pdf_pages\">$cfg['Servers'][$i]['pdf_pages']</span> "
1985 #. type: Content of: <html><body><div><dl><dd>
1986 #: orig-docs/Documentation.html:979
1988 "Since release 2.3.0 you can have phpMyAdmin create <abbr title=\"Portable "
1989 "Document Format\">PDF</abbr> pages showing the relations between your "
1990 "tables. To do this it needs two tables "pdf_pages" (storing "
1991 "information about the available <abbr title=\"Portable Document "
1992 "Format\">PDF</abbr> pages) and "table_coords" (storing coordinates "
1993 "where each table will be placed on a <abbr title=\"Portable Document "
1994 "Format\">PDF</abbr> schema output)."
1997 #. type: Content of: <html><body><div><dl><dd>
1998 #: orig-docs/Documentation.html:988
1999 msgid "You must be using the "relation" feature."
2002 #. type: Content of: <html><body><div><dl><dd><ul><li>
2003 #: orig-docs/Documentation.html:993
2005 "put the correct table names in <tt>$cfg['Servers'][$i]['table_coords']</tt> "
2006 "and <tt>$cfg['Servers'][$i]['pdf_pages']</tt>"
2009 #. type: Content of: <html><body><div><dl><dd>
2010 #: orig-docs/Documentation.html:998
2012 "Usage tips: <a href=\"#faqpdf\"><abbr title=\"Portable Document "
2013 "Format\">PDF</abbr> output</a>."
2016 #. type: Content of: <html><body><div><dl><dt>
2017 #: orig-docs/Documentation.html:1002
2020 "id=\"cfg_Servers_column_info\">$cfg['Servers'][$i]['column_info']</span> "
2024 #. This part requires a content update!
2025 #. type: Content of: <html><body><div><dl><dd>
2026 #: orig-docs/Documentation.html:1005
2028 "Since release 2.3.0 you can store comments to describe each column for each "
2029 "table. These will then be shown on the "printview"."
2032 #. type: Content of: <html><body><div><dl><dd>
2033 #: orig-docs/Documentation.html:1009
2035 "Starting with release 2.5.0, comments are consequently used on the table "
2036 "property pages and table browse view, showing up as tool-tips above the "
2037 "column name (properties page) or embedded within the header of table in "
2038 "browse view. They can also be shown in a table dump. Please see the relevant "
2039 "configuration directives later on."
2042 #. type: Content of: <html><body><div><dl><dd>
2043 #: orig-docs/Documentation.html:1015
2045 "Also new in release 2.5.0 is a MIME-transformation system which is also "
2046 "based on the following table structure. See <a href=\"#transformations\"> "
2047 "Transformations</a> for further information. To use the MIME-transformation "
2048 "system, your column_info table has to have the three new columns 'mimetype', "
2049 "'transformation', 'transformation_options'."
2052 #. type: Content of: <html><body><div><dl><dd><ul><li>
2053 #: orig-docs/Documentation.html:1024
2055 "put the table name in <tt>$cfg['Servers'][$i]['column_info']</tt> (e.g. "
2056 "'pma_column_info')"
2059 #. type: Content of: <html><body><div><dl><dd><ul><li>
2060 #: orig-docs/Documentation.html:1027
2061 msgid "to update your PRE-2.5.0 Column_comments Table use this:"
2064 #. type: Content of: <html><body><div><dl><dd><ul><li><pre>
2065 #: orig-docs/Documentation.html:1030
2068 "ALTER TABLE `pma_column_comments`\n"
2069 " ADD `mimetype` VARCHAR( 255 ) NOT NULL,\n"
2070 " ADD `transformation` VARCHAR( 255 ) NOT NULL,\n"
2071 " ADD `transformation_options` VARCHAR( 255 ) NOT NULL;\n"
2074 #. type: Content of: <html><body><div><dl><dd><ul><li>
2075 #: orig-docs/Documentation.html:1036
2077 "and remember that the Variable in <i>config.inc.php</i> has been renamed "
2081 #. type: Content of: <html><body><div><dl><dd><ul><li>
2082 #: orig-docs/Documentation.html:1038
2084 "<tt>$cfg['Servers'][$i]['column_comments']</tt> to "
2085 "<tt>$cfg['Servers'][$i]['column_info']</tt>"
2088 #. type: Content of: <html><body><div><dl><dt>
2089 #: orig-docs/Documentation.html:1044
2091 "<span id=\"cfg_Servers_history\">$cfg['Servers'][$i]['history']</span> "
2095 #. type: Content of: <html><body><div><dl><dd>
2096 #: orig-docs/Documentation.html:1046
2098 "Since release 2.5.0 you can store your <abbr title=\"structured query "
2099 "language\">SQL</abbr> history, which means all queries you entered manually "
2100 "into the phpMyAdmin interface. If you don't want to use a table-based "
2101 "history, you can use the JavaScript-based history. Using that, all your "
2102 "history items are deleted when closing the window."
2105 #. type: Content of: <html><body><div><dl><dd>
2106 #: orig-docs/Documentation.html:1053
2108 "Using <a href=\"#cfg_QueryHistoryMax\" "
2109 "class=\"configrule\">$cfg['QueryHistoryMax']</a> you can specify an amount "
2110 "of history items you want to have on hold. On every login, this list gets "
2111 "cut to the maximum amount."
2114 #. type: Content of: <html><body><div><dl><dd>
2115 #: orig-docs/Documentation.html:1058
2117 "The query history is only available if JavaScript is enabled in your "
2121 #. type: Content of: <html><body><div><dl><dd><ul><li>
2122 #: orig-docs/Documentation.html:1064
2124 "put the table name in <tt>$cfg['Servers'][$i]['history']</tt> "
2125 "(e.g. 'pma_history')"
2128 #. type: Content of: <html><body><div><dl><dt>
2129 #: orig-docs/Documentation.html:1071
2130 msgid "<span id=\"cfg_Servers_recent\">$cfg['Servers'][$i]['recent']</span> string"
2133 #. type: Content of: <html><body><div><dl><dd>
2134 #: orig-docs/Documentation.html:1074
2136 "Since release 3.5.0 you can show recently used tables in the left navigation "
2137 "frame. It helps you to jump across table directly, without the need to "
2138 "select the database, and then select the table. Using <a "
2139 "href=\"#cfg_LeftRecentTable\" "
2140 "class=\"configrule\">$cfg['LeftRecentTable']</a> you can configure the "
2141 "maximum number of recent tables shown. When you select a table from the "
2142 "list, it will jump to the page specified in <a "
2143 "href=\"#cfg_LeftDefaultTabTable\" "
2144 "class=\"configrule\">$cfg['LeftDefaultTabTable']</a>."
2147 #. type: Content of: <html><body><div><dl><dd>
2148 #: orig-docs/Documentation.html:1082
2150 "Without configuring the storage, you can still access the recently used "
2151 "tables, but it will disappear after you logout."
2154 #. type: Content of: <html><body><div><dl><dd>
2155 #: orig-docs/Documentation.html:1085
2156 msgid "To allow the usage of this functionality persistently:"
2159 #. type: Content of: <html><body><div><dl><dd><ul><li>
2160 #: orig-docs/Documentation.html:1089
2162 "put the table name in <tt>$cfg['Servers'][$i]['recent']</tt> "
2163 "(e.g. 'pma_recent')"
2166 #. type: Content of: <html><body><div><dl><dt>
2167 #: orig-docs/Documentation.html:1094
2170 "id=\"cfg_Servers_table_uiprefs\">$cfg['Servers'][$i]['table_uiprefs']</span> "
2174 #. type: Content of: <html><body><div><dl><dd>
2175 #: orig-docs/Documentation.html:1097
2177 "Since release 3.5.0 phpMyAdmin can be configured to remember several things "
2178 "(sorted column <a href=\"#cfg_RememberSorting\" "
2179 "class=\"configrule\">$cfg['RememberSorting']</a> , column order, and column "
2180 "visibility from a database table) for browsing tables. Without configuring "
2181 "the storage, these features still can be used, but the values will disappear "
2185 #. type: Content of: <html><body><div><dl><dd>
2186 #: orig-docs/Documentation.html:1104
2187 msgid "To allow the usage of these functionality persistently:"
2190 #. type: Content of: <html><body><div><dl><dd><ul><li>
2191 #: orig-docs/Documentation.html:1108
2193 "put the table name in <tt>$cfg['Servers'][$i]['table_uiprefs']</tt> "
2194 "(e.g. 'pma_table_uiprefs')"
2197 #. type: Content of: <html><body><div><dl><dt>
2198 #: orig-docs/Documentation.html:1113
2200 "<span id=\"cfg_Servers_tracking\">$cfg['Servers'][$i]['tracking']</span> "
2204 #. type: Content of: <html><body><div><dl><dd>
2205 #: orig-docs/Documentation.html:1116
2207 "Since release 3.3.x a tracking mechanism is available. It helps you to "
2208 "track every <abbr title=\"structured query language\">SQL</abbr> command "
2209 "which is executed by phpMyAdmin. The mechanism supports logging of data "
2210 "manipulation and data definition statements. After enabling it you can "
2211 "create versions of tables."
2214 #. type: Content of: <html><body><div><dl><dd>
2215 #: orig-docs/Documentation.html:1121
2216 msgid "The creation of a version has two effects:"
2219 #. type: Content of: <html><body><div><dl><dd><ul><li>
2220 #: orig-docs/Documentation.html:1124
2221 msgid "phpMyAdmin saves a snapshot of the table, including structure and indexes."
2224 #. type: Content of: <html><body><div><dl><dd><ul><li>
2225 #: orig-docs/Documentation.html:1125
2227 "phpMyAdmin logs all commands which change the structure and/or data of the "
2228 "table and links these commands with the version number."
2231 #. type: Content of: <html><body><div><dl><dd>
2232 #: orig-docs/Documentation.html:1128
2234 "Of course you can view the tracked changes. On the \"Tracking\" page a "
2235 "complete report is available for every version. For the report you can use "
2236 "filters, for example you can get a list of statements within a date range. "
2237 "When you want to filter usernames you can enter * for all names or you enter "
2238 "a list of names separated by ','. In addition you can export the (filtered) "
2239 "report to a file or to a temporary database."
2242 #. type: Content of: <html><body><div><dl><dd><ul><li>
2243 #: orig-docs/Documentation.html:1138
2245 "put the table name in <tt>$cfg['Servers'][$i]['tracking']</tt> "
2246 "(e.g. 'pma_tracking')"
2249 #. type: Content of: <html><body><div><dl><dt>
2250 #: orig-docs/Documentation.html:1143
2253 "id=\"cfg_Servers_tracking_version_auto_create\">$cfg['Servers'][$i]['tracking_version_auto_create']</span> "
2257 #. type: Content of: <html><body><div><dl><dd>
2258 #: orig-docs/Documentation.html:1146
2260 "Whether the tracking mechanism creates versions for tables and views "
2261 "automatically. Default value is false."
2264 #. type: Content of: <html><body><div><dl><dd>
2265 #: orig-docs/Documentation.html:1148
2266 msgid "If this is set to true and you create a table or view with"
2269 #. type: Content of: <html><body><div><dl><dd><ul><li>
2270 #: orig-docs/Documentation.html:1151
2271 msgid "CREATE TABLE ..."
2274 #. type: Content of: <html><body><div><dl><dd><ul><li>
2275 #: orig-docs/Documentation.html:1152
2276 msgid "CREATE VIEW ..."
2279 #. type: Content of: <html><body><div><dl><dd>
2280 #: orig-docs/Documentation.html:1155
2282 "and no version exists for it, the mechanism will create a version for you "
2286 #. type: Content of: <html><body><div><dl><dt>
2287 #: orig-docs/Documentation.html:1160
2290 "id=\"cfg_Servers_tracking_default_statements\">$cfg['Servers'][$i]['tracking_default_statements']</span> "
2294 #. type: Content of: <html><body><div><dl><dd>
2295 #: orig-docs/Documentation.html:1163
2297 "Defines the list of statements the auto-creation uses for new "
2298 "versions. Default value is"
2301 #. type: Content of: <html><body><div><dl><dd><pre>
2302 #: orig-docs/Documentation.html:1166
2305 "CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,\n"
2306 "CREATE INDEX,DROP INDEX,\n"
2307 "INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,\n"
2308 "CREATE VIEW,ALTER VIEW,DROP VIEW,\n"
2309 "CREATE DATABASE,ALTER DATABASE,DROP DATABASE"
2312 #. type: Content of: <html><body><div><dl><dt>
2313 #: orig-docs/Documentation.html:1174
2316 "id=\"cfg_Servers_tracking_add_drop_view\">$cfg['Servers'][$i]['tracking_add_drop_view']</span> "
2320 #. type: Content of: <html><body><div><dl><dd>
2321 #: orig-docs/Documentation.html:1177
2323 "Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
2324 "log when creating a view. Default value is true."
2327 #. type: Content of: <html><body><div><dl><dt>
2328 #: orig-docs/Documentation.html:1183
2331 "id=\"cfg_Servers_tracking_add_drop_table\">$cfg['Servers'][$i]['tracking_add_drop_table']</span> "
2335 #. type: Content of: <html><body><div><dl><dd>
2336 #: orig-docs/Documentation.html:1186
2338 "Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
2339 "log when creating a table. Default value is true."
2342 #. type: Content of: <html><body><div><dl><dt>
2343 #: orig-docs/Documentation.html:1191
2346 "id=\"cfg_Servers_tracking_add_drop_database\">$cfg['Servers'][$i]['tracking_add_drop_database']</span> "
2350 #. type: Content of: <html><body><div><dl><dd>
2351 #: orig-docs/Documentation.html:1194
2353 "Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
2354 "the log when creating a database. Default value is true."
2357 #. type: Content of: <html><body><div><dl><dt>
2358 #: orig-docs/Documentation.html:1199
2360 "<span id=\"cfg_Servers_userconfig\">$cfg['Servers'][$i]['userconfig']</span> "
2364 #. type: Content of: <html><body><div><dl><dd>
2365 #: orig-docs/Documentation.html:1202
2367 "Since release 3.4.x phpMyAdmin allows users to set most preferences by "
2368 "themselves and store them in the database."
2371 #. type: Content of: <html><body><div><dl><dd>
2372 #: orig-docs/Documentation.html:1206
2374 "If you don't allow for storing preferences in <a href=\"#pmadb\">pmadb</a>, "
2375 "users can still personalize phpMyAdmin, but settings will be saved in "
2376 "browser's local storage, or, it is is unavailable, until the end of session."
2379 #. type: Content of: <html><body><div><dl><dd><ul><li>
2380 #: orig-docs/Documentation.html:1216
2381 msgid "put the table name in <tt>$cfg['Servers'][$i]['userconfig']</tt>"
2384 #. type: Content of: <html><body><div><dl><dt>
2385 #: orig-docs/Documentation.html:1221
2388 "id=\"cfg_Servers_designer_coords\">$cfg['Servers'][$i]['designer_coords']</span> "
2392 #. type: Content of: <html><body><div><dl><dd>
2393 #: orig-docs/Documentation.html:1223
2395 "Since release 2.10.0 a Designer interface is available; it permits to "
2396 "visually manage the relations."
2399 #. type: Content of: <html><body><div><dl><dd><ul><li>
2400 #: orig-docs/Documentation.html:1230
2402 "put the table name in <tt>$cfg['Servers'][$i]['designer_coords']</tt> "
2403 "(e.g. 'pma_designer_coords')"
2406 #. type: Content of: <html><body><div><dl><dt>
2407 #: orig-docs/Documentation.html:1235
2410 "id=\"cfg_Servers_MaxTableUiprefs\">$cfg['Servers'][$i]['MaxTableUiprefs']</span> "
2414 #. type: Content of: <html><body><div><dl><dd>
2415 #: orig-docs/Documentation.html:1237
2417 "Maximum number of rows saved in <a "
2418 "href=\"#cfg_Servers_table_uiprefs\">$cfg['Servers'][$i]['table_uiprefs']</a> "
2422 #. type: Content of: <html><body><div><dl><dd>
2423 #: orig-docs/Documentation.html:1240
2425 "When tables are dropped or renamed, table_uiprefs may contain invalid data "
2426 "(referring to tables which no longer exist)."
2429 #. type: Content of: <html><body><div><dl><dd>
2430 #: orig-docs/Documentation.html:1242
2432 "We only keep this number of newest rows in table_uiprefs and automatically "
2433 "delete older rows."
2436 #. type: Content of: <html><body><div><dl><dt>
2437 #: orig-docs/Documentation.html:1244
2440 "id=\"cfg_Servers_verbose_check\">$cfg['Servers'][$i]['verbose_check']</span> "
2444 #. type: Content of: <html><body><div><dl><dd>
2445 #: orig-docs/Documentation.html:1246
2447 "Because release 2.5.0 introduced the new MIME-transformation support, the "
2448 "column_info table got enhanced with three new columns. If the above variable "
2449 "is set to <tt>TRUE</tt> (default) phpMyAdmin will check if you have the "
2450 "latest table structure available. If not, it will emit a warning to the "
2454 #. type: Content of: <html><body><div><dl><dd>
2455 #: orig-docs/Documentation.html:1252
2457 "You can disable this checking behavior by setting the variable to false, "
2458 "which should offer a performance increase."
2461 #. type: Content of: <html><body><div><dl><dd>
2462 #: orig-docs/Documentation.html:1255
2464 "Recommended to set to FALSE, when you are sure, your table structure is up "
2468 #. type: Content of: <html><body><div><dl><dt>
2469 #: orig-docs/Documentation.html:1257
2471 "<span id=\"cfg_Servers_AllowRoot\">$cfg['Servers'][$i]['AllowRoot']</span> "
2475 #. type: Content of: <html><body><div><dl><dd>
2476 #: orig-docs/Documentation.html:1259
2478 "Whether to allow root access. This is just a shortcut for the AllowDeny "
2482 #. type: Content of: <html><body><div><dl><dt>
2483 #: orig-docs/Documentation.html:1261
2486 "id=\"cfg_Servers_AllowNoPassword\">$cfg['Servers'][$i]['AllowNoPassword']</span> "
2490 #. type: Content of: <html><body><div><dl><dd>
2491 #: orig-docs/Documentation.html:1263
2493 "Whether to allow logins without a password. The default value of "
2494 "<tt>false</tt> for this parameter prevents unintended access to a MySQL "
2495 "server with was left with an empty password for root or on which an "
2496 "anonymous (blank) user is defined."
2499 #. type: Content of: <html><body><div><dl><dt>
2500 #: orig-docs/Documentation.html:1269
2503 "id=\"cfg_Servers_AllowDeny_order\">$cfg['Servers'][$i]['AllowDeny']['order']</span> "
2507 #. type: Content of: <html><body><div><dl><dd>
2508 #: orig-docs/Documentation.html:1271
2510 "If your rule order is empty, then <abbr title=\"Internet "
2511 "Protocol\">IP</abbr> authorization is disabled."
2514 #. type: Content of: <html><body><div><dl><dd>
2515 #: orig-docs/Documentation.html:1274
2517 "If your rule order is set to <tt>'deny,allow'</tt> then the system applies "
2518 "all deny rules followed by allow rules. Access is allowed by default. Any "
2519 "client which does not match a Deny command or does match an Allow command "
2520 "will be allowed access to the server."
2523 #. type: Content of: <html><body><div><dl><dd>
2524 #: orig-docs/Documentation.html:1279
2526 "If your rule order is set to <tt>'allow,deny'</tt> then the system applies "
2527 "all allow rules followed by deny rules. Access is denied by default. Any "
2528 "client which does not match an Allow directive or does match a Deny "
2529 "directive will be denied access to the server."
2532 #. type: Content of: <html><body><div><dl><dd>
2533 #: orig-docs/Documentation.html:1284
2535 "If your rule order is set to 'explicit', authorization is performed in a "
2536 "similar fashion to rule order 'deny,allow', with the added restriction that "
2537 "your host/username combination <b>must</b> be listed in the <i>allow</i> "
2538 "rules, and not listed in the <i>deny</i> rules. This is the <b>most</b> "
2539 "secure means of using Allow/Deny rules, and was available in Apache by "
2540 "specifying allow and deny rules without setting any order."
2543 #. type: Content of: <html><body><div><dl><dd>
2544 #: orig-docs/Documentation.html:1292
2546 "Please also see <a href=\"#cfg_TrustedProxies\">$cfg['TrustedProxies']</a> "
2547 "for detecting IP address behind proxies."
2550 #. type: Content of: <html><body><div><dl><dt>
2551 #: orig-docs/Documentation.html:1297
2554 "id=\"cfg_Servers_AllowDeny_rules\">$cfg['Servers'][$i]['AllowDeny']['rules']</span> "
2558 #. type: Content of: <html><body><div><dl><dd>
2559 #: orig-docs/Documentation.html:1299
2560 msgid "The general format for the rules is as such:"
2563 #. type: Content of: <html><body><div><dl><dd><pre>
2564 #: orig-docs/Documentation.html:1302
2566 msgid "<'allow' | 'deny'> <username> [from] <ipmask>\n"
2569 #. type: Content of: <html><body><div><dl><dd>
2570 #: orig-docs/Documentation.html:1305
2572 "If you wish to match all users, it is possible to use a <tt>'%'</tt> as a "
2573 "wildcard in the <i>username</i> field."
2576 #. type: Content of: <html><body><div><dl><dd>
2577 #: orig-docs/Documentation.html:1307
2579 "There are a few shortcuts you can use in the <i>ipmask</i> field as well "
2580 "(please note that those containing SERVER_ADDRESS might not be available on "
2584 #. type: Content of: <html><body><div><dl><dd><pre>
2585 #: orig-docs/Documentation.html:1311
2588 "'all' -> 0.0.0.0/0\n"
2589 "'localhost' -> 127.0.0.1/8\n"
2590 "'localnetA' -> SERVER_ADDRESS/8\n"
2591 "'localnetB' -> SERVER_ADDRESS/16\n"
2592 "'localnetC' -> SERVER_ADDRESS/24\n"
2595 #. type: Content of: <html><body><div><dl><dd>
2596 #: orig-docs/Documentation.html:1318
2598 "Having an empty rule list is equivalent to either using <tt>'allow % from "
2599 "all'</tt> if your rule order is set to <tt>'deny,allow'</tt> or <tt>'deny % "
2600 "from all'</tt> if your rule order is set to <tt>'allow,deny'</tt> or "
2601 "<tt>'explicit'</tt>."
2604 #. type: Content of: <html><body><div><dl><dd>
2605 #: orig-docs/Documentation.html:1323
2607 "For the <abbr title=\"Internet Protocol\">IP</abbr> matching system, the "
2611 #. type: Content of: <html><body><div><dl><dd>
2612 #: orig-docs/Documentation.html:1325
2614 "<tt>xxx.xxx.xxx.xxx</tt> (an exact <abbr title=\"Internet "
2615 "Protocol\">IP</abbr> address)"
2618 #. type: Content of: <html><body><div><dl><dd>
2619 #: orig-docs/Documentation.html:1326
2621 "<tt>xxx.xxx.xxx.[yyy-zzz]</tt> (an <abbr title=\"Internet "
2622 "Protocol\">IP</abbr> address range)"
2625 #. type: Content of: <html><body><div><dl><dd>
2626 #: orig-docs/Documentation.html:1327
2628 "<tt>xxx.xxx.xxx.xxx/nn</tt> (CIDR, Classless Inter-Domain Routing type <abbr "
2629 "title=\"Internet Protocol\">IP</abbr> addresses)"
2632 #. type: Content of: <html><body><div><dl><dd>
2633 #: orig-docs/Documentation.html:1328
2634 msgid "But the following does not work:"
2637 #. type: Content of: <html><body><div><dl><dd>
2638 #: orig-docs/Documentation.html:1329
2640 "<tt>xxx.xxx.xxx.xx[yyy-zzz]</tt> (partial <abbr title=\"Internet "
2641 "Protocol\">IP</abbr> address range)"
2644 #. type: Content of: <html><body><div><dl><dd>
2645 #: orig-docs/Documentation.html:1331
2646 msgid "Also IPv6 addresses are not supported."
2649 #. type: Content of: <html><body><div><dl><dt>
2650 #: orig-docs/Documentation.html:1333
2652 "<span id=\"cfg_Servers_DisableIS\">$cfg['Servers'][$i]['DisableIS']</span> "
2656 #. type: Content of: <html><body><div><dl><dd>
2657 #: orig-docs/Documentation.html:1334
2659 "Disable using <tt>INFORMATION_SCHEMA</tt> to retrieve information (use "
2660 "<tt>SHOW</tt> commands instead), because of speed issues when many databases "
2661 "are present. Currently used in some parts of the code, more to come."
2664 #. type: Content of: <html><body><div><dl><dt>
2665 #: orig-docs/Documentation.html:1336
2668 "id=\"cfg_Servers_ShowDatabasesCommand\">$cfg['Servers'][$i]['ShowDatabasesCommand']</span> "
2672 #. type: Content of: <html><body><div><dl><dd>
2673 #: orig-docs/Documentation.html:1337
2675 "On a server with a huge number of databases, the default <tt>SHOW "
2676 "DATABASES</tt> command used to fetch the name of available databases will "
2677 "probably be too slow, so it can be replaced by faster commands (see "
2678 "<tt>libraries/config.default.php</tt> for examples)."
2681 #. type: Content of: <html><body><div><dl><dt>
2682 #: orig-docs/Documentation.html:1342
2685 "id=\"cfg_Servers_CountTables\">$cfg['Servers'][$i]['CountTables']</span> "
2689 #. type: Content of: <html><body><div><dl><dd>
2690 #: orig-docs/Documentation.html:1343
2692 "Whether to count the number of tables for each database when preparing the "
2693 "list of databases for the navigation frame."
2696 #. type: Content of: <html><body><div><dl><dt>
2697 #: orig-docs/Documentation.html:1345
2700 "id=\"cfg_Servers_SignonScript\">$cfg['Servers'][$i]['SignonScript']</span> "
2704 #. type: Content of: <html><body><div><dl><dd>
2705 #: orig-docs/Documentation.html:1346
2707 "Name of PHP script to be sourced and executed to obtain login "
2708 "credentials. This is alternative approach to session based single "
2709 "signon. The script needs to provide function "
2710 "<code>get_login_credentials</code> which returns list of username and "
2711 "password, accepting single parameter of existing username (can be empty). "
2712 "See <code>scripts/signon-script.php</code> for an example."
2715 #. type: Content of: <html><body><div><dl><dt>
2716 #: orig-docs/Documentation.html:1353
2719 "id=\"cfg_Servers_SignonSession\">$cfg['Servers'][$i]['SignonSession']</span> "
2723 #. type: Content of: <html><body><div><dl><dd>
2724 #: orig-docs/Documentation.html:1354
2726 "Name of session which will be used for signon authentication method. You "
2727 "should use something different than <code>phpMyAdmin</code>, because this is "
2728 "session which phpMyAdmin uses internally. Takes effect only if <a "
2729 "href=\"#cfg_Servers_SignonScript\" class=\"configrule\">SignonScript</a> is "
2733 #. type: Content of: <html><body><div><dl><dt>
2734 #: orig-docs/Documentation.html:1360
2736 "<span id=\"cfg_Servers_SignonURL\">$cfg['Servers'][$i]['SignonURL']</span> "
2740 #. type: Content of: <html><body><div><dl><dd>
2741 #: orig-docs/Documentation.html:1361
2743 "URL where user will be redirected to log in for signon authentication "
2744 "method. Should be absolute including protocol."
2747 #. type: Content of: <html><body><div><dl><dt>
2748 #: orig-docs/Documentation.html:1363
2750 "<span id=\"cfg_Servers_LogoutURL\">$cfg['Servers'][$i]['LogoutURL']</span> "
2754 #. type: Content of: <html><body><div><dl><dd>
2755 #: orig-docs/Documentation.html:1364
2757 "URL where user will be redirected after logout (doesn't affect config "
2758 "authentication method). Should be absolute including protocol."
2761 #. type: Content of: <html><body><div><dl><dt>
2762 #: orig-docs/Documentation.html:1367
2763 msgid "$cfg['ServerDefault'] integer"
2766 #. type: Content of: <html><body><div><dl><dd>
2767 #: orig-docs/Documentation.html:1368
2769 "If you have more than one server configured, you can set "
2770 "<tt>$cfg['ServerDefault']</tt> to any one of them to autoconnect to that "
2771 "server when phpMyAdmin is started, or set it to 0 to be given a list of "
2772 "servers without logging in."
2775 #. type: Content of: <html><body><div><dl><dd>
2776 #: orig-docs/Documentation.html:1372
2778 "If you have only one server configured, <tt>$cfg['ServerDefault']</tt> MUST "
2779 "be set to that server."
2782 #. type: Content of: <html><body><div><dl><dt>
2783 #: orig-docs/Documentation.html:1375
2784 msgid "$cfg['AjaxEnable'] boolean"
2787 #. type: Content of: <html><body><div><dl><dd>
2788 #: orig-docs/Documentation.html:1376
2790 "Defines whether to refresh only parts of certain pages using Ajax "
2791 "techniques. Applies only where a non-Ajax behavior is possible; for example, "
2792 "the Designer feature is Ajax-only so this directive does not apply to it."
2795 #. type: Content of: <html><body><div><dl><dt>
2796 #: orig-docs/Documentation.html:1381
2797 msgid "$cfg['VersionCheck'] boolean"
2800 #. type: Content of: <html><body><div><dl><dd>
2801 #: orig-docs/Documentation.html:1382
2802 msgid "Enables check for latest versions using javascript on main phpMyAdmin page."
2805 #. type: Content of: <html><body><div><dl><dt>
2806 #: orig-docs/Documentation.html:1385
2807 msgid "$cfg['MaxDbList'] integer"
2810 #. type: Content of: <html><body><div><dl><dd>
2811 #: orig-docs/Documentation.html:1386
2813 "The maximum number of database names to be displayed in the navigation frame "
2814 "and the database list."
2817 #. type: Content of: <html><body><div><dl><dt>
2818 #: orig-docs/Documentation.html:1389
2819 msgid "$cfg['MaxTableList'] integer"
2822 #. type: Content of: <html><body><div><dl><dd>
2823 #: orig-docs/Documentation.html:1390
2825 "The maximum number of table names to be displayed in the main panel's list "
2826 "(except on the Export page). This limit is also enforced in the navigation "
2827 "panel when in Light mode."
2830 #. type: Content of: <html><body><div><dl><dt>
2831 #: orig-docs/Documentation.html:1394
2832 msgid "$cfg['ShowHint'] boolean"
2835 #. type: Content of: <html><body><div><dl><dd>
2836 #: orig-docs/Documentation.html:1395
2838 "Whether or not to show hints (for example, hints when hovering over table "
2842 #. type: Content of: <html><body><div><dl><dt>
2843 #: orig-docs/Documentation.html:1397
2844 msgid "$cfg['MaxCharactersInDisplayedSQL'] integer"
2847 #. type: Content of: <html><body><div><dl><dd>
2848 #: orig-docs/Documentation.html:1398
2850 "The maximum number of characters when a SQL query is displayed. The default "
2851 "limit of 1000 should be correct to avoid the display of tons of hexadecimal "
2852 "codes that represent BLOBs, but some users have real SQL queries that are "
2853 "longer than 1000 characters. Also, if a query's length exceeds this limit, "
2854 "this query is not saved in the history."
2857 #. type: Content of: <html><body><div><dl><dt>
2858 #: orig-docs/Documentation.html:1404
2859 msgid "$cfg['OBGzip'] string/boolean"
2862 #. type: Content of: <html><body><div><dl><dd>
2863 #: orig-docs/Documentation.html:1405
2865 "Defines whether to use GZip output buffering for increased speed in <abbr "
2866 "title=\"HyperText Transfer Protocol\">HTTP</abbr> transfers."
2869 #. type: Content of: <html><body><div><dl><dd>
2870 #: orig-docs/Documentation.html:1407
2872 "Set to true/false for enabling/disabling. When set to 'auto' (string), "
2873 "phpMyAdmin tries to enable output buffering and will automatically disable "
2874 "it if your browser has some problems with buffering. IE6 with a certain "
2875 "patch is known to cause data corruption when having enabled buffering."
2878 #. type: Content of: <html><body><div><dl><dt>
2879 #: orig-docs/Documentation.html:1412
2880 msgid "$cfg['PersistentConnections'] boolean"
2883 #. type: Content of: <html><body><div><dl><dd>
2884 #: orig-docs/Documentation.html:1413
2887 "href=\"http://php.net/manual/en/features.persistent-connections.php\">persistent "
2888 "connections</a> should be used or not. Works with following extensions:"
2891 #. type: Content of: <html><body><div><dl><dd><ul><li>
2892 #: orig-docs/Documentation.html:1416
2895 "href=\"http://php.net/manual/en/function.mysql-pconnect.php\">mysql_pconnect</a>),"
2898 #. type: Content of: <html><body><div><dl><dd><ul><li>
2899 #: orig-docs/Documentation.html:1417
2901 "mysqli (requires PHP 5.3.0 or newer, <a "
2902 "href=\"http://php.net/manual/en/mysqli.persistconns.php\">more "
2906 #. type: Content of: <html><body><div><dl><dt>
2907 #: orig-docs/Documentation.html:1420
2908 msgid "$cfg['ForceSSL'] boolean"
2911 #. type: Content of: <html><body><div><dl><dd>
2912 #: orig-docs/Documentation.html:1421
2913 msgid "Whether to force using https while accessing phpMyAdmin."
2916 #. type: Content of: <html><body><div><dl><dt>
2917 #: orig-docs/Documentation.html:1423
2918 msgid "$cfg['ExecTimeLimit'] integer [number of seconds]"
2921 #. type: Content of: <html><body><div><dl><dd>
2922 #: orig-docs/Documentation.html:1424
2924 "Set the number of seconds a script is allowed to run. If seconds is set to "
2925 "zero, no time limit is imposed."
2928 #. type: Content of: <html><body><div><dl><dd>
2929 #: orig-docs/Documentation.html:1426
2931 "This setting is used while importing/exporting dump files and in the "
2932 "Synchronize feature but has no effect when PHP is running in safe mode."
2935 #. type: Content of: <html><body><div><dl><dt>
2936 #: orig-docs/Documentation.html:1429
2937 msgid "$cfg['SessionSavePath'] string"
2940 #. type: Content of: <html><body><div><dl><dd>
2941 #: orig-docs/Documentation.html:1430
2943 "Path for storing session data (<a "
2944 "href=\"http://php.net/session_save_path\">session_save_path PHP "
2948 #. type: Content of: <html><body><div><dl><dt>
2949 #: orig-docs/Documentation.html:1433
2950 msgid "$cfg['MemoryLimit'] string [number of bytes]"
2953 #. type: Content of: <html><body><div><dl><dd>
2954 #: orig-docs/Documentation.html:1434
2956 "Set the number of bytes a script is allowed to allocate. If set to zero, no "
2960 #. type: Content of: <html><body><div><dl><dd>
2961 #: orig-docs/Documentation.html:1436
2963 "This setting is used while importing/exporting dump files and at some other "
2964 "places in phpMyAdmin so you definitely don't want to put here a too low "
2965 "value. It has no effect when PHP is running in safe mode."
2968 #. type: Content of: <html><body><div><dl><dd>
2969 #: orig-docs/Documentation.html:1439
2971 "You can also use any string as in php.ini, eg. '16M'. Ensure you don't omit "
2972 "the suffix (16 means 16 bytes!)"
2975 #. type: Content of: <html><body><div><dl><dt>
2976 #: orig-docs/Documentation.html:1442
2977 msgid "$cfg['SkipLockedTables'] boolean"
2980 #. type: Content of: <html><body><div><dl><dd>
2981 #: orig-docs/Documentation.html:1443
2983 "Mark used tables and make it possible to show databases with locked tables "
2984 "(since MySQL 3.23.30)."
2987 #. type: Content of: <html><body><div><dl><dt>
2988 #: orig-docs/Documentation.html:1446
2989 msgid "$cfg['ShowSQL'] boolean"
2992 #. type: Content of: <html><body><div><dl><dd>
2993 #: orig-docs/Documentation.html:1447
2995 "Defines whether <abbr title=\"structured query language\">SQL</abbr> queries "
2996 "generated by phpMyAdmin should be displayed or not."
2999 #. type: Content of: <html><body><div><dl><dt>
3000 #: orig-docs/Documentation.html:1450
3001 msgid "$cfg['RetainQueryBox'] boolean"
3004 #. type: Content of: <html><body><div><dl><dd>
3005 #: orig-docs/Documentation.html:1451
3007 "Defines whether the <abbr title=\"structured query language\">SQL</abbr> "
3008 "query box should be kept displayed after its submission."
3011 #. type: Content of: <html><body><div><dl><dt>
3012 #: orig-docs/Documentation.html:1454
3013 msgid "$cfg['AllowUserDropDatabase'] boolean"
3016 #. type: Content of: <html><body><div><dl><dd>
3017 #: orig-docs/Documentation.html:1455
3019 "Defines whether normal users (non-administrator) are allowed to delete their "
3020 "own database or not. If set as FALSE, the link "Drop Database" "
3021 "will not be shown, and even a "DROP DATABASE mydatabase" will be "
3022 "rejected. Quite practical for <abbr title=\"Internet service "
3023 "provider\">ISP</abbr>'s with many customers."
3026 #. type: Content of: <html><body><div><dl><dd>
3027 #: orig-docs/Documentation.html:1461
3029 "Please note that this limitation of SQL queries is not as strict as when "
3030 "using MySQL privileges. This is due to nature of SQL queries which might be "
3031 "quite complicated. So this choice should be viewed as help to avoid "
3032 "accidental dropping rather than strict privilege limitation."
3035 #. type: Content of: <html><body><div><dl><dt>
3036 #: orig-docs/Documentation.html:1467
3037 msgid "$cfg['Confirm'] boolean"
3040 #. type: Content of: <html><body><div><dl><dd>
3041 #: orig-docs/Documentation.html:1468
3043 "Whether a warning ("Are your really sure...") should be displayed "
3044 "when you're about to lose data."
3047 #. type: Content of: <html><body><div><dl><dt>
3048 #: orig-docs/Documentation.html:1471
3049 msgid "$cfg['LoginCookieRecall'] boolean"
3052 #. type: Content of: <html><body><div><dl><dd>
3053 #: orig-docs/Documentation.html:1472
3055 "Define whether the previous login should be recalled or not in cookie "
3056 "authentication mode."
3059 #. type: Content of: <html><body><div><dl><dd>
3060 #: orig-docs/Documentation.html:1475
3062 "This is automatically disabled if you do not have configured <tt><a "
3063 "href=\"#cfg_blowfish_secret\">$cfg['blowfish_secret']</a></tt>."
3066 #. type: Content of: <html><body><div><dl><dt>
3067 #: orig-docs/Documentation.html:1479
3068 msgid "$cfg['LoginCookieValidity'] integer [number of seconds]"
3071 #. type: Content of: <html><body><div><dl><dd>
3072 #: orig-docs/Documentation.html:1480
3074 "Define how long is login cookie valid. Please note that php configuration "
3076 "href=\"http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime\">session.gc_maxlifetime</a> "
3077 "might limit session validity and if session is lost, login cookie is also "
3078 "invalidated. So it is a good idea to set <code>session.gc_maxlifetime</code> "
3079 "not lower than the value of $cfg['LoginCookieValidity']."
3082 #. type: Content of: <html><body><div><dl><dt>
3083 #: orig-docs/Documentation.html:1486
3084 msgid "$cfg['LoginCookieStore'] integer [number of seconds]"
3087 #. type: Content of: <html><body><div><dl><dd>
3088 #: orig-docs/Documentation.html:1487
3090 "Define how long login cookie should be stored in browser. Default 0 means "
3091 "that it will be kept for existing session. This is recommended for not "
3092 "trusted environments."
3095 #. type: Content of: <html><body><div><dl><dt>
3096 #: orig-docs/Documentation.html:1491
3097 msgid "$cfg['LoginCookieDeleteAll'] boolean"
3100 #. type: Content of: <html><body><div><dl><dd>
3101 #: orig-docs/Documentation.html:1492
3103 "If enabled (default), logout deletes cookies for all servers, otherwise only "
3104 "for current one. Setting this to false makes it easy to forget to log out "
3105 "from other server, when you are using more of them."
3108 #. type: Content of: <html><body><div><dl><dt>
3109 #: orig-docs/Documentation.html:1497
3110 msgid "$cfg['UseDbSearch'] boolean"
3113 #. type: Content of: <html><body><div><dl><dd>
3114 #: orig-docs/Documentation.html:1498
3115 msgid "Define whether the \"search string inside database\" is enabled or not."
3118 #. type: Content of: <html><body><div><dl><dt>
3119 #: orig-docs/Documentation.html:1500
3120 msgid "$cfg['IgnoreMultiSubmitErrors'] boolean"
3123 #. type: Content of: <html><body><div><dl><dd>
3124 #: orig-docs/Documentation.html:1501
3126 "Define whether phpMyAdmin will continue executing a multi-query statement if "
3127 "one of the queries fails. Default is to abort execution."
3130 #. type: Content of: <html><body><div><dl><dt>
3131 #: orig-docs/Documentation.html:1504
3132 msgid "$cfg['VerboseMultiSubmit'] boolean"
3135 #. type: Content of: <html><body><div><dl><dd>
3136 #: orig-docs/Documentation.html:1505
3138 "Define whether phpMyAdmin will output the results of each query of a "
3139 "multi-query statement embedded into the <abbr title=\"structured query "
3140 "language\">SQL</abbr> output as inline comments. Defaults to <tt>TRUE</tt>."
3143 #. type: Content of: <html><body><div><dl><dt>
3144 #: orig-docs/Documentation.html:1510
3146 "<span id=\"cfg_AllowArbitraryServer\">$cfg['AllowArbitraryServer']</span> "
3150 #. type: Content of: <html><body><div><dl><dd>
3151 #: orig-docs/Documentation.html:1511
3153 "If enabled, allows you to log in to arbitrary servers using cookie auth and "
3154 "permits to specify servers of your choice in the Synchronize dialog."
3157 #. type: Content of: <html><body><div><dl><dd>
3158 #: orig-docs/Documentation.html:1514
3160 "<b>NOTE:</b> Please use this carefully, as this may allow users access to "
3161 "MySQL servers behind the firewall where your <abbr title=\"HyperText "
3162 "Transfer Protocol\">HTTP</abbr> server is placed."
3165 #. type: Content of: <html><body><div><dl><dt>
3166 #: orig-docs/Documentation.html:1519
3167 msgid "$cfg['Error_Handler']['display'] boolean"
3170 #. type: Content of: <html><body><div><dl><dd>
3171 #: orig-docs/Documentation.html:1520
3172 msgid "Whether to display errors from PHP or not."
3175 #. type: Content of: <html><body><div><dl><dt>
3176 #: orig-docs/Documentation.html:1522
3177 msgid "$cfg['Error_Handler']['gather'] boolean"
3180 #. type: Content of: <html><body><div><dl><dd>
3181 #: orig-docs/Documentation.html:1523
3182 msgid "Whether to gather errors from PHP or not."
3185 #. type: Content of: <html><body><div><dl><dt>
3186 #: orig-docs/Documentation.html:1525
3187 msgid "$cfg['LeftFrameLight'] boolean"
3190 #. type: Content of: <html><body><div><dl><dd>
3191 #: orig-docs/Documentation.html:1526
3193 "Defines whether to use a select-based menu and display only the current "
3194 "tables in the left frame (smaller page). Only in Non-Lightmode you can use "
3195 "the feature to display nested folders using <a "
3196 "href=\"#cfg_LeftFrameTableSeparator\" "
3197 "class=\"configrule\">$cfg['LeftFrameTableSeparator']</a>"
3200 #. type: Content of: <html><body><div><dl><dt>
3201 #: orig-docs/Documentation.html:1532
3202 msgid "$cfg['LeftFrameDBTree'] boolean"
3205 #. type: Content of: <html><body><div><dl><dd>
3206 #: orig-docs/Documentation.html:1533
3208 "Defines whether to display the names of databases (in the selector) using a "
3209 "tree, see also <a href=\"#cfg_LeftFrameDBSeparator\" "
3210 "class=\"configrule\">$cfg['LeftFrameDBSeparator']</a>."
3213 #. type: Content of: <html><body><div><dl><dt>
3214 #: orig-docs/Documentation.html:1538
3215 msgid "$cfg['LeftFrameDBSeparator'] string or array"
3218 #. type: Content of: <html><body><div><dl><dd>
3219 #: orig-docs/Documentation.html:1540
3221 "The string used to separate the parts of the database name when showing them "
3222 "in a tree. Alternatively you can specify more strings in an array and all of "
3223 "them will be used as a separator."
3226 #. type: Content of: <html><body><div><dl><dt>
3227 #: orig-docs/Documentation.html:1544
3228 msgid "$cfg['LeftFrameTableSeparator'] string"
3231 #. type: Content of: <html><body><div><dl><dd>
3232 #: orig-docs/Documentation.html:1545
3234 "Defines a string to be used to nest table spaces. Defaults to '__'. This "
3235 "means if you have tables like 'first__second__third' this will be shown as a "
3236 "three-level hierarchy like: first > second > third. If set to FALSE "
3237 "or empty, the feature is disabled. NOTE: You should not use this separator "
3238 "at the beginning or end of a table name or multiple times after another "
3239 "without any other characters in between."
3242 #. type: Content of: <html><body><div><dl><dt>
3243 #: orig-docs/Documentation.html:1553
3244 msgid "$cfg['LeftFrameTableLevel'] string"
3247 #. type: Content of: <html><body><div><dl><dd>
3248 #: orig-docs/Documentation.html:1554
3250 "Defines how many sublevels should be displayed when splitting up tables by "
3251 "the above separator."
3254 #. type: Content of: <html><body><div><dl><dt>
3255 #: orig-docs/Documentation.html:1557
3256 msgid "$cfg['LeftRecentTable'] integer"
3259 #. type: Content of: <html><body><div><dl><dd>
3260 #: orig-docs/Documentation.html:1558
3262 "The maximum number of recently used tables shown in the left navigation "
3263 "frame. Set this to 0 (zero) to disable the listing of recent tables."
3266 #. type: Content of: <html><body><div><dl><dt>
3267 #: orig-docs/Documentation.html:1561
3268 msgid "$cfg['ShowTooltip'] boolean"
3271 #. type: Content of: <html><body><div><dl><dd>
3272 #: orig-docs/Documentation.html:1562
3273 msgid "Defines whether to display table comment as tool-tip in left frame or not."
3276 #. type: Content of: <html><body><div><dl><dt>
3277 #: orig-docs/Documentation.html:1565
3278 msgid "$cfg['ShowTooltipAliasDB'] boolean"
3281 #. type: Content of: <html><body><div><dl><dd>
3282 #: orig-docs/Documentation.html:1566
3284 "If tool-tips are enabled and a DB comment is set, this will flip the comment "
3285 "and the real name. That means that if you have a table called 'user0001' and "
3286 "add the comment 'MyName' on it, you will see the name 'MyName' used "
3287 "consequently in the left frame and the tool-tip shows the real name of the "
3291 #. type: Content of: <html><body><div><dl><dt>
3292 #: orig-docs/Documentation.html:1572
3293 msgid "$cfg['ShowTooltipAliasTB'] boolean/string"
3296 #. type: Content of: <html><body><div><dl><dd>
3297 #: orig-docs/Documentation.html:1573
3299 "Same as <a href=\"#cfg_ShowTooltipAliasDB\" "
3300 "class=\"configrule\">$cfg['ShowTooltipAliasDB']</a>, except this works for "
3301 "table names. When setting this to 'nested', the Alias of the Tablename is "
3302 "only used to split/nest the tables according to the <a "
3303 "href=\"#cfg_LeftFrameTableSeparator\" "
3304 "class=\"configrule\">$cfg['LeftFrameTableSeparator']</a> directive. So only "
3305 "the folder is called like the Alias, the tablename itself stays the real "
3309 #. type: Content of: <html><body><div><dl><dt>
3310 #: orig-docs/Documentation.html:1581
3311 msgid "$cfg['LeftDisplayLogo'] boolean"
3314 #. type: Content of: <html><body><div><dl><dd>
3315 #: orig-docs/Documentation.html:1582
3317 "Defines whether or not to display the phpMyAdmin logo at the top of the left "
3318 "frame. Defaults to <tt>TRUE</tt>."
3321 #. type: Content of: <html><body><div><dl><dt>
3322 #: orig-docs/Documentation.html:1584
3323 msgid "$cfg['LeftLogoLink'] string"
3326 #. type: Content of: <html><body><div><dl><dd>
3327 #: orig-docs/Documentation.html:1585
3329 "Enter URL where logo in the navigation frame will point to. For use "
3330 "especially with self made theme which changes this. The default value for "
3331 "this is <tt>main.php</tt>."
3334 #. type: Content of: <html><body><div><dl><dt>
3335 #: orig-docs/Documentation.html:1589
3336 msgid "$cfg['LeftLogoLinkWindow'] string"
3339 #. type: Content of: <html><body><div><dl><dd>
3340 #: orig-docs/Documentation.html:1590
3342 "Whether to open the linked page in the main window (<tt>main</tt>) or in a "
3343 "new one (<tt>new</tt>). Note: use <tt>new</tt> if you are linking to "
3344 "<tt>phpmyadmin.net</tt>."
3347 #. type: Content of: <html><body><div><dl><dt>
3348 #: orig-docs/Documentation.html:1594
3349 msgid "$cfg['LeftDisplayTableFilterMinimum'] integer"
3352 #. type: Content of: <html><body><div><dl><dd>
3353 #: orig-docs/Documentation.html:1596
3355 "Defines the minimum number of tables to display a JavaScript filter box "
3356 "above the list of tables in the left frame. Defaults to <tt>30</tt>. To "
3357 "disable the filter completely some high number can he used (e.g. 9999)"
3360 #. type: Content of: <html><body><div><dl><dt>
3361 #: orig-docs/Documentation.html:1601
3362 msgid "$cfg['LeftDisplayServers'] boolean"
3365 #. type: Content of: <html><body><div><dl><dd>
3366 #: orig-docs/Documentation.html:1602
3368 "Defines whether or not to display a server choice at the top of the left "
3369 "frame. Defaults to FALSE."
3372 #. type: Content of: <html><body><div><dl><dt>
3373 #: orig-docs/Documentation.html:1604
3374 msgid "$cfg['DisplayServersList'] boolean"
3377 #. type: Content of: <html><body><div><dl><dd>
3378 #: orig-docs/Documentation.html:1605
3380 "Defines whether to display this server choice as links instead of in a "
3381 "drop-down. Defaults to FALSE (drop-down)."
3384 #. type: Content of: <html><body><div><dl><dt>
3385 #: orig-docs/Documentation.html:1607
3386 msgid "$cfg['DisplayDatabasesList'] boolean or text"
3389 #. type: Content of: <html><body><div><dl><dd>
3390 #: orig-docs/Documentation.html:1608
3392 "Defines whether to display database choice in light navigation frame as "
3393 "links instead of in a drop-down. Defaults to 'auto' - on main page list is "
3394 "shown, when database is selected, only drop down is displayed."
3397 #. type: Content of: <html><body><div><dl><dt>
3398 #: orig-docs/Documentation.html:1612
3399 msgid "$cfg['LeftDefaultTabTable'] string"
3402 #. type: Content of: <html><body><div><dl><dd>
3403 #: orig-docs/Documentation.html:1613
3405 "Defines the tab displayed by default when clicking the small icon next to "
3406 "each table name in the navigation panel. Possible values: "
3407 ""tbl_structure.php", "tbl_sql.php", "
3408 ""tbl_select.php", "tbl_change.php" or "
3409 ""sql.php"."
3412 #. type: Content of: <html><body><div><dl><dt>
3413 #: orig-docs/Documentation.html:1619
3414 msgid "$cfg['ShowStats'] boolean"
3417 #. type: Content of: <html><body><div><dl><dd>
3418 #: orig-docs/Documentation.html:1620
3420 "Defines whether or not to display space usage and statistics about databases "
3424 #. type: Content of: <html><body><div><dl><dd>
3425 #: orig-docs/Documentation.html:1622
3427 "Note that statistics requires at least MySQL 3.23.3 and that, at this date, "
3428 "MySQL doesn't return such information for Berkeley DB tables."
3431 #. type: Content of: <html><body><div><dl><dt>
3432 #: orig-docs/Documentation.html:1625
3433 msgid "<span id=\"cfg_ShowServerInfo\">$cfg['ShowServerInfo'] </span>boolean"
3436 #. type: Content of: <html><body><div><dl><dd>
3437 #: orig-docs/Documentation.html:1626
3439 "Defines whether to display detailed server information on main page. You "
3440 "can additionally hide more information by using <tt><a "
3441 "href=\"#cfg_Servers_verbose\">$cfg['Servers'][$i]['verbose']</a></tt>."
3444 #. type: Content of: <html><body><div><dl><dt>
3445 #: orig-docs/Documentation.html:1631
3446 msgid "<span id=\"cfg_ShowPhpInfo\">$cfg['ShowPhpInfo'] </span>boolean"
3449 #. type: Content of: <html><body><div><dl><dt>
3450 #: orig-docs/Documentation.html:1632
3451 msgid "<span id=\"cfg_ShowChgPassword\">$cfg['ShowChgPassword'] </span>boolean"
3454 #. type: Content of: <html><body><div><dl><dt>
3455 #: orig-docs/Documentation.html:1633
3456 msgid "<span id=\"cfg_ShowCreateDb\">$cfg['ShowCreateDb'] </span>boolean"
3459 #. type: Content of: <html><body><div><dl><dd>
3460 #: orig-docs/Documentation.html:1635
3462 "Defines whether to display the "PHP information" and "Change "
3463 "password " links and form for creating database or not at the starting "
3464 "main (right) frame. This setting does not check MySQL commands entered "
3468 #. type: Content of: <html><body><div><dl><dd>
3469 #: orig-docs/Documentation.html:1640
3471 "Please note that to block the usage of phpinfo() in scripts, you have to put "
3472 "this in your <i>php.ini</i>:"
3475 #. type: Content of: <html><body><div><dl><dd><pre>
3476 #: orig-docs/Documentation.html:1643
3478 msgid "disable_functions = phpinfo()"
3481 #. type: Content of: <html><body><div><dl><dd>
3482 #: orig-docs/Documentation.html:1645
3484 "Also note that enabling the "Change password " link has no effect "
3485 "with "config" authentication mode: because of the hard coded "
3486 "password value in the configuration file, end users can't be allowed to "
3487 "change their passwords."
3490 #. type: Content of: <html><body><div><dl><dt>
3491 #: orig-docs/Documentation.html:1650
3492 msgid "$cfg['SuggestDBName'] boolean"
3495 #. type: Content of: <html><body><div><dl><dd>
3496 #: orig-docs/Documentation.html:1651
3498 "Defines whether to suggest a database name on the "Create "
3499 "Database" form or to keep the textfield empty."
3502 #. type: Content of: <html><body><div><dl><dt>
3503 #: orig-docs/Documentation.html:1654
3504 msgid "$cfg['NavigationBarIconic'] string"
3507 #. type: Content of: <html><body><div><dl><dd>
3508 #: orig-docs/Documentation.html:1655
3510 "Defines whether navigation bar buttons and the right panel top menu contain "
3511 "text or symbols only. A value of TRUE displays icons, FALSE displays text "
3512 "and 'both' displays both icons and text."
3515 #. type: Content of: <html><body><div><dl><dt>
3516 #: orig-docs/Documentation.html:1659
3517 msgid "$cfg['ShowAll'] boolean"
3520 #. type: Content of: <html><body><div><dl><dd>
3521 #: orig-docs/Documentation.html:1660
3523 "Defines whether a user should be displayed a "show all (rows)" "
3524 "button in browse mode or not."
3527 #. type: Content of: <html><body><div><dl><dt>
3528 #: orig-docs/Documentation.html:1663
3529 msgid "$cfg['MaxRows'] integer"
3532 #. type: Content of: <html><body><div><dl><dd>
3533 #: orig-docs/Documentation.html:1664
3535 "Number of rows displayed when browsing a result set and no LIMIT clause is "
3536 "used. If the result set contains more rows, "Previous" and "
3537 ""Next" links will be shown."
3540 #. type: Content of: <html><body><div><dl><dt>
3541 #: orig-docs/Documentation.html:1667
3542 msgid "$cfg['Order'] string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]"
3545 #. type: Content of: <html><body><div><dl><dd>
3546 #: orig-docs/Documentation.html:1668
3548 "Defines whether columns are displayed in ascending (<tt>ASC</tt>) order, in "
3549 "descending (<tt>DESC</tt>) order or in a "smart" (<tt>SMART</tt>) "
3550 "order - I.E. descending order for columns of type TIME, DATE, DATETIME and "
3551 "TIMESTAMP, ascending order else- by default."
3554 #. type: Content of: <html><body><div><dl><dt>
3555 #: orig-docs/Documentation.html:1673
3556 msgid "$cfg['DisplayBinaryAsHex'] boolean"
3559 #. type: Content of: <html><body><div><dl><dd>
3560 #: orig-docs/Documentation.html:1674
3562 "Defines whether the "Show binary contents as HEX" browse option is "
3563 "ticked by default."
3566 #. type: Content of: <html><body><div><dl><dt>
3567 #: orig-docs/Documentation.html:1677
3568 msgid "$cfg['ProtectBinary'] boolean or string"
3571 #. type: Content of: <html><body><div><dl><dd>
3572 #: orig-docs/Documentation.html:1678
3574 "Defines whether <tt>BLOB</tt> or <tt>BINARY</tt> columns are protected from "
3575 "editing when browsing a table's content. Valid values are:"
3578 #. type: Content of: <html><body><div><dl><dd><ul><li>
3579 #: orig-docs/Documentation.html:1680
3580 msgid "<tt>FALSE</tt> to allow editing of all columns;"
3583 #. type: Content of: <html><body><div><dl><dd><ul><li>
3584 #: orig-docs/Documentation.html:1681
3585 msgid "<tt>'blob'</tt> to allow editing of all columns except <tt>BLOBS</tt>;"
3588 #. type: Content of: <html><body><div><dl><dd><ul><li>
3589 #: orig-docs/Documentation.html:1682
3591 "<tt>'all'</tt> to disallow editing of all <tt>BINARY</tt> or <tt>BLOB</tt> "
3595 #. type: Content of: <html><body><div><dl><dt>
3596 #: orig-docs/Documentation.html:1687
3597 msgid "$cfg['ShowFunctionFields'] boolean"
3600 #. type: Content of: <html><body><div><dl><dd>
3601 #: orig-docs/Documentation.html:1688
3603 "Defines whether or not MySQL functions fields should be initially displayed "
3604 "in edit/insert mode. Since version 2.10, the user can toggle this setting "
3605 "from the interface."
3608 #. type: Content of: <html><body><div><dl><dt>
3609 #: orig-docs/Documentation.html:1693
3610 msgid "$cfg['ShowFieldTypesInDataEditView'] boolean"
3613 #. type: Content of: <html><body><div><dl><dd>
3614 #: orig-docs/Documentation.html:1694
3616 "Defines whether or not type fields should be initially displayed in "
3617 "edit/insert mode. The user can toggle this setting from the interface."
3620 #. type: Content of: <html><body><div><dl><dt>
3621 #: orig-docs/Documentation.html:1699
3622 msgid "$cfg['CharEditing'] string"
3625 #. type: Content of: <html><body><div><dl><dd>
3626 #: orig-docs/Documentation.html:1700
3628 "Defines which type of editing controls should be used for CHAR and VARCHAR "
3629 "columns. Possible values are:"
3632 #. type: Content of: <html><body><div><dl><dd><ul><li>
3633 #: orig-docs/Documentation.html:1702
3635 "input - this allows to limit size of text to size of columns in MySQL, but "
3636 "has problems with newlines in columns"
3639 #. type: Content of: <html><body><div><dl><dd><ul><li>
3640 #: orig-docs/Documentation.html:1704
3642 "textarea - no problems with newlines in columns, but also no length "
3646 #. type: Content of: <html><body><div><dl><dd>
3647 #: orig-docs/Documentation.html:1707
3648 msgid "Default is old behavior so input."
3651 #. type: Content of: <html><body><div><dl><dt>
3652 #: orig-docs/Documentation.html:1709
3653 msgid "$cfg['MinSizeForInputField'] integer"
3656 #. type: Content of: <html><body><div><dl><dd>
3657 #: orig-docs/Documentation.html:1710
3659 "Defines the minimum size for input fields generated for CHAR and VARCHAR "
3663 #. type: Content of: <html><body><div><dl><dt>
3664 #: orig-docs/Documentation.html:1713
3665 msgid "$cfg['MaxSizeForInputField'] integer"
3668 #. type: Content of: <html><body><div><dl><dd>
3669 #: orig-docs/Documentation.html:1714
3671 "Defines the maximum size for input fields generated for CHAR and VARCHAR "
3675 #. type: Content of: <html><body><div><dl><dt>
3676 #: orig-docs/Documentation.html:1717
3677 msgid "$cfg['InsertRows'] integer"
3680 #. type: Content of: <html><body><div><dl><dd>
3681 #: orig-docs/Documentation.html:1718
3682 msgid "Defines the maximum number of concurrent entries for the Insert page."
3685 #. type: Content of: <html><body><div><dl><dt>
3686 #: orig-docs/Documentation.html:1720
3687 msgid "$cfg['ForeignKeyMaxLimit'] integer"
3690 #. type: Content of: <html><body><div><dl><dd>
3691 #: orig-docs/Documentation.html:1721
3693 "If there are fewer items than this in the set of foreign keys, then a "
3694 "drop-down box of foreign keys is presented, in the style described by the <a "
3695 "href=\"#cfg_ForeignKeyDropdownOrder\" "
3696 "class=\"configrule\">$cfg['ForeignKeyDropdownOrder']</a> setting."
3699 #. type: Content of: <html><body><div><dl><dt>
3700 #: orig-docs/Documentation.html:1726
3701 msgid "$cfg['ForeignKeyDropdownOrder'] array"
3704 #. type: Content of: <html><body><div><dl><dd>
3705 #: orig-docs/Documentation.html:1727
3707 "For the foreign key drop-down fields, there are several methods of display, "
3708 "offering both the key and value data. The contents of the array should be "
3709 "one or both of the following strings: <i>'content-id'</i>, "
3710 "<i>'id-content'</i>."
3713 #. type: Content of: <html><body><div><dl><dt>
3714 #: orig-docs/Documentation.html:1732
3715 msgid "<span id=\"cfg_ZipDump\">$cfg['ZipDump'] </span>boolean"
3718 #. type: Content of: <html><body><div><dl><dt>
3719 #: orig-docs/Documentation.html:1733
3720 msgid "<span id=\"cfg_GZipDump\">$cfg['GZipDump'] </span>boolean"
3723 #. type: Content of: <html><body><div><dl><dt>
3724 #: orig-docs/Documentation.html:1734
3725 msgid "<span id=\"cfg_BZipDump\">$cfg['BZipDump'] </span>boolean"
3728 #. type: Content of: <html><body><div><dl><dd>
3729 #: orig-docs/Documentation.html:1736
3731 "Defines whether to allow the use of zip/GZip/BZip2 compression when creating "
3735 #. type: Content of: <html><body><div><dl><dt>
3736 #: orig-docs/Documentation.html:1739
3737 msgid "<span id=\"cfg_CompressOnFly\">$cfg['CompressOnFly'] </span>boolean"
3740 #. type: Content of: <html><body><div><dl><dd>
3741 #: orig-docs/Documentation.html:1741
3743 "Defines whether to allow on the fly compression for GZip/BZip2 compressed "
3744 "exports. This doesn't affect smaller dumps and allows users to create larger "
3745 "dumps that won't otherwise fit in memory due to php memory limit. Produced "
3746 "files contain more GZip/BZip2 headers, but all normal programs handle this "
3750 #. type: Content of: <html><body><div><dl><dt>
3751 #: orig-docs/Documentation.html:1747
3752 msgid "$cfg['LightTabs'] boolean"
3755 #. type: Content of: <html><body><div><dl><dd>
3756 #: orig-docs/Documentation.html:1748
3758 "If set to <tt>TRUE</tt>, use less graphically intense tabs on the top of the "
3762 #. type: Content of: <html><body><div><dl><dt>
3763 #: orig-docs/Documentation.html:1751
3764 msgid "$cfg['PropertiesIconic'] string"
3767 #. type: Content of: <html><body><div><dl><dd>
3768 #: orig-docs/Documentation.html:1752
3770 "If set to <tt>TRUE</tt>, will display icons instead of text for db and table "
3771 "properties links (like 'Browse', 'Select', 'Insert', ...)."
3774 #. type: Content of: <html><body><div><dl><dd>
3775 #: orig-docs/Documentation.html:1753
3776 msgid "Can be set to <tt>'both'</tt> if you want icons AND text."
3779 #. type: Content of: <html><body><div><dl><dd>
3780 #: orig-docs/Documentation.html:1755
3781 msgid "When set to <tt>FALSE</tt>, will only show text."
3784 #. type: Content of: <html><body><div><dl><dt>
3785 #: orig-docs/Documentation.html:1757
3786 msgid "$cfg['PropertiesNumColumns'] integer"
3789 #. type: Content of: <html><body><div><dl><dd>
3790 #: orig-docs/Documentation.html:1758
3792 "How many columns will be utilized to display the tables on the database "
3793 "property view? Default is 1 column. When setting this to a value larger than "
3794 "1, the type of the database will be omitted for more display space."
3797 #. type: Content of: <html><body><div><dl><dt>
3798 #: orig-docs/Documentation.html:1764
3799 msgid "$cfg['DefaultTabServer'] string"
3802 #. type: Content of: <html><body><div><dl><dd>
3803 #: orig-docs/Documentation.html:1765
3805 "Defines the tab displayed by default on server view. Possible values: "
3806 ""main.php" (recommended for multi-user setups), "
3807 ""server_databases.php", "server_status.php", "
3808 ""server_variables.php", "server_privileges.php" or "
3809 ""server_processlist.php"."
3812 #. type: Content of: <html><body><div><dl><dt>
3813 #: orig-docs/Documentation.html:1771
3814 msgid "$cfg['DefaultTabDatabase'] string"
3817 #. type: Content of: <html><body><div><dl><dd>
3818 #: orig-docs/Documentation.html:1772
3820 "Defines the tab displayed by default on database view. Possible values: "
3821 ""db_structure.php", "db_sql.php" or "
3822 ""db_search.php"."
3825 #. type: Content of: <html><body><div><dl><dt>
3826 #: orig-docs/Documentation.html:1776
3827 msgid "$cfg['DefaultTabTable'] string"
3830 #. type: Content of: <html><body><div><dl><dd>
3831 #: orig-docs/Documentation.html:1777
3833 "Defines the tab displayed by default on table view. Possible values: "
3834 ""tbl_structure.php", "tbl_sql.php", "
3835 ""tbl_select.php", "tbl_change.php" or "
3836 ""sql.php"."
3839 #. type: Content of: <html><body><div><dl><dt>
3840 #: orig-docs/Documentation.html:1782
3841 msgid "$cfg['MySQLManualBase'] string"
3844 #. type: Content of: <html><body><div><dl><dd>
3845 #: orig-docs/Documentation.html:1783
3847 "If set to an <abbr title=\"Uniform Resource Locator\">URL</abbr> which "
3848 "points to the MySQL documentation (type depends on <a "
3849 "href=\"#cfg_MySQLManualType\" "
3850 "class=\"configrule\">$cfg['MySQLManualType']</a>), appropriate help links "
3854 #. type: Content of: <html><body><div><dl><dd>
3855 #: orig-docs/Documentation.html:1787
3857 "See <a href=\"http://dev.mysql.com/doc/\">MySQL Documentation page</a> for "
3858 "more information about MySQL manuals and their types."
3861 #. type: Content of: <html><body><div><dl><dt>
3862 #: orig-docs/Documentation.html:1790
3863 msgid "$cfg['MySQLManualType'] string"
3866 #. type: Content of: <html><body><div><dl><dd>
3867 #: orig-docs/Documentation.html:1791
3868 msgid "Type of MySQL documentation:"
3871 #. type: Content of: <html><body><div><dl><dd><ul><li>
3872 #: orig-docs/Documentation.html:1792
3873 msgid "viewable - "viewable online", current one used on MySQL website"
3876 #. type: Content of: <html><body><div><dl><dd><ul><li>
3877 #: orig-docs/Documentation.html:1793
3878 msgid "searchable - "Searchable, with user comments""
3881 #. type: Content of: <html><body><div><dl><dd><ul><li>
3882 #: orig-docs/Documentation.html:1794
3883 msgid "chapters - "HTML, one page per chapter""
3886 #. type: Content of: <html><body><div><dl><dd><ul><li>
3887 #: orig-docs/Documentation.html:1795
3888 msgid "big - "HTML, all on one page""
3891 #. type: Content of: <html><body><div><dl><dd><ul><li>
3892 #: orig-docs/Documentation.html:1796
3893 msgid "none - do not show documentation links"
3896 #. type: Content of: <html><body><div><dl><dt>
3897 #: orig-docs/Documentation.html:1800
3898 msgid "$cfg['DefaultLang'] string"
3901 #. type: Content of: <html><body><div><dl><dd>
3902 #: orig-docs/Documentation.html:1801
3903 msgid "Defines the default language to use, if not browser-defined or user-defined."
3906 #. type: Content of: <html><body><div><dl><dd>
3907 #: orig-docs/Documentation.html:1803 orig-docs/Documentation.html:1816
3909 "The corresponding language file needs to be in "
3910 "locale/<i>code</i>/LC_MESSAGES/phpmyadmin.mo."
3913 #. type: Content of: <html><body><div><dl><dt>
3914 #: orig-docs/Documentation.html:1807
3915 msgid "$cfg['DefaultConnectionCollation'] string"
3918 #. type: Content of: <html><body><div><dl><dd>
3919 #: orig-docs/Documentation.html:1808
3920 msgid "Defines the default connection collation to use, if not user-defined."
3923 #. type: Content of: <html><body><div><dl><dd>
3924 #: orig-docs/Documentation.html:1810
3927 "href=\"http://dev.mysql.com/doc/mysql/en/charset-charsets.html\">MySQL "
3928 "documentation</a> for list of possible values. This setting is ignored when "
3929 "connected to Drizzle server."
3932 #. type: Content of: <html><body><div><dl><dt>
3933 #: orig-docs/Documentation.html:1814
3934 msgid "$cfg['Lang'] string"
3937 #. type: Content of: <html><body><div><dl><dd>
3938 #: orig-docs/Documentation.html:1815
3939 msgid "Force language to use."
3942 #. type: Content of: <html><body><div><dl><dt>
3943 #: orig-docs/Documentation.html:1820
3944 msgid "$cfg['FilterLanguages'] string"
3947 #. type: Content of: <html><body><div><dl><dd>
3948 #: orig-docs/Documentation.html:1821
3950 "Limit list of available languages to those matching the given regular "
3951 "expression. For example if you want only Czech and English, you should set "
3952 "filter to <code>'^(cs|en)'</code>."
3955 #. type: Content of: <html><body><div><dl><dt>
3956 #: orig-docs/Documentation.html:1825
3957 msgid "$cfg['RecodingEngine'] string"
3960 #. type: Content of: <html><body><div><dl><dd>
3961 #: orig-docs/Documentation.html:1826
3963 "You can select here which functions will be used for character set "
3964 "conversion. Possible values are:"
3967 #. type: Content of: <html><body><div><dl><dd><ul><li>
3968 #: orig-docs/Documentation.html:1828
3969 msgid "auto - automatically use available one (first is tested iconv, then recode)"
3972 #. type: Content of: <html><body><div><dl><dd><ul><li>
3973 #: orig-docs/Documentation.html:1830
3974 msgid "iconv - use iconv or libiconv functions"
3977 #. type: Content of: <html><body><div><dl><dd><ul><li>
3978 #: orig-docs/Documentation.html:1831
3979 msgid "recode - use recode_string function"
3982 #. type: Content of: <html><body><div><dl><dd><ul><li>
3983 #: orig-docs/Documentation.html:1832
3984 msgid "none - disable encoding conversion"
3987 #. type: Content of: <html><body><div><dl><dd>
3988 #: orig-docs/Documentation.html:1834 orig-docs/Documentation.html:1878
3989 msgid "Default is auto."
3992 #. type: Content of: <html><body><div><dl><dd>
3993 #: orig-docs/Documentation.html:1836
3995 "Enabled charset conversion activates a pull-down menu in the Export and "
3996 "Import pages, to choose the character set when exporting a file. The default "
3997 "value in this menu comes from <tt>$cfg['Export']['charset']</tt> and "
3998 "<tt>$cfg['Import']['charset']</tt>."
4001 #. type: Content of: <html><body><div><dl><dt>
4002 #: orig-docs/Documentation.html:1842
4003 msgid "$cfg['IconvExtraParams'] string"
4006 #. type: Content of: <html><body><div><dl><dd>
4007 #: orig-docs/Documentation.html:1843
4009 "Specify some parameters for iconv used in charset conversion. See <a "
4010 "href=\"http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html\">iconv "
4011 "documentation</a> for details. By default <code>//TRANSLIT</code> is used, "
4012 "so that invalid characters will be transliterated."
4015 #. type: Content of: <html><body><div><dl><dt>
4016 #: orig-docs/Documentation.html:1848
4017 msgid "$cfg['AvailableCharsets'] array"
4020 #. type: Content of: <html><body><div><dl><dd>
4021 #: orig-docs/Documentation.html:1849
4023 "Available character sets for MySQL conversion. You can add your own (any of "
4024 "supported by recode/iconv) or remove these which you don't use. Character "
4025 "sets will be shown in same order as here listed, so if you frequently use "
4026 "some of these move them to the top."
4029 #. type: Content of: <html><body><div><dl><dt>
4030 #: orig-docs/Documentation.html:1854
4031 msgid "$cfg['TrustedProxies'] array"
4034 #. type: Content of: <html><body><div><dl><dd>
4035 #: orig-docs/Documentation.html:1855
4037 "Lists proxies and HTTP headers which are trusted for <a "
4038 "href=\"#servers_allowdeny_order\">IP Allow/Deny</a>. This list is by default "
4039 "empty, you need to fill in some trusted proxy servers if you want to use "
4040 "rules for IP addresses behind proxy."
4043 #. type: Content of: <html><body><div><dl><dd>
4044 #: orig-docs/Documentation.html:1860
4046 "The following example specifies that phpMyAdmin should trust a "
4047 "HTTP_X_FORWARDED_FOR (<tt>X-Forwarded-For</tt>) header coming from the proxy "
4051 #. type: Content of: <html><body><div><dl><dd><pre>
4052 #: orig-docs/Documentation.html:1863
4055 "$cfg['TrustedProxies'] =\n"
4056 " array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');\n"
4059 #. type: Content of: <html><body><div><dl><dd>
4060 #: orig-docs/Documentation.html:1866
4062 "The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the client's IP "
4066 #. type: Content of: <html><body><div><dl><dt>
4067 #: orig-docs/Documentation.html:1870
4068 msgid "$cfg['GD2Available'] string"
4071 #. type: Content of: <html><body><div><dl><dd>
4072 #: orig-docs/Documentation.html:1871
4074 "Specifies whether GD >= 2 is available. If yes it can be used for MIME "
4078 #. type: Content of: <html><body><div><dl><dd>
4079 #: orig-docs/Documentation.html:1873
4080 msgid "Possible values are:"
4083 #. type: Content of: <html><body><div><dl><dd><ul><li>
4084 #: orig-docs/Documentation.html:1874
4085 msgid "auto - automatically detect"
4088 #. type: Content of: <html><body><div><dl><dd><ul><li>
4089 #: orig-docs/Documentation.html:1875
4090 msgid "yes - GD 2 functions can be used"
4093 #. type: Content of: <html><body><div><dl><dd><ul><li>
4094 #: orig-docs/Documentation.html:1876
4095 msgid "no - GD 2 function cannot be used"
4098 #. type: Content of: <html><body><div><dl><dt>
4099 #: orig-docs/Documentation.html:1881
4100 msgid "$cfg['CheckConfigurationPermissions'] boolean"
4103 #. type: Content of: <html><body><div><dl><dd>
4104 #: orig-docs/Documentation.html:1883
4106 "We normally check the permissions on the configuration file to ensure it's "
4107 "not world writable. However, phpMyAdmin could be installed on a NTFS "
4108 "filesystem mounted on a non-Windows server, in which case the permissions "
4109 "seems wrong but in fact cannot be detected. In this case a sysadmin would "
4110 "set this parameter to <tt>FALSE</tt>. Default is <tt>TRUE</tt>."
4113 #. type: Content of: <html><body><div><dl><dt>
4114 #: orig-docs/Documentation.html:1890
4115 msgid "$cfg['LinkLengthLimit'] integer"
4118 #. type: Content of: <html><body><div><dl><dd>
4119 #: orig-docs/Documentation.html:1892
4121 "Limit for length of URL in links. When length would be above this limit, it "
4122 "is replaced by form with button. This is required as some web servers (IIS) "
4123 "have problems with long URLs. Default is <code>1000</code>."
4126 #. type: Content of: <html><body><div><dl><dt>
4127 #: orig-docs/Documentation.html:1899
4128 msgid "$cfg['DisableMultiTableMaintenance'] boolean"
4131 #. type: Content of: <html><body><div><dl><dd>
4132 #: orig-docs/Documentation.html:1901
4134 "In the database Structure page, it's possible to mark some tables then "
4135 "choose an operation like optimizing for many tables. This can slow down a "
4136 "server; therefore, setting this to <code>true</code> prevents this kind of "
4137 "multiple maintenance operation. Default is <code>false</code>."
4140 #. type: Content of: <html><body><div><dl><dt>
4141 #: orig-docs/Documentation.html:1907
4142 msgid "$cfg['NaviWidth'] integer"
4145 #. type: Content of: <html><body><div><dl><dd>
4146 #: orig-docs/Documentation.html:1908
4147 msgid "Navi frame width in pixels. See <tt>themes/themename/layout.inc.php</tt>."
4150 #. type: Content of: <html><body><div><dl><dt>
4151 #: orig-docs/Documentation.html:1911
4153 "<span id=\"cfg_NaviBackground\">$cfg['NaviBackground']</span> string [CSS "
4154 "color for background]"
4157 #. type: Content of: <html><body><div><dl><dt>
4158 #: orig-docs/Documentation.html:1912
4160 "<span id=\"cfg_MainBackground\">$cfg['MainBackground']</span> string [CSS "
4161 "color for background]"
4164 #. type: Content of: <html><body><div><dl><dd>
4165 #: orig-docs/Documentation.html:1914
4167 "The background styles used for both the frames. See "
4168 "<tt>themes/themename/layout.inc.php</tt>."
4171 #. type: Content of: <html><body><div><dl><dt>
4172 #: orig-docs/Documentation.html:1917
4173 msgid "$cfg['NaviPointerBackground'] string [CSS color for background]"
4176 #. type: Content of: <html><body><div><dl><dt>
4177 #: orig-docs/Documentation.html:1918
4179 "<span id=\"cfg_NaviPointerColor\">$cfg['NaviPointerColor']</span> string "
4183 #. type: Content of: <html><body><div><dl><dd>
4184 #: orig-docs/Documentation.html:1919
4186 "The style used for the pointer in the navi frame. See "
4187 "<tt>themes/themename/layout.inc.php</tt>."
4190 #. type: Content of: <html><body><div><dl><dt>
4191 #: orig-docs/Documentation.html:1922
4192 msgid "$cfg['LeftPointerEnable'] boolean"
4195 #. type: Content of: <html><body><div><dl><dd>
4196 #: orig-docs/Documentation.html:1923
4198 "A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight is "
4202 #. type: Content of: <html><body><div><dl><dt>
4203 #: orig-docs/Documentation.html:1926
4204 msgid "$cfg['Border'] integer"
4207 #. type: Content of: <html><body><div><dl><dd>
4208 #: orig-docs/Documentation.html:1927
4209 msgid "The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>."
4212 #. type: Content of: <html><body><div><dl><dt>
4213 #: orig-docs/Documentation.html:1930
4214 msgid "$cfg['ThBackground'] string [CSS color for background]"
4217 #. type: Content of: <html><body><div><dl><dt>
4218 #: orig-docs/Documentation.html:1931
4219 msgid "<span id=\"cfg_ThColor\">$cfg['ThColor']</span> string [CSS color]"
4222 #. type: Content of: <html><body><div><dl><dd>
4223 #: orig-docs/Documentation.html:1932
4225 "The style used for table headers. See "
4226 "<tt>themes/themename/layout.inc.php</tt>."
4229 #. type: Content of: <html><body><div><dl><dt>
4230 #: orig-docs/Documentation.html:1935
4231 msgid "$cfg['BgOne'] string [CSS color]"
4234 #. type: Content of: <html><body><div><dl><dd>
4235 #: orig-docs/Documentation.html:1936
4237 "The color (HTML) #1 for table rows. See "
4238 "<tt>themes/themename/layout.inc.php</tt>."
4241 #. type: Content of: <html><body><div><dl><dt>
4242 #: orig-docs/Documentation.html:1939
4243 msgid "$cfg['BgTwo'] string [CSS color]"
4246 #. type: Content of: <html><body><div><dl><dd>
4247 #: orig-docs/Documentation.html:1940
4249 "The color (HTML) #2 for table rows. See "
4250 "<tt>themes/themename/layout.inc.php</tt>."
4253 #. type: Content of: <html><body><div><dl><dt>
4254 #: orig-docs/Documentation.html:1943
4256 "<span id=\"cfg_BrowsePointerBackground\">$cfg['BrowsePointerBackground'] "
4257 "</span>string [CSS color]"
4260 #. type: Content of: <html><body><div><dl><dt>
4261 #: orig-docs/Documentation.html:1944
4263 "<span id=\"cfg_BrowsePointerColor\">$cfg['BrowsePointerColor'] </span>string "
4267 #. type: Content of: <html><body><div><dl><dt>
4268 #: orig-docs/Documentation.html:1945
4270 "<span id=\"cfg_BrowseMarkerBackground\">$cfg['BrowseMarkerBackground'] "
4271 "</span>string [CSS color]"
4274 #. type: Content of: <html><body><div><dl><dt>
4275 #: orig-docs/Documentation.html:1946
4277 "<span id=\"cfg_BrowseMarkerColor\">$cfg['BrowseMarkerColor'] </span>string "
4281 #. type: Content of: <html><body><div><dl><dd>
4282 #: orig-docs/Documentation.html:1948
4283 msgid "The colors (HTML) uses for the pointer and the marker in browse mode."
4286 #. type: Content of: <html><body><div><dl><dd>
4287 #: orig-docs/Documentation.html:1949
4289 "The former feature highlights the row over which your mouse is passing and "
4290 "the latter lets you visually mark/unmark rows by clicking on "
4291 "them. Highlighting / marking a column is done by hovering over / clicking "
4292 "the column's header (outside of the text)."
4295 #. type: Content of: <html><body><div><dl><dd>
4296 #: orig-docs/Documentation.html:1953 orig-docs/Documentation.html:1959 orig-docs/Documentation.html:1964
4297 msgid "See <tt>themes/themename/layout.inc.php</tt>."
4300 #. type: Content of: <html><body><div><dl><dt>
4301 #: orig-docs/Documentation.html:1956
4302 msgid "$cfg['FontFamily'] string"
4305 #. type: Content of: <html><body><div><dl><dd>
4306 #: orig-docs/Documentation.html:1957
4308 "You put here a valid CSS font family value, for example <tt>arial, "
4312 #. type: Content of: <html><body><div><dl><dt>
4313 #: orig-docs/Documentation.html:1961
4314 msgid "$cfg['FontFamilyFixed'] string"
4317 #. type: Content of: <html><body><div><dl><dd>
4318 #: orig-docs/Documentation.html:1962
4320 "You put here a valid CSS font family value, for example "
4321 "<tt>monospace</tt>. This one is used in textarea."
4324 #. type: Content of: <html><body><div><dl><dt>
4325 #: orig-docs/Documentation.html:1966
4326 msgid "$cfg['BrowsePointerEnable'] boolean"
4329 #. type: Content of: <html><body><div><dl><dd>
4330 #: orig-docs/Documentation.html:1967
4331 msgid "Whether to activate the browse pointer or not."
4334 #. type: Content of: <html><body><div><dl><dt>
4335 #: orig-docs/Documentation.html:1969
4336 msgid "$cfg['BrowseMarkerEnable'] boolean"
4339 #. type: Content of: <html><body><div><dl><dd>
4340 #: orig-docs/Documentation.html:1970
4341 msgid "Whether to activate the browse marker or not."
4344 #. type: Content of: <html><body><div><dl><dt>
4345 #: orig-docs/Documentation.html:1972
4346 msgid "<span id=\"cfg_TextareaCols\">$cfg['TextareaCols'] </span>integer"
4349 #. type: Content of: <html><body><div><dl><dt>
4350 #: orig-docs/Documentation.html:1973
4351 msgid "<span id=\"cfg_TextareaRows\">$cfg['TextareaRows'] </span>integer"
4354 #. type: Content of: <html><body><div><dl><dt>
4355 #: orig-docs/Documentation.html:1974
4356 msgid "<span id=\"cfg_CharTextareaCols\">$cfg['CharTextareaCols'] </span>integer"
4359 #. type: Content of: <html><body><div><dl><dt>
4360 #: orig-docs/Documentation.html:1975
4361 msgid "<span id=\"cfg_CharTextareaRows\">$cfg['CharTextareaRows'] </span>integer"
4364 #. type: Content of: <html><body><div><dl><dd>
4365 #: orig-docs/Documentation.html:1977
4366 msgid "Number of columns and rows for the textareas."
4369 #. type: Content of: <html><body><div><dl><dd>
4370 #: orig-docs/Documentation.html:1978
4372 "This value will be emphasized (*2) for <abbr title=\"structured query "
4373 "language\">SQL</abbr> query textareas and (*1.25) for <abbr "
4374 "title=\"structured query language\">SQL</abbr> textareas inside the query "
4378 #. type: Content of: <html><body><div><dl><dd>
4379 #: orig-docs/Documentation.html:1980
4381 "The Char* values are used for CHAR and VARCHAR editing (if configured via <a "
4382 "href=\"#cfg_CharEditing\">$cfg['CharEditing']</a>)."
4385 #. type: Content of: <html><body><div><dl><dt>
4386 #: orig-docs/Documentation.html:1983
4388 "<span id=\"cfg_LongtextDoubleTextarea\">$cfg['LongtextDoubleTextarea'] "
4392 #. type: Content of: <html><body><div><dl><dd>
4393 #: orig-docs/Documentation.html:1985
4394 msgid "Defines whether textarea for LONGTEXT columns should have double size."
4397 #. type: Content of: <html><body><div><dl><dt>
4398 #: orig-docs/Documentation.html:1987
4400 "<span id=\"cfg_TextareaAutoSelect\">$cfg['TextareaAutoSelect'] "
4404 #. type: Content of: <html><body><div><dl><dd>
4405 #: orig-docs/Documentation.html:1989
4406 msgid "Defines if the whole textarea of the query box will be selected on click."
4409 #. type: Content of: <html><body><div><dl><dt>
4410 #: orig-docs/Documentation.html:1992
4411 msgid "$cfg['LimitChars'] integer"
4414 #. type: Content of: <html><body><div><dl><dd>
4415 #: orig-docs/Documentation.html:1993
4417 "Maximum number of characters shown in any non-numeric field on browse view. "
4418 "Can be turned off by a toggle button on the browse page."
4421 #. type: Content of: <html><body><div><dl><dt>
4422 #: orig-docs/Documentation.html:1996
4423 msgid "<span id=\"cfg_RowActionLinks\">$cfg['RowActionLinks'] </span>string"
4426 #. type: Content of: <html><body><div><dl><dd>
4427 #: orig-docs/Documentation.html:1998
4429 "Defines the place where table row links (Edit, Copy, Delete) would be put "
4430 "when tables contents are displayed (you may have them displayed at the left "
4431 "side, right side, both sides or nowhere). "left" and "
4432 ""right" are parsed as "top" and "bottom" with "
4433 "vertical display mode."
4436 #. type: Content of: <html><body><div><dl><dt>
4437 #: orig-docs/Documentation.html:2004
4438 msgid "$cfg['DefaultDisplay'] string"
4441 #. type: Content of: <html><body><div><dl><dd>
4442 #: orig-docs/Documentation.html:2005
4444 "There are 3 display modes: horizontal, horizontalflipped and vertical. "
4445 "Define which one is displayed by default. The first mode displays each row "
4446 "on a horizontal line, the second rotates the headers by 90 degrees, so you "
4447 "can use descriptive headers even though columns only contain small values "
4448 "and still print them out. The vertical mode sorts each row on a vertical "
4452 #. type: Content of: <html><body><div><dl><dt>
4453 #: orig-docs/Documentation.html:2013
4454 msgid "$cfg['RememberSorting'] boolean"
4457 #. type: Content of: <html><body><div><dl><dd>
4458 #: orig-docs/Documentation.html:2014
4459 msgid "If enabled, remember the sorting of each table when browsing them."
4462 #. type: Content of: <html><body><div><dl><dt>
4463 #: orig-docs/Documentation.html:2016
4464 msgid "$cfg['HeaderFlipType'] string"
4467 #. type: Content of: <html><body><div><dl><dd>
4468 #: orig-docs/Documentation.html:2018
4470 "The HeaderFlipType can be set to 'auto', 'css' or 'fake'. When using 'css' "
4471 "the rotation of the header for horizontalflipped is done via CSS. The CSS "
4472 "transformation currently works only in Internet Explorer.If set to 'fake' "
4473 "PHP does the transformation for you, but of course this does not look as "
4474 "good as CSS. The 'auto' option enables CSS transformation when browser "
4475 "supports it and use PHP based one otherwise."
4478 #. type: Content of: <html><body><div><dl><dt>
4479 #: orig-docs/Documentation.html:2027
4480 msgid "$cfg['ShowBrowseComments'] boolean"
4483 #. type: Content of: <html><body><div><dl><dt>
4484 #: orig-docs/Documentation.html:2028
4486 "<span id=\"cfg_ShowPropertyComments\">$cfg['ShowPropertyComments'] "
4490 #. type: Content of: <html><body><div><dl><dd>
4491 #: orig-docs/Documentation.html:2030
4493 "By setting the corresponding variable to <tt>TRUE</tt> you can enable the "
4494 "display of column comments in Browse or Property display. In browse mode, "
4495 "the comments are shown inside the header. In property mode, comments are "
4496 "displayed using a CSS-formatted dashed-line below the name of the "
4497 "column. The comment is shown as a tool-tip for that column."
4500 #. type: Content of: <html><body><div><dl><dt>
4501 #: orig-docs/Documentation.html:2037
4502 msgid "$cfg['SQLQuery']['Edit'] boolean"
4505 #. type: Content of: <html><body><div><dl><dd>
4506 #: orig-docs/Documentation.html:2038
4507 msgid "Whether to display an edit link to change a query in any SQL Query box."
4510 #. type: Content of: <html><body><div><dl><dt>
4511 #: orig-docs/Documentation.html:2040
4512 msgid "$cfg['SQLQuery']['Explain'] boolean"
4515 #. type: Content of: <html><body><div><dl><dd>
4516 #: orig-docs/Documentation.html:2041
4517 msgid "Whether to display a link to explain a SELECT query in any SQL Query box."
4520 #. type: Content of: <html><body><div><dl><dt>
4521 #: orig-docs/Documentation.html:2043
4522 msgid "$cfg['SQLQuery']['ShowAsPHP'] boolean"
4525 #. type: Content of: <html><body><div><dl><dd>
4526 #: orig-docs/Documentation.html:2044
4527 msgid "Whether to display a link to wrap a query in PHP code in any SQL Query box."
4530 #. type: Content of: <html><body><div><dl><dt>
4531 #: orig-docs/Documentation.html:2046
4532 msgid "$cfg['SQLQuery']['Validate'] boolean"
4535 #. type: Content of: <html><body><div><dl><dd>
4536 #: orig-docs/Documentation.html:2047
4538 "Whether to display a link to validate a query in any SQL Query box. See "
4539 "also <tt><a href=\"#cfg_SQLValidator\">$cfg_SQLValidator</a></tt>."
4542 #. type: Content of: <html><body><div><dl><dt>
4543 #: orig-docs/Documentation.html:2050
4544 msgid "$cfg['SQLQuery']['Refresh'] boolean"
4547 #. type: Content of: <html><body><div><dl><dd>
4548 #: orig-docs/Documentation.html:2051
4549 msgid "Whether to display a link to refresh a query in any SQL Query box."
4552 #. type: Content of: <html><body><div><dl><dt>
4553 #: orig-docs/Documentation.html:2053
4554 msgid "$cfg['UploadDir'] string"
4557 #. type: Content of: <html><body><div><dl><dd>
4558 #: orig-docs/Documentation.html:2055
4560 "The name of the directory where <abbr title=\"structured query "
4561 "language\">SQL</abbr> files have been uploaded by other means than "
4562 "phpMyAdmin (for example, ftp). Those files are available under a drop-down "
4563 "box when you click the database or table name, then the Import tab."
4566 #. type: Content of: <html><body><div><dl><dd>
4567 #: orig-docs/Documentation.html:2062 orig-docs/Documentation.html:2086
4569 "If you want different directory for each user, %u will be replaced with "
4573 #. type: Content of: <html><body><div><dl><dd>
4574 #: orig-docs/Documentation.html:2065
4576 "Please note that the file names must have the suffix ".sql" (or "
4577 "".sql.bz2" or ".sql.gz" if support for compressed "
4578 "formats is enabled)."
4581 #. type: Content of: <html><body><div><dl><dd>
4582 #: orig-docs/Documentation.html:2069
4584 "This feature is useful when your file is too big to be uploaded via <abbr "
4585 "title=\"HyperText Transfer Protocol\">HTTP</abbr>, or when file uploads are "
4589 #. type: Content of: <html><body><div><dl><dd>
4590 #: orig-docs/Documentation.html:2073 orig-docs/Documentation.html:2092
4592 "Please note that if PHP is running in safe mode, this directory must be "
4593 "owned by the same user as the owner of the phpMyAdmin scripts."
4596 #. type: Content of: <html><body><div><dl><dd>
4597 #: orig-docs/Documentation.html:2077
4599 "See also <a href=\"#faq1_16\"> <abbr title=\"Frequently Asked "
4600 "Questions\">FAQ</abbr> 1.16</a> for alternatives."
4603 #. type: Content of: <html><body><div><dl><dt>
4604 #: orig-docs/Documentation.html:2082
4605 msgid "$cfg['SaveDir'] string"
4608 #. type: Content of: <html><body><div><dl><dd>
4609 #: orig-docs/Documentation.html:2084
4610 msgid "The name of the directory where dumps can be saved."
4613 #. type: Content of: <html><body><div><dl><dd>
4614 #: orig-docs/Documentation.html:2089
4616 "Please note that the directory must exist and has to be writable for the "
4617 "user running webserver."
4620 #. type: Content of: <html><body><div><dl><dt>
4621 #: orig-docs/Documentation.html:2096
4622 msgid "$cfg['TempDir'] string"
4625 #. type: Content of: <html><body><div><dl><dd>
4626 #: orig-docs/Documentation.html:2098
4627 msgid "The name of the directory where temporary files can be stored."
4630 #. type: Content of: <html><body><div><dl><dd>
4631 #: orig-docs/Documentation.html:2101
4633 "This is needed for importing ESRI Shapefiles, see <a href=\"#faq6_30\"><abbr "
4634 "title=\"Frequently Asked Questions\">FAQ</abbr> 6.30</a> and to work around "
4635 "limitations of <tt>open_basedir</tt> for uploaded files, see <a "
4636 "href=\"#faq1_11\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
4640 #. type: Content of: <html><body><div><dl><dd>
4641 #: orig-docs/Documentation.html:2108
4643 "If the directory where phpMyAdmin is installed is subject to an "
4644 "<tt>open_basedir</tt> restriction, you need to create a temporary directory "
4645 "in some directory accessible by the web server. However for security "
4646 "reasons, this directory should be outside the tree published by "
4647 "webserver. If you cannot avoid having this directory published by webserver, "
4648 "place at least an empty <tt>index.html</tt> file there, so that directory "
4649 "listing is not possible."
4652 #. type: Content of: <html><body><div><dl><dd>
4653 #: orig-docs/Documentation.html:2118
4655 "This directory should have as strict permissions as possible as the only "
4656 "user required to access this directory is the one who runs the webserver. If "
4657 "you have root privileges, simply make this user owner of this directory and "
4658 "make it accessible only by it:"
4661 #. type: Content of: <html><body><div><dl><dd><pre>
4662 #: orig-docs/Documentation.html:2125
4665 "chown www-data:www-data tmp\n"
4669 #. type: Content of: <html><body><div><dl><dd>
4670 #: orig-docs/Documentation.html:2129
4672 "If you cannot change owner of the directory, you can achieve a similar setup "
4673 "using <abbr title=\"Access Control List\">ACL</abbr>:"
4676 #. type: Content of: <html><body><div><dl><dd><pre>
4677 #: orig-docs/Documentation.html:2133
4681 "setfacl -m \"g:www-data:rwx\" tmp\n"
4682 "setfacl -d -m \"g:www-data:rwx\" tmp\n"
4685 #. type: Content of: <html><body><div><dl><dd>
4686 #: orig-docs/Documentation.html:2138
4688 "If neither of above works for you, you can still make the directory "
4689 "<code>chmod 777</code>, but it might impose risk of other users on system "
4690 "reading and writing data in this directory."
4693 #. type: Content of: <html><body><div><dl><dt>
4694 #: orig-docs/Documentation.html:2143
4695 msgid "$cfg['Export'] array"
4698 #. type: Content of: <html><body><div><dl><dd>
4699 #: orig-docs/Documentation.html:2145
4701 "In this array are defined default parameters for export, names of items are "
4702 "similar to texts seen on export page, so you can easily identify what they "
4706 #. type: Content of: <html><body><div><dl><dt>
4707 #: orig-docs/Documentation.html:2150
4708 msgid "$cfg['Export']['method'] string"
4711 #. type: Content of: <html><body><div><dl><dd>
4712 #: orig-docs/Documentation.html:2152
4713 msgid "Defines how the export form is displayed when it loads. Valid values are:"
4716 #. type: Content of: <html><body><div><dl><dd><ul><li>
4717 #: orig-docs/Documentation.html:2154
4718 msgid "<tt>quick</tt> to display the minimum number of options to configure"
4721 #. type: Content of: <html><body><div><dl><dd><ul><li>
4722 #: orig-docs/Documentation.html:2155
4723 msgid "<tt>custom</tt> to display every available option to configure"
4726 #. type: Content of: <html><body><div><dl><dd><ul><li>
4727 #: orig-docs/Documentation.html:2156
4729 "<tt>custom-no-form</tt> same as <tt>custom</tt> but does not display the "
4730 "option of using quick export"
4733 #. type: Content of: <html><body><div><dl><dt>
4734 #: orig-docs/Documentation.html:2160
4735 msgid "$cfg['Import'] array"
4738 #. type: Content of: <html><body><div><dl><dd>
4739 #: orig-docs/Documentation.html:2162
4741 "In this array are defined default parameters for import, names of items are "
4742 "similar to texts seen on import page, so you can easily identify what they "
4746 #. type: Content of: <html><body><div><dl><dt>
4747 #: orig-docs/Documentation.html:2167
4748 msgid "$cfg['SaveCellsAtOnce'] boolean"
4751 #. type: Content of: <html><body><div><dl><dd>
4752 #: orig-docs/Documentation.html:2169
4753 msgid "Defines whether or not to save all edited cells at once in browse-mode."
4756 #. type: Content of: <html><body><div><dl><dt>
4757 #: orig-docs/Documentation.html:2172
4758 msgid "$cfg['ShowDisplayDirection'] boolean"
4761 #. type: Content of: <html><body><div><dl><dd>
4762 #: orig-docs/Documentation.html:2174
4764 "Defines whether or not type display direction option is shown when browsing "
4768 #. type: Content of: <html><body><div><dl><dt>
4769 #: orig-docs/Documentation.html:2178
4770 msgid "$cfg['RepeatCells'] integer"
4773 #. type: Content of: <html><body><div><dl><dd>
4774 #: orig-docs/Documentation.html:2180
4775 msgid "Repeat the headers every X cells, or 0 to deactivate."
4778 #. type: Content of: <html><body><div><dl><dt>
4779 #: orig-docs/Documentation.html:2183
4780 msgid "$cfg['EditInWindow'] boolean"
4783 #. type: Content of: <html><body><div><dl><dt>
4784 #: orig-docs/Documentation.html:2184
4785 msgid "<span id=\"cfg_QueryWindowWidth\">$cfg['QueryWindowWidth'] </span>integer"
4788 #. type: Content of: <html><body><div><dl><dt>
4789 #: orig-docs/Documentation.html:2185
4790 msgid "<span id=\"cfg_QueryWindowHeight\">$cfg['QueryWindowHeight'] </span>integer"
4793 #. type: Content of: <html><body><div><dl><dt>
4794 #: orig-docs/Documentation.html:2186
4795 msgid "<span id=\"cfg_QueryHistoryDB\">$cfg['QueryHistoryDB'] </span>boolean"
4798 #. type: Content of: <html><body><div><dl><dt>
4799 #: orig-docs/Documentation.html:2187
4800 msgid "<span id=\"cfg_QueryWindowDefTab\">$cfg['QueryWindowDefTab'] </span>string"
4803 #. type: Content of: <html><body><div><dl><dt>
4804 #: orig-docs/Documentation.html:2188
4805 msgid "<span id=\"cfg_QueryHistoryMax\">$cfg['QueryHistoryMax'] </span>integer"
4808 #. type: Content of: <html><body><div><dl><dd>
4809 #: orig-docs/Documentation.html:2191
4811 "All those variables affect the query window feature. A <tt><abbr "
4812 "title=\"structured query language\">SQL</abbr></tt> link or icon is always "
4813 "displayed on the left panel. If JavaScript is enabled in your browser, a "
4814 "click on this opens a distinct query window, which is a direct interface to "
4815 "enter <abbr title=\"structured query language\">SQL</abbr> "
4816 "queries. Otherwise, the right panel changes to display a query box."
4819 #. type: Content of: <html><body><div><dl><dd>
4820 #: orig-docs/Documentation.html:2197
4822 "The size of this query window can be customized with "
4823 "<tt>$cfg['QueryWindowWidth']</tt> and <tt>$cfg['QueryWindowHeight']</tt> - "
4824 "both integers for the size in pixels. Note that normally, those parameters "
4825 "will be modified in <tt>layout.inc.php</tt> for the theme you are using."
4828 #. type: Content of: <html><body><div><dl><dd>
4829 #: orig-docs/Documentation.html:2203
4831 "If <tt>$cfg['EditInWindow']</tt> is set to true, a click on [Edit] from the "
4832 "results page (in the "Showing Rows" section) opens the query "
4833 "window and puts the current query inside it. If set to false, clicking on "
4834 "the link puts the <abbr title=\"structured query language\">SQL</abbr> query "
4835 "in the right panel's query box."
4838 #. type: Content of: <html><body><div><dl><dd>
4839 #: orig-docs/Documentation.html:2209
4841 "The usage of the JavaScript query window is recommended if you have a "
4842 "JavaScript enabled browser. Basic functions are used to exchange quite a few "
4843 "variables, so most 4th generation browsers should be capable to use that "
4844 "feature. It currently is only tested with Internet Explorer 6 and Mozilla "
4848 #. type: Content of: <html><body><div><dl><dd>
4849 #: orig-docs/Documentation.html:2215
4851 "If <tt>$cfg['QueryHistoryDB']</tt> is set to <tt>TRUE</tt>, all your Queries "
4852 "are logged to a table, which has to be created by you (see <a "
4853 "href=\"#history\" class=\"configrule\">$cfg['Servers'][$i]['history']</a>). "
4854 "If set to FALSE, all your queries will be appended to the form, but only as "
4855 "long as your window is opened they remain saved."
4858 #. type: Content of: <html><body><div><dl><dd>
4859 #: orig-docs/Documentation.html:2221
4861 "When using the JavaScript based query window, it will always get updated "
4862 "when you click on a new table/db to browse and will focus if you click on "
4863 "\"Edit <abbr title=\"structured query language\">SQL</abbr>\" after using a "
4864 "query. You can suppress updating the query window by checking the box \"Do "
4865 "not overwrite this query from outside the window\" below the query "
4866 "textarea. Then you can browse tables/databases in the background without "
4867 "losing the contents of the textarea, so this is especially useful when "
4868 "composing a query with tables you first have to look in. The checkbox will "
4869 "get automatically checked whenever you change the contents of the "
4870 "textarea. Please uncheck the button whenever you definitely want the query "
4871 "window to get updated even though you have made alterations."
4874 #. type: Content of: <html><body><div><dl><dd>
4875 #: orig-docs/Documentation.html:2233
4877 "If <tt>$cfg['QueryHistoryDB']</tt> is set to <tt>TRUE</tt> you can specify "
4878 "the amount of saved history items using <tt>$cfg['QueryHistoryMax']</tt>."
4881 #. type: Content of: <html><body><div><dl><dd>
4882 #: orig-docs/Documentation.html:2236
4884 "The query window also has a custom tabbed look to group the features. Using "
4885 "the variable <tt>$cfg['QueryWindowDefTab']</tt> you can specify the default "
4886 "tab to be used when opening the query window. It can be set to either 'sql', "
4887 "'files', 'history' or 'full'."
4890 #. type: Content of: <html><body><div><dl><dt>
4891 #: orig-docs/Documentation.html:2241
4892 msgid "$cfg['BrowseMIME'] boolean"
4895 #. type: Content of: <html><body><div><dl><dd>
4896 #: orig-docs/Documentation.html:2242
4897 msgid "Enable <a href=\"#transformations\">MIME-transformations</a>."
4900 #. type: Content of: <html><body><div><dl><dt>
4901 #: orig-docs/Documentation.html:2244
4902 msgid "$cfg['MaxExactCount'] integer"
4905 #. type: Content of: <html><body><div><dl><dd>
4906 #: orig-docs/Documentation.html:2245
4908 "For InnoDB tables, determines for how large tables phpMyAdmin should get the "
4909 "exact row count using <code>SELECT COUNT</code>. If the approximate row "
4910 "count as returned by <code>SHOW TABLE STATUS</code> is smaller than this "
4911 "value, <code>SELECT COUNT</code> will be used, otherwise the approximate "
4912 "count will be used."
4915 #. type: Content of: <html><body><div><dl><dt>
4916 #: orig-docs/Documentation.html:2252
4917 msgid "$cfg['MaxExactCountViews'] integer"
4920 #. type: Content of: <html><body><div><dl><dd>
4921 #: orig-docs/Documentation.html:2253
4923 "For VIEWs, since obtaining the exact count could have an impact on "
4924 "performance, this value is the maximum to be displayed, using a <code>SELECT "
4925 "COUNT ... LIMIT</code>. Setting this to 0 bypasses any row counting."
4928 #. type: Content of: <html><body><div><dl><dt>
4929 #: orig-docs/Documentation.html:2259
4930 msgid "$cfg['NaturalOrder'] boolean"
4933 #. type: Content of: <html><body><div><dl><dd>
4934 #: orig-docs/Documentation.html:2260
4936 "Sorts database and table names according to natural order (for example, t1, "
4937 "t2, t10). Currently implemented in the left panel (Light mode) and in "
4938 "Database view, for the table list."
4941 #. type: Content of: <html><body><div><dl><dt>
4942 #: orig-docs/Documentation.html:2264
4943 msgid "$cfg['InitialSlidersState'] string"
4946 #. type: Content of: <html><body><div><dl><dd>
4947 #: orig-docs/Documentation.html:2265
4949 "If set to <tt>'closed'</tt>, the visual sliders are initially in a closed "
4950 "state. A value of <tt>'open'</tt> does the reverse. To completely disable "
4951 "all visual sliders, use <tt>'disabled'</tt>."
4954 #. type: Content of: <html><body><div><dl><dt>
4955 #: orig-docs/Documentation.html:2269
4956 msgid "$cfg['UserprefsDisallow'] array"
4959 #. type: Content of: <html><body><div><dl><dd>
4960 #: orig-docs/Documentation.html:2270
4962 "Contains names of configuration options (keys in <tt>$cfg</tt> array) that "
4963 "users can't set through user preferences. For possible values, refer to "
4964 "<tt>libraries/config/user_preferences.forms.php</tt>."
4967 #. type: Content of: <html><body><div><dl><dt>
4968 #: orig-docs/Documentation.html:2274
4969 msgid "$cfg['UserprefsDeveloperTab'] boolean"
4972 #. type: Content of: <html><body><div><dl><dd>
4973 #: orig-docs/Documentation.html:2275
4975 "Activates in the user preferences a tab containing options for developers of "
4979 #. type: Content of: <html><body><div><dl><dt>
4980 #: orig-docs/Documentation.html:2278
4981 msgid "$cfg['TitleTable'] string"
4984 #. type: Content of: <html><body><div><dl><dt>
4985 #: orig-docs/Documentation.html:2279
4986 msgid "$cfg['TitleDatabase'] string"
4989 #. type: Content of: <html><body><div><dl><dt>
4990 #: orig-docs/Documentation.html:2280
4991 msgid "$cfg['TitleServer'] string"
4994 #. type: Content of: <html><body><div><dl><dt>
4995 #: orig-docs/Documentation.html:2281
4996 msgid "$cfg['TitleDefault'] string"
4999 #. type: Content of: <html><body><div><dl><dd>
5000 #: orig-docs/Documentation.html:2282
5002 "Allows you to specify window's title bar. You can use <a "
5003 "href=\"#faq6_27\">format string expansion</a>."
5006 #. type: Content of: <html><body><div><dl><dt>
5007 #: orig-docs/Documentation.html:2286
5008 msgid "$cfg['ErrorIconic'] boolean"
5011 #. type: Content of: <html><body><div><dl><dd>
5012 #: orig-docs/Documentation.html:2287
5013 msgid "Uses icons for warnings, errors and informations."
5016 #. type: Content of: <html><body><div><dl><dt>
5017 #: orig-docs/Documentation.html:2289
5018 msgid "$cfg['MainPageIconic'] boolean"
5021 #. type: Content of: <html><body><div><dl><dd>
5022 #: orig-docs/Documentation.html:2290
5023 msgid "Uses icons on main page in lists and menu tabs."
5026 #. type: Content of: <html><body><div><dl><dt>
5027 #: orig-docs/Documentation.html:2292
5028 msgid "$cfg['ReplaceHelpImg'] boolean"
5031 #. type: Content of: <html><body><div><dl><dd>
5032 #: orig-docs/Documentation.html:2293
5033 msgid "Shows a help button instead of the "Documentation" message."
5036 #. type: Content of: <html><body><div><dl><dt>
5037 #: orig-docs/Documentation.html:2296
5038 msgid "$cfg['ThemePath'] string"
5041 #. type: Content of: <html><body><div><dl><dd>
5042 #: orig-docs/Documentation.html:2297
5044 "If theme manager is active, use this as the path of the subdirectory "
5045 "containing all the themes."
5048 #. type: Content of: <html><body><div><dl><dt>
5049 #: orig-docs/Documentation.html:2300
5050 msgid "$cfg['ThemeManager'] boolean"
5053 #. type: Content of: <html><body><div><dl><dd>
5054 #: orig-docs/Documentation.html:2301
5056 "Enables user-selectable themes. See <a href=\"#faqthemes\"> <abbr "
5057 "title=\"Frequently Asked Questions\">FAQ</abbr> 2.7</a>."
5060 #. type: Content of: <html><body><div><dl><dt>
5061 #: orig-docs/Documentation.html:2304
5062 msgid "$cfg['ThemeDefault'] string"
5065 #. type: Content of: <html><body><div><dl><dd>
5066 #: orig-docs/Documentation.html:2305
5067 msgid "The default theme (a subdirectory under <tt>cfg['ThemePath']</tt>)."
5070 #. type: Content of: <html><body><div><dl><dt>
5071 #: orig-docs/Documentation.html:2307
5072 msgid "$cfg['ThemePerServer'] boolean"
5075 #. type: Content of: <html><body><div><dl><dd>
5076 #: orig-docs/Documentation.html:2308
5077 msgid "Whether to allow different theme for each server."
5080 #. type: Content of: <html><body><div><dl><dt>
5081 #: orig-docs/Documentation.html:2310
5082 msgid "$cfg['DefaultQueryTable'] string"
5085 #. type: Content of: <html><body><div><dl><dt>
5086 #: orig-docs/Documentation.html:2311
5088 "<span id=\"cfg_DefaultQueryDatabase\">$cfg['DefaultQueryDatabase']</span> "
5092 #. type: Content of: <html><body><div><dl><dd>
5093 #: orig-docs/Documentation.html:2313
5095 "Default queries that will be displayed in query boxes when user didn't "
5096 "specify any. You can use standard <a href=\"#faq6_27\">format string "
5100 #. type: Content of: <html><body><div><dl><dt>
5101 #: orig-docs/Documentation.html:2318
5102 msgid "$cfg['SQP']['fmtType'] string [<tt>html</tt>|<tt>none</tt>]"
5105 #. type: Content of: <html><body><div><dl><dd>
5106 #: orig-docs/Documentation.html:2320
5108 "The main use of the new <abbr title=\"structured query language\">SQL</abbr> "
5109 "Parser is to pretty-print <abbr title=\"structured query "
5110 "language\">SQL</abbr> queries. By default we use HTML to format the query, "
5111 "but you can disable this by setting this variable to <tt>'none'</tt>."
5114 #. type: Content of: <html><body><div><dl><dt>
5115 #: orig-docs/Documentation.html:2325
5116 msgid "$cfg['SQP']['fmtInd'] float"
5119 #. type: Content of: <html><body><div><dl><dt>
5120 #: orig-docs/Documentation.html:2326
5122 "<span id=\"cfg_SQP\">$cfg['SQP']['fmtIndUnit']</span> string "
5123 "[<tt>em</tt>|<tt>px</tt>|<tt>pt</tt>|<tt>ex</tt>]"
5126 #. type: Content of: <html><body><div><dl><dd>
5127 #: orig-docs/Documentation.html:2327
5129 "For the pretty-printing of <abbr title=\"structured query "
5130 "language\">SQL</abbr> queries, under some cases the part of a query inside a "
5131 "bracket is indented. By changing <tt>$cfg['SQP']['fmtInd']</tt> you can "
5132 "change the amount of this indent."
5135 #. type: Content of: <html><body><div><dl><dd>
5136 #: orig-docs/Documentation.html:2330
5138 "Related in purpose is <tt>$cfg['SQP']['fmtIndUnit']</tt> which specifies the "
5139 "units of the indent amount that you specified. This is used via stylesheets."
5142 #. type: Content of: <html><body><div><dl><dt>
5143 #: orig-docs/Documentation.html:2334
5144 msgid "$cfg['SQP']['fmtColor'] array of string tuples"
5147 #. type: Content of: <html><body><div><dl><dd>
5148 #: orig-docs/Documentation.html:2335
5150 "This array is used to define the colours for each type of element of the "
5151 "pretty-printed <abbr title=\"structured query language\">SQL</abbr> "
5152 "queries. The tuple format is"
5155 #. type: Content of: <html><body><div><dl><dd>
5156 #: orig-docs/Documentation.html:2337
5157 msgid "<i>class</i> => [<i>HTML colour code</i> | <i>empty string</i>]"
5160 #. type: Content of: <html><body><div><dl><dd>
5161 #: orig-docs/Documentation.html:2338
5163 "If you specify an empty string for the color of a class, it is ignored in "
5164 "creating the stylesheet. You should not alter the class names, only the "
5168 #. type: Content of: <html><body><div><dl><dd>
5169 #: orig-docs/Documentation.html:2341
5170 msgid "<b>Class name key:</b>"
5173 #. type: Content of: <html><body><div><dl><dd><ul><li>
5174 #: orig-docs/Documentation.html:2342
5175 msgid "<b>comment</b> Applies to all comment sub-classes"
5178 #. type: Content of: <html><body><div><dl><dd><ul><li>
5179 #: orig-docs/Documentation.html:2343
5180 msgid "<b>comment_mysql</b> Comments as <tt>\"#...\\n\"</tt>"
5183 #. type: Content of: <html><body><div><dl><dd><ul><li>
5184 #: orig-docs/Documentation.html:2344
5185 msgid "<b>comment_ansi</b> Comments as <tt>\"-- ...\\n\"</tt>"
5188 #. type: Content of: <html><body><div><dl><dd><ul><li>
5189 #: orig-docs/Documentation.html:2345
5190 msgid "<b>comment_c</b> Comments as <tt>\"/*...*/\"</tt>"
5193 #. type: Content of: <html><body><div><dl><dd><ul><li>
5194 #: orig-docs/Documentation.html:2346
5195 msgid "<b>digit</b> Applies to all digit sub-classes"
5198 #. type: Content of: <html><body><div><dl><dd><ul><li>
5199 #: orig-docs/Documentation.html:2347
5200 msgid "<b>digit_hex</b> Hexadecimal numbers"
5203 #. type: Content of: <html><body><div><dl><dd><ul><li>
5204 #: orig-docs/Documentation.html:2348
5205 msgid "<b>digit_integer</b> Integer numbers"
5208 #. type: Content of: <html><body><div><dl><dd><ul><li>
5209 #: orig-docs/Documentation.html:2349
5210 msgid "<b>digit_float</b> Floating point numbers"
5213 #. type: Content of: <html><body><div><dl><dd><ul><li>
5214 #: orig-docs/Documentation.html:2350
5215 msgid "<b>punct</b> Applies to all punctuation sub-classes"
5218 #. type: Content of: <html><body><div><dl><dd><ul><li>
5219 #: orig-docs/Documentation.html:2351
5220 msgid "<b>punct_bracket_open_round</b> Opening brackets<tt>\"(\"</tt>"
5223 #. type: Content of: <html><body><div><dl><dd><ul><li>
5224 #: orig-docs/Documentation.html:2352
5225 msgid "<b>punct_bracket_close_round</b> Closing brackets <tt>\")\"</tt>"
5228 #. type: Content of: <html><body><div><dl><dd><ul><li>
5229 #: orig-docs/Documentation.html:2353
5230 msgid "<b>punct_listsep</b> List item Separator <tt>\",\"</tt>"
5233 #. type: Content of: <html><body><div><dl><dd><ul><li>
5234 #: orig-docs/Documentation.html:2354
5235 msgid "<b>punct_qualifier</b> Table/Column Qualifier <tt>\".\"</tt>"
5238 #. type: Content of: <html><body><div><dl><dd><ul><li>
5239 #: orig-docs/Documentation.html:2355
5240 msgid "<b>punct_queryend</b> End of query marker <tt>\";\"</tt>"
5243 #. type: Content of: <html><body><div><dl><dd><ul><li>
5244 #: orig-docs/Documentation.html:2356
5245 msgid "<b>alpha</b> Applies to all alphabetic classes"
5248 #. type: Content of: <html><body><div><dl><dd><ul><li>
5249 #: orig-docs/Documentation.html:2357
5250 msgid "<b>alpha_columnType</b> Identifiers matching a column type"
5253 #. type: Content of: <html><body><div><dl><dd><ul><li>
5254 #: orig-docs/Documentation.html:2358
5256 "<b>alpha_columnAttrib</b> Identifiers matching a database/table/column "
5260 #. type: Content of: <html><body><div><dl><dd><ul><li>
5261 #: orig-docs/Documentation.html:2359
5262 msgid "<b>alpha_functionName</b> Identifiers matching a MySQL function name"
5265 #. type: Content of: <html><body><div><dl><dd><ul><li>
5266 #: orig-docs/Documentation.html:2360
5267 msgid "<b>alpha_reservedWord</b> Identifiers matching any other reserved word"
5270 #. type: Content of: <html><body><div><dl><dd><ul><li>
5271 #: orig-docs/Documentation.html:2361
5273 "<b>alpha_variable</b> Identifiers matching a <abbr title=\"structured query "
5274 "language\">SQL</abbr> variable <tt>\"@foo\"</tt>"
5277 #. type: Content of: <html><body><div><dl><dd><ul><li>
5278 #: orig-docs/Documentation.html:2362
5279 msgid "<b>alpha_identifier</b> All other identifiers"
5282 #. type: Content of: <html><body><div><dl><dd><ul><li>
5283 #: orig-docs/Documentation.html:2363
5284 msgid "<b>quote</b> Applies to all quotation mark classes"
5287 #. type: Content of: <html><body><div><dl><dd><ul><li>
5288 #: orig-docs/Documentation.html:2364
5289 msgid "<b>quote_double</b> Double quotes <tt>\"</tt>"
5292 #. type: Content of: <html><body><div><dl><dd><ul><li>
5293 #: orig-docs/Documentation.html:2365
5294 msgid "<b>quote_single</b> Single quotes <tt>'</tt>"
5297 #. type: Content of: <html><body><div><dl><dd><ul><li>
5298 #: orig-docs/Documentation.html:2366
5299 msgid "<b>quote_backtick</b> Backtick quotes <tt>`</tt>"
5302 #. type: Content of: <html><body><div><dl><dt>
5303 #: orig-docs/Documentation.html:2370
5304 msgid "$cfg['SQLValidator'] boolean"
5307 #. type: Content of: <html><body><div><dl><dd><dl><dt>
5308 #: orig-docs/Documentation.html:2371
5309 msgid "$cfg['SQLValidator']['use'] boolean"
5312 #. type: Content of: <html><body><div><dl><dd><dl><dd>
5313 #: orig-docs/Documentation.html:2372
5315 "phpMyAdmin now supports use of the <a "
5316 "href=\"http://developer.mimer.com/validator/index.htm\">Mimer <abbr "
5317 "title=\"structured query language\">SQL</abbr> Validator</a> service, as "
5318 "originally published on <a "
5319 "href=\"http://developers.slashdot.org/article.pl?sid=02/02/19/1720246\">Slashdot</a>."
5322 #. type: Content of: <html><body><div><dl><dd><dl><dd>
5323 #: orig-docs/Documentation.html:2376
5325 "For help in setting up your system to use the service, see the <a "
5326 "href=\"#faqsqlvalidator\"><abbr title=\"Frequently Asked "
5327 "Questions\">FAQ</abbr> 6.14</a>."
5330 #. type: Content of: <html><body><div><dl><dd><dl><dt>
5331 #: orig-docs/Documentation.html:2380
5332 msgid "$cfg['SQLValidator']['username'] string"
5335 #. type: Content of: <html><body><div><dl><dd><dl><dt>
5336 #: orig-docs/Documentation.html:2381
5339 "id=\"cfg_SQLValidator_password\">$cfg['SQLValidator']['password']</span> "
5343 #. type: Content of: <html><body><div><dl><dd><dl><dd>
5344 #: orig-docs/Documentation.html:2382
5346 "The SOAP service allows you to log in with <tt>anonymous</tt> and any "
5347 "password, so we use those by default. Instead, if you have an account with "
5348 "them, you can put your login details here, and it will be used in place of "
5349 "the anonymous login."
5352 #. type: Content of: <html><body><div><dl><dt>
5353 #: orig-docs/Documentation.html:2389
5357 #. type: Content of: <html><body><div><dl><dd>
5358 #: orig-docs/Documentation.html:2390 orig-docs/Documentation.html:2393
5359 msgid "<b>DEVELOPERS ONLY!</b>"
5362 #. type: Content of: <html><body><div><dl><dt>
5363 #: orig-docs/Documentation.html:2392
5364 msgid "$cfg['DBG']['sql'] boolean"
5367 #. type: Content of: <html><body><div><dl><dd>
5368 #: orig-docs/Documentation.html:2394
5370 "Enable logging queries and execution times to be displayed in the bottom of "
5371 "main page (right frame)."
5374 #. type: Content of: <html><body><div><dl><dt>
5375 #: orig-docs/Documentation.html:2397
5376 msgid "$cfg['ColumnTypes'] array"
5379 #. type: Content of: <html><body><div><dl><dd>
5380 #: orig-docs/Documentation.html:2398
5382 "All possible types of a MySQL column. In most cases you don't need to edit "
5386 #. type: Content of: <html><body><div><dl><dt>
5387 #: orig-docs/Documentation.html:2401
5388 msgid "$cfg['AttributeTypes'] array"
5391 #. type: Content of: <html><body><div><dl><dd>
5392 #: orig-docs/Documentation.html:2402
5393 msgid "Possible attributes for columns. In most cases you don't need to edit this."
5396 #. type: Content of: <html><body><div><dl><dt>
5397 #: orig-docs/Documentation.html:2405
5398 msgid "$cfg['Functions'] array"
5401 #. type: Content of: <html><body><div><dl><dd>
5402 #: orig-docs/Documentation.html:2406
5404 "A list of functions MySQL supports. In most cases you don't need to edit "
5408 #. type: Content of: <html><body><div><dl><dt>
5409 #: orig-docs/Documentation.html:2409
5410 msgid "$cfg['RestrictColumnTypes'] array"
5413 #. type: Content of: <html><body><div><dl><dd>
5414 #: orig-docs/Documentation.html:2410
5416 "Mapping of column types to meta types used for preferring displayed "
5417 "functions. In most cases you don't need to edit this."
5420 #. type: Content of: <html><body><div><dl><dt>
5421 #: orig-docs/Documentation.html:2413
5422 msgid "$cfg['RestrictFunctions'] array"
5425 #. type: Content of: <html><body><div><dl><dd>
5426 #: orig-docs/Documentation.html:2414
5428 "Functions preferred for column meta types as defined in <a "
5429 "href=\"#cfg_RestrictColumnTypes\" "
5430 "class=\"configrule\">$cfg['RestrictColumnTypes']</a>. In most cases you "
5431 "don't need to edit this."
5434 #. type: Content of: <html><body><div><dl><dt>
5435 #: orig-docs/Documentation.html:2418
5436 msgid "$cfg['DefaultFunctions'] array"
5439 #. type: Content of: <html><body><div><dl><dd>
5440 #: orig-docs/Documentation.html:2419
5442 "Functions selected by default when inserting/changing row, Functions are "
5443 "defined for meta types from <a href=\"#cfg_RestrictColumnTypes\" "
5444 "class=\"configrule\">$cfg['RestrictColumnTypes']</a> and for "
5445 "<code>first_timestamp</code>, which is used for first timestamp column in "
5449 #. type: Content of: <html><body><div><h2>
5450 #: orig-docs/Documentation.html:2428
5451 msgid "Transformations"
5454 #. type: Content of: <html><body><div><ol><li>
5455 #: orig-docs/Documentation.html:2430
5456 msgid "<a href=\"#transformationsintro\">Introduction</a>"
5459 #. type: Content of: <html><body><div><ol><li>
5460 #: orig-docs/Documentation.html:2431
5461 msgid "<a href=\"#transformationshowto\">Usage</a>"
5464 #. type: Content of: <html><body><div><ol><li>
5465 #: orig-docs/Documentation.html:2432
5466 msgid "<a href=\"#transformationsfiles\">File structure</a>"
5469 #. type: Content of: <html><body><div><h3>
5470 #: orig-docs/Documentation.html:2435
5471 msgid "1. Introduction"
5474 #. type: Content of: <html><body><div><p>
5475 #: orig-docs/Documentation.html:2437
5477 "To enable transformations, you have to setup the <tt>column_info</tt> table "
5478 "and the proper directives. Please see the <a href=\"#config\">Configuration "
5479 "section</a> on how to do so."
5482 #. type: Content of: <html><body><div><p>
5483 #: orig-docs/Documentation.html:2441
5485 "You can apply different transformations to the contents of each column. The "
5486 "transformation will take the content of each column and transform it with "
5487 "certain rules defined in the selected transformation."
5490 #. type: Content of: <html><body><div><p>
5491 #: orig-docs/Documentation.html:2445
5493 "Say you have a column 'filename' which contains a filename. Normally you "
5494 "would see in phpMyAdmin only this filename. Using transformations you can "
5495 "transform that filename into a HTML link, so you can click inside of the "
5496 "phpMyAdmin structure on the column's link and will see the file displayed in "
5497 "a new browser window. Using transformation options you can also specify "
5498 "strings to append/prepend to a string or the format you want the output "
5502 #. type: Content of: <html><body><div><p>
5503 #: orig-docs/Documentation.html:2452
5505 "For a general overview of all available transformations and their options, "
5506 "you can consult your "
5507 "<i><www.your-host.com>/<your-install-dir>/transformation_overview.php</i> "
5511 #. type: Content of: <html><body><div><p>
5512 #: orig-docs/Documentation.html:2457
5514 "For a tutorial on how to effectively use transformations, see our <a "
5515 "href=\"http://www.phpmyadmin.net/home_page/docs.php\">Link section</a> on "
5516 "the official phpMyAdmin homepage."
5519 #. type: Content of: <html><body><div><h3>
5520 #: orig-docs/Documentation.html:2461
5524 #. type: Content of: <html><body><div><p>
5525 #: orig-docs/Documentation.html:2463
5527 "Go to your <i>tbl_structure.php</i> page (i.e. reached through clicking on "
5528 "the 'Structure' link for a table). There click on "Change" (or "
5529 "change icon) and there you will see three new fields at the end of the "
5530 "line. They are called 'MIME-type', 'Browser transformation' and "
5531 "'Transformation options'."
5534 #. type: Content of: <html><body><div><ul><li>
5535 #: orig-docs/Documentation.html:2470
5537 "The field 'MIME-type' is a drop-down field. Select the MIME-type that "
5538 "corresponds to the column's contents. Please note that transformations are "
5539 "inactive as long as no MIME-type is selected."
5542 #. type: Content of: <html><body><div><ul><li>
5543 #: orig-docs/Documentation.html:2474
5545 "The field 'Browser transformation' is a drop-down field. You can choose from "
5546 "a hopefully growing amount of pre-defined transformations. See below for "
5547 "information on how to build your own transformation."
5550 #. type: Content of: <html><body><div><ul><li>
5551 #: orig-docs/Documentation.html:2478
5553 "There are global transformations and mimetype-bound transformations. Global "
5554 "transformations can be used for any mimetype. They will take the mimetype, "
5555 "if necessary, into regard. Mimetype-bound transformations usually only "
5556 "operate on a certain mimetype. There are transformations which operate on "
5557 "the main mimetype (like 'image'), which will most likely take the subtype "
5558 "into regard, and those who only operate on a specific subtype (like "
5562 #. type: Content of: <html><body><div><ul><li>
5563 #: orig-docs/Documentation.html:2485
5565 "You can use transformations on mimetypes for which the function was not "
5566 "defined for. There is no security check for you selected the right "
5567 "transformation, so take care of what the output will be like."
5570 #. type: Content of: <html><body><div><ul><li>
5571 #: orig-docs/Documentation.html:2489
5573 "The field 'Transformation options' is a free-type textfield. You have to "
5574 "enter transform-function specific options here. Usually the transforms can "
5575 "operate with default options, but it is generally a good idea to look up the "
5576 "overview to see which options are necessary."
5579 #. type: Content of: <html><body><div><ul><li>
5580 #: orig-docs/Documentation.html:2494
5582 "Much like the ENUM/SET-Fields, you have to split up several options using "
5583 "the format 'a','b','c',...(NOTE THE MISSING BLANKS). This is because "
5584 "internally the options will be parsed as an array, leaving the first value "
5585 "the first element in the array, and so forth."
5588 #. type: Content of: <html><body><div><ul><li>
5589 #: orig-docs/Documentation.html:2499
5591 "If you want to specify a MIME character set you can define it in the "
5592 "transformation_options. You have to put that outside of the pre-defined "
5593 "options of the specific mime-transform, as the last value of the set. Use "
5594 "the format \"'; charset=XXX'\". If you use a transform, for which you can "
5595 "specify 2 options and you want to append a character set, enter \"'first "
5596 "parameter','second parameter','charset=us-ascii'\". You can, however use the "
5597 "defaults for the parameters: \"'','','charset=us-ascii'\"."
5600 #. type: Content of: <html><body><div><h3>
5601 #: orig-docs/Documentation.html:2507
5602 msgid "3. File structure"
5605 #. type: Content of: <html><body><div><p>
5606 #: orig-docs/Documentation.html:2509
5608 "All mimetypes and their transformations are defined through single files in "
5609 "the directory 'libraries/transformations/'."
5612 #. type: Content of: <html><body><div><p>
5613 #: orig-docs/Documentation.html:2512
5615 "They are stored in files to ease up customization and easy adding of new "
5619 #. type: Content of: <html><body><div><p>
5620 #: orig-docs/Documentation.html:2515
5622 "Because the user cannot enter own mimetypes, it is kept sure that "
5623 "transformations always work. It makes no sense to apply a transformation to "
5624 "a mimetype the transform-function doesn't know to handle."
5627 #. type: Content of: <html><body><div><p>
5628 #: orig-docs/Documentation.html:2519
5630 "One can, however, use empty mime-types and global transformations which "
5631 "should work for many mimetypes. You can also use transforms on a different "
5632 "mimetype than what they where built for, but pay attention to option usage "
5633 "as well as what the transformation does to your column."
5636 #. type: Content of: <html><body><div><p>
5637 #: orig-docs/Documentation.html:2524
5639 "There is a basic file called '<i>global.inc.php</i>'. This function can be "
5640 "included by any other transform function and provides some basic functions."
5643 #. type: Content of: <html><body><div><p>
5644 #: orig-docs/Documentation.html:2527
5645 msgid "There are 5 possible file names:"
5648 #. type: Content of: <html><body><div><ol><li>
5649 #: orig-docs/Documentation.html:2529
5650 msgid "A mimetype+subtype transform:"
5653 #. type: Content of: <html><body><div><ol><li>
5654 #: orig-docs/Documentation.html:2531
5655 msgid "<tt>[mimetype]_[subtype]__[transform].inc.php</tt>"
5658 #. type: Content of: <html><body><div><ol><li>
5659 #: orig-docs/Documentation.html:2533
5661 "Please not that mimetype and subtype are separated via '_', which shall not "
5662 "be contained in their names. The transform function/filename may contain "
5663 "only characters which cause no problems in the file system as well as the "
5664 "PHP function naming convention."
5667 #. type: Content of: <html><body><div><ol><li>
5668 #: orig-docs/Documentation.html:2538
5670 "The transform function will the be called "
5671 "'<tt>PMA_transform_[mimetype]_[subtype]__[transform]()</tt>'."
5674 #. type: Content of: <html><body><div><ol><li>
5675 #: orig-docs/Documentation.html:2541 orig-docs/Documentation.html:2558 orig-docs/Documentation.html:2573 orig-docs/Documentation.html:2588 orig-docs/Documentation.html:2600
5676 msgid "<b>Example:</b>"
5679 #. type: Content of: <html><body><div><ol><li>
5680 #: orig-docs/Documentation.html:2543
5681 msgid "<tt>text_html__formatted.inc.php</tt>"
5684 #. type: Content of: <html><body><div><ol><li>
5685 #: orig-docs/Documentation.html:2544
5686 msgid "<tt>PMA_transform_text_html__formatted()</tt>"
5689 #. type: Content of: <html><body><div><ol><li>
5690 #: orig-docs/Documentation.html:2546
5691 msgid "A mimetype (w/o subtype) transform:"
5694 #. type: Content of: <html><body><div><ol><li>
5695 #: orig-docs/Documentation.html:2548
5696 msgid "<tt>[mimetype]__[transform].inc.php</tt>"
5699 #. type: Content of: <html><body><div><ol><li>
5700 #: orig-docs/Documentation.html:2550
5702 "Please note that there are no single '_' characters. The transform "
5703 "function/filename may contain only characters which cause no problems in the "
5704 "file system as well as the PHP function naming convention."
5707 #. type: Content of: <html><body><div><ol><li>
5708 #: orig-docs/Documentation.html:2555
5710 "The transform function will the be called "
5711 "'<tt>PMA_transform_[mimetype]__[transform]()</tt>'."
5714 #. type: Content of: <html><body><div><ol><li>
5715 #: orig-docs/Documentation.html:2560
5716 msgid "<tt>text__formatted.inc.php</tt>"
5719 #. type: Content of: <html><body><div><ol><li>
5720 #: orig-docs/Documentation.html:2561
5721 msgid "<tt>PMA_transform_text__formatted()</tt>"
5724 #. type: Content of: <html><body><div><ol><li>
5725 #: orig-docs/Documentation.html:2563
5726 msgid "A mimetype+subtype without specific transform function"
5729 #. type: Content of: <html><body><div><ol><li>
5730 #: orig-docs/Documentation.html:2565
5731 msgid "<tt>[mimetype]_[subtype].inc.php</tt>"
5734 #. type: Content of: <html><body><div><ol><li>
5735 #: orig-docs/Documentation.html:2567
5737 "Please note that there are no '__' characters in the filename. Do not use "
5738 "special characters in the filename causing problems with the file system."
5741 #. type: Content of: <html><body><div><ol><li>
5742 #: orig-docs/Documentation.html:2571 orig-docs/Documentation.html:2586
5743 msgid "No transformation function is defined in the file itself."
5746 #. type: Content of: <html><body><div><ol><li>
5747 #: orig-docs/Documentation.html:2575
5748 msgid "<tt>text_plain.inc.php</tt>"
5751 #. type: Content of: <html><body><div><ol><li>
5752 #: orig-docs/Documentation.html:2576 orig-docs/Documentation.html:2591
5753 msgid "(No function)"
5756 #. type: Content of: <html><body><div><ol><li>
5757 #: orig-docs/Documentation.html:2578
5758 msgid "A mimetype (w/o subtype) without specific transform function"
5761 #. type: Content of: <html><body><div><ol><li>
5762 #: orig-docs/Documentation.html:2580
5763 msgid "<tt>[mimetype].inc.php</tt>"
5766 #. type: Content of: <html><body><div><ol><li>
5767 #: orig-docs/Documentation.html:2582
5769 "Please note that there are no '_' characters in the filename. Do not use "
5770 "special characters in the filename causing problems with the file system."
5773 #. type: Content of: <html><body><div><ol><li>
5774 #: orig-docs/Documentation.html:2590
5775 msgid "<tt>text.inc.php</tt>"
5778 #. type: Content of: <html><body><div><ol><li>
5779 #: orig-docs/Documentation.html:2593
5780 msgid "A global transform function with no specific mimetype"
5783 #. type: Content of: <html><body><div><ol><li>
5784 #: orig-docs/Documentation.html:2595
5785 msgid "<tt>global__[transform].inc.php</tt>"
5788 #. type: Content of: <html><body><div><ol><li>
5789 #: orig-docs/Documentation.html:2597
5791 "The transform function will the be called "
5792 "'<tt>PMA_transform_global__[transform]()</tt>'."
5795 #. type: Content of: <html><body><div><ol><li>
5796 #: orig-docs/Documentation.html:2602
5797 msgid "<tt>global__formatted</tt>"
5800 #. type: Content of: <html><body><div><ol><li>
5801 #: orig-docs/Documentation.html:2603
5802 msgid "<tt>PMA_transform_global__formatted()</tt>"
5805 #. type: Content of: <html><body><div><p>
5806 #: orig-docs/Documentation.html:2606
5808 "So generally use '_' to split up mimetype and subtype, and '__' to provide a "
5809 "transform function."
5812 #. type: Content of: <html><body><div><p>
5813 #: orig-docs/Documentation.html:2609
5815 "All filenames containing no '__' in themselves are not shown as valid "
5816 "transform functions in the dropdown."
5819 #. type: Content of: <html><body><div><p>
5820 #: orig-docs/Documentation.html:2612
5822 "Please see the libraries/transformations/TEMPLATE file for adding your own "
5823 "transform function. See the libraries/transformations/TEMPLATE_MIMETYPE for "
5824 "adding a mimetype without a transform function."
5827 #. type: Content of: <html><body><div><p>
5828 #: orig-docs/Documentation.html:2616
5830 "To create a new transform function please see "
5831 "<tt>libraries/transformations/template_generator.sh</tt>. To create a new, "
5832 "empty mimetype please see "
5833 "<tt>libraries/transformations/template_generator_mimetype.sh</tt>."
5836 #. type: Content of: <html><body><div><p>
5837 #: orig-docs/Documentation.html:2621
5838 msgid "A transform function always gets passed three variables:"
5841 #. type: Content of: <html><body><div><ol><li>
5842 #: orig-docs/Documentation.html:2623
5844 "<b>$buffer</b> - Contains the text inside of the column. This is the text, "
5845 "you want to transform."
5848 #. type: Content of: <html><body><div><ol><li>
5849 #: orig-docs/Documentation.html:2625
5851 "<b>$options</b> - Contains any user-passed options to a transform function "
5855 #. type: Content of: <html><body><div><ol><li>
5856 #: orig-docs/Documentation.html:2627
5858 "<b>$meta</b> - Contains an object with information about your column. The "
5859 "data is drawn from the output of the <a "
5860 "href=\"http://www.php.net/mysql_fetch_field\">mysql_fetch_field()</a> "
5861 "function. This means, all object properties described on the <a "
5862 "href=\"http://www.php.net/mysql_fetch_field\">manual page</a> are available "
5863 "in this variable and can be used to transform a column accordingly to "
5864 "unsigned/zerofill/not_null/... properties."
5867 #. type: Content of: <html><body><div><ol><li>
5868 #: orig-docs/Documentation.html:2634
5870 "The $meta->mimetype variable contains the original MIME-type of the "
5871 "column (i.e. 'text/plain', 'image/jpeg' etc.)"
5874 #. type: Content of: <html><body><div><p>
5875 #: orig-docs/Documentation.html:2638
5877 "Additionally you should also provide additional function to provide "
5878 "information about the transformation to the user. This function should have "
5879 "same name as transformation function just with appended <code>_info</code> "
5880 "suffix. This function accepts no parameters and returns array with "
5881 "information about the transformation. Currently following keys can be used:"
5884 #. type: Content of: <html><body><div><dl><dt>
5885 #: orig-docs/Documentation.html:2646
5886 msgid "<code>info</code>"
5889 #. type: Content of: <html><body><div><dl><dd>
5890 #: orig-docs/Documentation.html:2647
5891 msgid "Long description of the transformation."
5894 #. type: Content of: <html><body><div><h2>
5895 #: orig-docs/Documentation.html:2651
5896 msgid "FAQ - Frequently Asked Questions"
5899 #. type: Content of: <html><body><div><ol><li>
5900 #: orig-docs/Documentation.html:2653
5901 msgid "<a href=\"#faqserver\">Server</a>"
5904 #. type: Content of: <html><body><div><ol><li>
5905 #: orig-docs/Documentation.html:2654
5906 msgid "<a href=\"#faqconfig\">Configuration</a>"
5909 #. type: Content of: <html><body><div><ol><li>
5910 #: orig-docs/Documentation.html:2655
5911 msgid "<a href=\"#faqlimitations\">Known limitations</a>"
5914 #. type: Content of: <html><body><div><ol><li>
5915 #: orig-docs/Documentation.html:2656
5916 msgid "<a href=\"#faqmultiuser\">ISPs, multi-user installations</a>"
5919 #. type: Content of: <html><body><div><ol><li>
5920 #: orig-docs/Documentation.html:2657
5922 "<a href=\"#faqbrowsers\">Browsers or client <abbr title=\"operating "
5923 "system\">OS</abbr></a>"
5926 #. type: Content of: <html><body><div><ol><li>
5927 #: orig-docs/Documentation.html:2658
5928 msgid "<a href=\"#faqusing\">Using phpMyAdmin</a>"
5931 #. type: Content of: <html><body><div><ol><li>
5932 #: orig-docs/Documentation.html:2659
5933 msgid "<a href=\"#faqproject\">phpMyAdmin project</a>"
5936 #. type: Content of: <html><body><div><ol><li>
5937 #: orig-docs/Documentation.html:2660
5938 msgid "<a href=\"#faqsecurity\">Security</a>"
5941 #. type: Content of: <html><body><div><ol><li>
5942 #: orig-docs/Documentation.html:2661
5943 msgid "<a href=\"#faqsynchronization\">Synchronization</a>"
5946 #. type: Content of: <html><body><div><p>
5947 #: orig-docs/Documentation.html:2664
5949 "Please have a look at our <a "
5950 "href=\"http://www.phpmyadmin.net/home_page/docs.php\">Link section</a> on "
5951 "the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's "
5952 "features and or interface."
5955 #. type: Content of: <html><body><div><h3>
5956 #: orig-docs/Documentation.html:2669
5960 #. type: Content of: <html><body><div><h4>
5961 #: orig-docs/Documentation.html:2672
5963 "<a href=\"#faq1_1\">1.1 My server is crashing each time a specific action is "
5964 "required or phpMyAdmin sends a blank page or a page full of cryptic "
5965 "characters to my browser, what can I do?</a>"
5968 #. type: Content of: <html><body><div><p>
5969 #: orig-docs/Documentation.html:2676
5971 "Try to set the <a href=\"#cfg_OBGzip\" "
5972 "class=\"configrule\">$cfg['OBGzip']</a> directive to <tt>FALSE</tt> in your "
5973 "<i>config.inc.php</i> file and the <tt>zlib.output_compression</tt> "
5974 "directive to <tt>Off</tt> in your php configuration file."
5977 #. type: Content of: <html><body><div><h4>
5978 #: orig-docs/Documentation.html:2682
5979 msgid "<a href=\"#faq1_2\">1.2 My Apache server crashes when using phpMyAdmin.</a>"
5982 #. type: Content of: <html><body><div><p>
5983 #: orig-docs/Documentation.html:2684
5984 msgid "You should first try the latest versions of Apache (and possibly MySQL)."
5987 #. type: Content of: <html><body><div><p>
5988 #: orig-docs/Documentation.html:2685
5990 "See also the <a href=\"#faq1_1\"><abbr title=\"Frequently Asked "
5991 "Questions\">FAQ</abbr> 1.1</a> entry about PHP bugs with output buffering."
5994 #. type: Content of: <html><body><div><p>
5995 #: orig-docs/Documentation.html:2688
5997 "If your server keeps crashing, please ask for help in the various Apache "
6001 #. type: Content of: <html><body><div><h4>
6002 #: orig-docs/Documentation.html:2692
6003 msgid "<a href=\"#faq1_3\">1.3 (withdrawn).</a>"
6006 #. type: Content of: <html><body><div><h4>
6007 #: orig-docs/Documentation.html:2695
6009 "<a href=\"#faq1_4\">1.4 Using phpMyAdmin on <abbr title=\"Internet "
6010 "Information Services\">IIS</abbr>, I'm displayed the error message: "
6011 ""The specified <abbr title=\"Common Gateway Interface\">CGI</abbr> "
6012 "application misbehaved by not returning a complete set of <abbr "
6013 "title=\"HyperText Transfer Protocol\">HTTP</abbr> headers ...".</a>"
6016 #. type: Content of: <html><body><div><p>
6017 #: orig-docs/Documentation.html:2702
6019 "You just forgot to read the <i>install.txt</i> file from the PHP "
6020 "distribution. Have a look at the last message in this <a "
6021 "href=\"http://bugs.php.net/bug.php?id=12061\">bug report</a> from the "
6022 "official PHP bug database."
6025 #. type: Content of: <html><body><div><h4>
6026 #: orig-docs/Documentation.html:2708
6028 "<a href=\"#faq1_5\">1.5 Using phpMyAdmin on <abbr title=\"Internet "
6029 "Information Services\">IIS</abbr>, I'm facing crashes and/or many error "
6030 "messages with the <abbr title=\"HyperText Transfer "
6031 "Protocol\">HTTP</abbr>.</a>"
6034 #. type: Content of: <html><body><div><p>
6035 #: orig-docs/Documentation.html:2713
6037 "This is a known problem with the PHP <abbr title=\"Internet Server "
6038 "Application Programming Interface\">ISAPI</abbr> filter: it's not so "
6039 "stable. Please use instead the cookie authentication mode."
6042 #. type: Content of: <html><body><div><h4>
6043 #: orig-docs/Documentation.html:2719
6045 "<a href=\"#faq1_6\">1.6 I can't use phpMyAdmin on PWS: nothing is "
6049 #. type: Content of: <html><body><div><p>
6050 #: orig-docs/Documentation.html:2721
6052 "This seems to be a PWS bug. Filippo Simoncini found a workaround (at this "
6053 "time there is no better fix): remove or comment the <tt>DOCTYPE</tt> "
6054 "declarations (2 lines) from the scripts <i>libraries/header.inc.php</i>, "
6055 "<i>libraries/header_printview.inc.php</i>, <i>index.php</i>, "
6056 "<i>navigation.php</i> and <i>libraries/common.lib.php</i>."
6059 #. type: Content of: <html><body><div><h4>
6060 #: orig-docs/Documentation.html:2728
6062 "<a href=\"#faq1_7\">1.7 How can I GZip or Bzip a dump or a <abbr "
6063 "title=\"comma separated values\">CSV</abbr> export? It does not seem to "
6067 #. type: Content of: <html><body><div><p>
6068 #: orig-docs/Documentation.html:2732
6070 "These features are based on the <tt>gzencode()</tt> and "
6071 "<tt>bzcompress()</tt> PHP functions to be more independent of the platform "
6072 "(Unix/Windows, Safe Mode or not, and so on). So, you must have Zlib/Bzip2 "
6073 "support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>)."
6076 #. type: Content of: <html><body><div><h4>
6077 #: orig-docs/Documentation.html:2738
6079 "<a href=\"#faq1_8\">1.8 I cannot insert a text file in a table, and I get an "
6080 "error about safe mode being in effect.</a>"
6083 #. type: Content of: <html><body><div><p>
6084 #: orig-docs/Documentation.html:2741
6086 "Your uploaded file is saved by PHP in the "upload dir", as defined "
6087 "in <i>php.ini</i> by the variable <tt>upload_tmp_dir</tt> (usually the "
6088 "system default is <i>/tmp</i>)."
6091 #. type: Content of: <html><body><div><p>
6092 #: orig-docs/Documentation.html:2744
6094 "We recommend the following setup for Apache servers running in safe mode, to "
6095 "enable uploads of files while being reasonably secure:"
6098 #. type: Content of: <html><body><div><ul><li>
6099 #: orig-docs/Documentation.html:2747
6100 msgid "create a separate directory for uploads: <tt>mkdir /tmp/php</tt>"
6103 #. type: Content of: <html><body><div><ul><li>
6104 #: orig-docs/Documentation.html:2748
6106 "give ownership to the Apache server's user.group: <tt>chown apache.apache "
6110 #. type: Content of: <html><body><div><ul><li>
6111 #: orig-docs/Documentation.html:2750
6112 msgid "give proper permission: <tt>chmod 600 /tmp/php</tt>"
6115 #. type: Content of: <html><body><div><ul><li>
6116 #: orig-docs/Documentation.html:2751
6117 msgid "put <tt>upload_tmp_dir = /tmp/php</tt> in <i>php.ini</i>"
6120 #. type: Content of: <html><body><div><ul><li>
6121 #: orig-docs/Documentation.html:2752
6122 msgid "restart Apache"
6125 #. type: Content of: <html><body><div><h4>
6126 #: orig-docs/Documentation.html:2756
6127 msgid "<a href=\"#faq1_9\">1.9 (withdrawn).</a>"
6130 #. type: Content of: <html><body><div><h4>
6131 #: orig-docs/Documentation.html:2759
6133 "<a href=\"#faq1_10\">1.10 I'm having troubles when uploading files with "
6134 "phpMyAdmin running on a secure server. My browser is Internet Explorer and "
6135 "I'm using the Apache server.</a>"
6138 #. type: Content of: <html><body><div><p>
6139 #: orig-docs/Documentation.html:2763
6141 "As suggested by "Rob M" in the phpWizard forum, add this line to "
6142 "your <i>httpd.conf</i>:"
6145 #. type: Content of: <html><body><div><pre>
6146 #: orig-docs/Documentation.html:2766
6148 msgid "SetEnvIf User-Agent \".*MSIE.*\" nokeepalive ssl-unclean-shutdown"
6151 #. type: Content of: <html><body><div><p>
6152 #: orig-docs/Documentation.html:2768
6153 msgid "It seems to clear up many problems between Internet Explorer and SSL."
6156 #. type: Content of: <html><body><div><h4>
6157 #: orig-docs/Documentation.html:2771
6159 "<a href=\"#faq1_11\">1.11 I get an 'open_basedir restriction' while "
6160 "uploading a file from the query box.</a>"
6163 #. type: Content of: <html><body><div><p>
6164 #: orig-docs/Documentation.html:2774
6166 "Since version 2.2.4, phpMyAdmin supports servers with open_basedir "
6167 "restrictions. However you need to create temporary directory and configure "
6168 "it as <a href=\"#cfg_TempDir\" class=\"configrule\">$cfg['TempDir']</a>. "
6169 "The uploaded files will be moved there, and after execution of your <abbr "
6170 "title=\"structured query language\">SQL</abbr> commands, removed."
6173 #. type: Content of: <html><body><div><h4>
6174 #: orig-docs/Documentation.html:2781
6176 "<a href=\"#faq1_12\">1.12 I have lost my MySQL root password, what can I "
6180 #. type: Content of: <html><body><div><p>
6181 #: orig-docs/Documentation.html:2783
6183 "The MySQL manual explains how to <a "
6184 "href=\"http://dev.mysql.com/doc/mysql/en/resetting-permissions.html\"> reset "
6185 "the permissions</a>."
6188 #. type: Content of: <html><body><div><h4>
6189 #: orig-docs/Documentation.html:2788
6190 msgid "<a href=\"#faq1_13\">1.13 (withdrawn).</a>"
6193 #. type: Content of: <html><body><div><h4>
6194 #: orig-docs/Documentation.html:2791
6195 msgid "<a href=\"#faq1_14\">1.14 (withdrawn).</a>"
6198 #. type: Content of: <html><body><div><h4>
6199 #: orig-docs/Documentation.html:2794
6201 "<a href=\"#faq1_15\">1.15 I have problems with <i>mysql.user</i> column "
6205 #. type: Content of: <html><body><div><p>
6206 #: orig-docs/Documentation.html:2797
6208 "In previous MySQL versions, the <tt>User</tt> and <tt>Password</tt>columns "
6209 "were named <tt>user</tt> and <tt>password</tt>. Please modify your column "
6210 "names to align with current standards."
6213 #. type: Content of: <html><body><div><h4>
6214 #: orig-docs/Documentation.html:2802
6216 "<a href=\"#faq1_16\">1.16 I cannot upload big dump files (memory, <abbr "
6217 "title=\"HyperText Transfer Protocol\">HTTP</abbr> or timeout problems).</a>"
6220 #. type: Content of: <html><body><div><p>
6221 #: orig-docs/Documentation.html:2806
6223 "Starting with version 2.7.0, the import engine has been re–written and "
6224 "these problems should not occur. If possible, upgrade your phpMyAdmin to the "
6225 "latest version to take advantage of the new import features."
6228 #. type: Content of: <html><body><div><p>
6229 #: orig-docs/Documentation.html:2810
6231 "The first things to check (or ask your host provider to check) are the "
6232 "values of <tt>upload_max_filesize</tt>, <tt>memory_limit</tt> and "
6233 "<tt>post_max_size</tt> in the <i>php.ini</i> configuration file. All of "
6234 "these three settings limit the maximum size of data that can be submitted "
6235 "and handled by PHP. One user also said that post_max_size and memory_limit "
6236 "need to be larger than upload_max_filesize."
6239 #. type: Content of: <html><body><div><p>
6240 #: orig-docs/Documentation.html:2817
6242 "There exist several workarounds if your upload is too big or your hosting "
6243 "provider is unwilling to change the settings:"
6246 #. type: Content of: <html><body><div><ul><li>
6247 #: orig-docs/Documentation.html:2820
6249 "Look at the <a href=\"#cfg_UploadDir\" "
6250 "class=\"configrule\">$cfg['UploadDir']</a> feature. This allows one to "
6251 "upload a file to the server via scp, ftp, or your favorite file transfer "
6252 "method. PhpMyAdmin is then able to import the files from the temporary "
6253 "directory. More information is available in the <a "
6254 "href=\"#config\">Configuration section</a> of this document."
6257 #. type: Content of: <html><body><div><ul><li>
6258 #: orig-docs/Documentation.html:2826
6260 "Using a utility (such as <a href=\"http://www.ozerov.de/bigdump.php\"> "
6261 "BigDump</a>) to split the files before uploading. We cannot support this or "
6262 "any third party applications, but are aware of users having success with it."
6265 #. type: Content of: <html><body><div><ul><li>
6266 #: orig-docs/Documentation.html:2830
6268 "If you have shell (command line) access, use MySQL to import the files "
6269 "directly. You can do this by issuing the "source" command from "
6270 "within MySQL: <tt>source <i>filename.sql</i></tt>."
6273 #. type: Content of: <html><body><div><h4>
6274 #: orig-docs/Documentation.html:2836
6276 "<a id=\"faqmysqlversions\" href=\"#faq1_17\">1.17 Which MySQL versions does "
6277 "phpMyAdmin support?</a>"
6280 #. type: Content of: <html><body><div><p>
6281 #: orig-docs/Documentation.html:2839
6283 "Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For older "
6284 "MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can "
6285 "connect to your MySQL server using PHP's classic <a "
6286 "href=\"http://php.net/mysql\">MySQL extension</a> as well as the <a "
6287 "href=\"http://php.net/mysqli\">improved MySQL extension (MySQLi)</a> that is "
6288 "available in PHP 5.0. The latter one should be used unless you have a good "
6289 "reason not to do so."
6292 #. type: Content of: <html><body><div><p>
6293 #: orig-docs/Documentation.html:2846
6295 "When compiling PHP, we strongly recommend that you manually link the MySQL "
6296 "extension of your choice to a MySQL client library of at least the same "
6297 "minor version since the one that is bundled with some PHP distributions is "
6298 "rather old and might cause problems <a href=\"#faq1_17a\"> (see <abbr "
6299 "title=\"Frequently Asked Questions\">FAQ</abbr> 1.17a)</a>."
6302 #. type: Content of: <html><body><div><p>
6303 #: orig-docs/Documentation.html:2851
6305 "<a href=\"http://mariadb.org/\">MariaDB</a> is also supported (versions 5.1 "
6306 "and 5.2 were tested)."
6309 #. type: Content of: <html><body><div><p>
6310 #: orig-docs/Documentation.html:2853
6312 "Since phpMyAdmin 3.5 <a href=\"http://www.drizzle.org/\">Drizzle</a> is "
6316 #. type: Content of: <html><body><div><h5>
6317 #: orig-docs/Documentation.html:2857
6319 "<a href=\"#faq1_17a\">1.17a I cannot connect to the MySQL server. It always "
6320 "returns the error message, "Client does not support authentication "
6321 "protocol requested by server; consider upgrading MySQL client"</a>"
6324 #. type: Content of: <html><body><div><p>
6325 #: orig-docs/Documentation.html:2861
6327 "You tried to access MySQL with an old MySQL client library. The version of "
6328 "your MySQL client library can be checked in your phpinfo() output. In "
6329 "general, it should have at least the same minor version as your server - as "
6330 "mentioned in <a href=\"#faq1_17\"> <abbr title=\"Frequently Asked "
6331 "Questions\">FAQ</abbr> 1.17</a>."
6334 #. type: Content of: <html><body><div><p>
6335 #: orig-docs/Documentation.html:2867
6337 "This problem is generally caused by using MySQL version 4.1 or newer. MySQL "
6338 "changed the authentication hash and your PHP is trying to use the old "
6339 "method. The proper solution is to use the <a "
6340 "href=\"http://www.php.net/mysqli\">mysqli extension</a> with the proper "
6341 "client library to match your MySQL installation. Your chosen extension is "
6342 "specified in <a href=\"#cfg_Servers_extension\" "
6343 "class=\"configrule\">$cfg['Servers'][$i]['extension']</a>. More information "
6344 "(and several workarounds) are located in the <a "
6345 "href=\"http://dev.mysql.com/doc/mysql/en/old-client.html\">MySQL "
6346 "Documentation</a>."
6349 #. type: Content of: <html><body><div><h4>
6350 #: orig-docs/Documentation.html:2877
6351 msgid "<a href=\"#faq1_18\">1.18 (withdrawn).</a>"
6354 #. type: Content of: <html><body><div><h4>
6355 #: orig-docs/Documentation.html:2880
6357 "<a href=\"#faq1_19\">1.19 I can't run the "display relations" "
6358 "feature because the script seems not to know the font face I'm using!</a>"
6361 #. type: Content of: <html><body><div><p>
6362 #: orig-docs/Documentation.html:2883
6364 "The "FPDF" library we're using for this feature requires some "
6365 "special files to use font faces."
6368 #. type: Content of: <html><body><div><p>
6369 #: orig-docs/Documentation.html:2885
6371 "Please refers to the <a href=\"http://www.fpdf.org/\">FPDF manual</a> to "
6372 "build these files."
6375 #. type: Content of: <html><body><div><h4>
6376 #: orig-docs/Documentation.html:2889
6378 "<a href=\"#faqmysql\">1.20 I receive the error "cannot load MySQL "
6379 "extension, please check PHP Configuration".</a>"
6382 #. type: Content of: <html><body><div><p>
6383 #: orig-docs/Documentation.html:2892
6385 "To connect to a MySQL server, PHP needs a set of MySQL functions called "
6386 ""MySQL extension". This extension may be part of the PHP "
6387 "distribution (compiled-in), otherwise it needs to be loaded dynamically. Its "
6388 "name is probably <i>mysql.so</i> or <i>php_mysql.dll</i>. phpMyAdmin tried "
6389 "to load the extension but failed."
6392 #. type: Content of: <html><body><div><p>
6393 #: orig-docs/Documentation.html:2898
6395 "Usually, the problem is solved by installing a software package called "
6396 ""PHP-MySQL" or something similar."
6399 #. type: Content of: <html><body><div><h4>
6400 #: orig-docs/Documentation.html:2902
6402 "<a href=\"#faq1_21\">1.21 I am running the <abbr title=\"Common Gateway "
6403 "Interface\">CGI</abbr> version of PHP under Unix, and I cannot log in using "
6407 #. type: Content of: <html><body><div><p>
6408 #: orig-docs/Documentation.html:2906
6409 msgid "In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1."
6412 #. type: Content of: <html><body><div><h4>
6413 #: orig-docs/Documentation.html:2909
6415 "<a href=\"#faq1_22\">1.22 I don't see the "Location of text file" "
6416 "field, so I cannot upload.</a>"
6419 #. type: Content of: <html><body><div><p>
6420 #: orig-docs/Documentation.html:2912
6422 "This is most likely because in <i>php.ini</i>, your <tt>file_uploads</tt> "
6423 "parameter is not set to "on"."
6426 #. type: Content of: <html><body><div><h4>
6427 #: orig-docs/Documentation.html:2916
6429 "<a href=\"#faq1_23\">1.23 I'm running MySQL on a Win32 machine. Each time I "
6430 "create a new table the table and column names are changed to lowercase!</a>"
6433 #. type: Content of: <html><body><div><p>
6434 #: orig-docs/Documentation.html:2919
6436 "This happens because the MySQL directive <tt>lower_case_table_names</tt> "
6437 "defaults to 1 (<tt>ON</tt>) in the Win32 version of MySQL. You can change "
6438 "this behavior by simply changing the directive to 0 (<tt>OFF</tt>):"
6441 #. type: Content of: <html><body><div><p>
6442 #: orig-docs/Documentation.html:2922
6444 "Just edit your <tt>my.ini</tt> file that should be located in your Windows "
6445 "directory and add the following line to the group [mysqld]:"
6448 #. type: Content of: <html><body><div><pre>
6449 #: orig-docs/Documentation.html:2925
6451 msgid "set-variable = lower_case_table_names=0"
6454 #. type: Content of: <html><body><div><p>
6455 #: orig-docs/Documentation.html:2927
6457 "Next, save the file and restart the MySQL service. You can always check the "
6458 "value of this directive using the query"
6461 #. type: Content of: <html><body><div><pre>
6462 #: orig-docs/Documentation.html:2930
6464 msgid "SHOW VARIABLES LIKE 'lower_case_table_names';"
6467 #. type: Content of: <html><body><div><h4>
6468 #: orig-docs/Documentation.html:2933
6469 msgid "<a href=\"#faq1_24\">1.24 (withdrawn).</a>"
6472 #. type: Content of: <html><body><div><h4>
6473 #: orig-docs/Documentation.html:2936
6475 "<a href=\"#faq1_25\">1.25 I am running Apache with mod_gzip-1.3.26.1a on "
6476 "Windows XP, and I get problems, such as undefined variables when I run a "
6477 "<abbr title=\"structured query language\">SQL</abbr> query.</a>"
6480 #. type: Content of: <html><body><div><p>
6481 #: orig-docs/Documentation.html:2940
6483 "A tip from Jose Fandos: put a comment on the following two lines in "
6484 "httpd.conf, like this:"
6487 #. type: Content of: <html><body><div><pre>
6488 #: orig-docs/Documentation.html:2944
6491 "# mod_gzip_item_include file \\.php$\n"
6492 "# mod_gzip_item_include mime \"application/x-httpd-php.*\"\n"
6495 #. type: Content of: <html><body><div><p>
6496 #: orig-docs/Documentation.html:2948
6498 "as this version of mod_gzip on Apache (Windows) has problems handling PHP "
6499 "scripts. Of course you have to restart Apache."
6502 #. type: Content of: <html><body><div><h4>
6503 #: orig-docs/Documentation.html:2952
6505 "<a href=\"#faq1_26\">1.26 I just installed phpMyAdmin in my document root of "
6506 "<abbr title=\"Internet Information Services\">IIS</abbr> but I get the error "
6507 ""No input file specified" when trying to run phpMyAdmin.</a>"
6510 #. type: Content of: <html><body><div><p>
6511 #: orig-docs/Documentation.html:2957
6513 "This is a permission problem. Right-click on the phpmyadmin folder and "
6514 "choose properties. Under the tab Security, click on "Add" and "
6515 "select the user "IUSR_machine" from the list. Now set his "
6516 "permissions and it should work."
6519 #. type: Content of: <html><body><div><h4>
6520 #: orig-docs/Documentation.html:2963
6522 "<a href=\"#faq1_27\">1.27 I get empty page when I want to view huge page "
6523 "(eg. db_structure.php with plenty of tables).</a>"
6526 #. type: Content of: <html><body><div><p>
6527 #: orig-docs/Documentation.html:2966
6529 "This is a <a href=\"http://bugs.php.net/21079\">PHP bug</a> that occur when "
6530 "GZIP output buffering is enabled. If you turn off it (by <a "
6531 "href=\"#cfg_OBGzip\" class=\"configrule\">$cfg['OBGzip'] = false</a> in "
6532 "<i>config.inc.php</i>), it should work. This bug will be fixed in "
6536 #. type: Content of: <html><body><div><h4>
6537 #: orig-docs/Documentation.html:2973
6539 "<a href=\"#faq1_28\">1.28 My MySQL server sometimes refuses queries and "
6540 "returns the message 'Errorcode: 13'. What does this mean?</a>"
6543 #. type: Content of: <html><body><div><p>
6544 #: orig-docs/Documentation.html:2976
6546 "This can happen due to a MySQL bug when having database / table names with "
6547 "upper case characters although <tt>lower_case_table_names</tt> is set to 1. "
6548 "To fix this, turn off this directive, convert all database and table names "
6549 "to lower case and turn it on again. Alternatively, there's a bug-fix "
6550 "available starting with MySQL 3.23.56 / 4.0.11-gamma."
6553 #. type: Content of: <html><body><div><h4>
6554 #: orig-docs/Documentation.html:2983
6556 "<a href=\"#faq1_29\">1.29 When I create a table or modify a column, I get an "
6557 "error and the columns are duplicated.</a>"
6560 #. type: Content of: <html><body><div><p>
6561 #: orig-docs/Documentation.html:2986
6563 "It is possible to configure Apache in such a way that PHP has problems "
6564 "interpreting .php files."
6567 #. type: Content of: <html><body><div><p>
6568 #: orig-docs/Documentation.html:2989
6570 "The problems occur when two different (and conflicting) set of directives "
6574 #. type: Content of: <html><body><div><pre>
6575 #: orig-docs/Documentation.html:2993
6578 "SetOutputFilter PHP\n"
6579 "SetInputFilter PHP\n"
6582 #. type: Content of: <html><body><div><p>
6583 #: orig-docs/Documentation.html:2997
6587 #. type: Content of: <html><body><div><pre>
6588 #: orig-docs/Documentation.html:2999
6590 msgid "AddType application/x-httpd-php .php"
6593 #. type: Content of: <html><body><div><p>
6594 #: orig-docs/Documentation.html:3001
6596 "In the case we saw, one set of directives was in "
6597 "<tt>/etc/httpd/conf/httpd.conf</tt>, while the other set was in "
6598 "<tt>/etc/httpd/conf/addon-modules/php.conf</tt>."
6601 #. type: Content of: <html><body><div><p>
6602 #: orig-docs/Documentation.html:3004
6604 "The recommended way is with <tt>AddType</tt>, so just comment out the first "
6605 "set of lines and restart Apache:"
6608 #. type: Content of: <html><body><div><pre>
6609 #: orig-docs/Documentation.html:3008
6612 "#SetOutputFilter PHP\n"
6613 "#SetInputFilter PHP\n"
6616 #. type: Content of: <html><body><div><h4>
6617 #: orig-docs/Documentation.html:3013
6619 "<a href=\"#faq1_30\">1.30 I get the error "navigation.php: Missing "
6623 #. type: Content of: <html><body><div><p>
6624 #: orig-docs/Documentation.html:3015
6626 "This problem is known to happen when the server is running Turck MMCache but "
6627 "upgrading MMCache to version 2.3.21 solves the problem."
6630 #. type: Content of: <html><body><div><h4>
6631 #: orig-docs/Documentation.html:3019
6632 msgid "<a href=\"#faq1_31\">1.31 Does phpMyAdmin support php5?</a>"
6635 #. type: Content of: <html><body><div><p>
6636 #: orig-docs/Documentation.html:3021
6640 #. type: Content of: <html><body><div><p>
6641 #: orig-docs/Documentation.html:3023
6643 "Since release 3.0 only PHP 5.2 and newer. For older PHP versions 2.9 branch "
6644 "is still maintained."
6647 #. type: Content of: <html><body><div><h4>
6648 #: orig-docs/Documentation.html:3028
6650 "<a href=\"#faq1_32\">1.32 Can I use <abbr title=\"HyperText Transfer "
6651 "Protocol\">HTTP</abbr> authentication with <abbr title=\"Internet "
6652 "Information Services\">IIS</abbr>?</a>"
6655 #. type: Content of: <html><body><div><p>
6656 #: orig-docs/Documentation.html:3030
6658 "Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in <abbr "
6659 "title=\"Internet Server Application Programming Interface\">ISAPI</abbr> "
6660 "mode under <abbr title=\"Internet Information Services\">IIS</abbr> 5.1."
6663 #. type: Content of: <html><body><div><ol><li>
6664 #: orig-docs/Documentation.html:3033
6665 msgid "In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt>"
6668 #. type: Content of: <html><body><div><ol><li>
6669 #: orig-docs/Documentation.html:3034
6671 "In <tt>Web Site Properties -> File/Directory Security -> Anonymous "
6672 "Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and "
6673 "uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>, "
6674 "<tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's "
6675 "enabled.) Click <tt>OK</tt>."
6678 #. type: Content of: <html><body><div><ol><li>
6679 #: orig-docs/Documentation.html:3039
6681 "In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through "
6682 "<tt>401;5</tt> and click the <tt>Set to Default</tt> button."
6685 #. type: Content of: <html><body><div><h4>
6686 #: orig-docs/Documentation.html:3044
6687 msgid "<a href=\"#faq1_33\">1.33 (withdrawn).</a>"
6690 #. type: Content of: <html><body><div><h4>
6691 #: orig-docs/Documentation.html:3047
6693 "<a href=\"#faq1_34\">1.34 Can I access directly to database or table "
6697 #. type: Content of: <html><body><div><p>
6698 #: orig-docs/Documentation.html:3049
6700 "Yes. Out of the box, you can use <abbr title=\"Uniform Resource "
6701 "Locator\">URL</abbr>s like "
6702 "http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. "
6703 "For <tt>server</tt> you use the server number which refers to the order of "
6704 "the server paragraph in <tt>config.inc.php</tt>. Table and script parts are "
6705 "optional. If you want http://server/phpMyAdmin/database[/table][/script] "
6706 "<abbr title=\"Uniform Resource Locator\">URL</abbr>s, you need to do some "
6707 "configuration. Following lines apply only for <a "
6708 "href=\"http://httpd.apache.org\">Apache</a> web server. First make sure, "
6709 "that you have enabled some features within global configuration. You need "
6710 "<code>Options FollowSymLinks</code> and <code>AllowOverride FileInfo</code> "
6711 "enabled for directory where phpMyAdmin is installed and you need mod_rewrite "
6712 "to be enabled. Then you just need to create following <code>.htaccess</code> "
6713 "file in root folder of phpMyAdmin installation (don't forget to change "
6714 "directory name inside of it):"
6717 #. type: Content of: <html><body><div><pre>
6718 #: orig-docs/Documentation.html:3064
6721 "RewriteEngine On\n"
6722 "RewriteBase /path_to_phpMyAdmin\n"
6723 "RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\\.php)$ "
6724 "index.php?db=$1&table=$2&target=$3 [R]\n"
6725 "RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\\.php)$ index.php?db=$1&target=$2 "
6727 "RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 "
6729 "RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]\n"
6732 #. type: Content of: <html><body><div><h4>
6733 #: orig-docs/Documentation.html:3073
6735 "<a href=\"#faq1_35\">1.35 Can I use <abbr title=\"HyperText Transfer "
6736 "Protocol\">HTTP</abbr> authentication with Apache <abbr title=\"Common "
6737 "Gateway Interface\">CGI</abbr>?</a>"
6740 #. type: Content of: <html><body><div><p>
6741 #: orig-docs/Documentation.html:3075
6743 "Yes. However you need to pass authentication variable to <abbr "
6744 "title=\"Common Gateway Interface\">CGI</abbr> using following rewrite rule:"
6747 #. type: Content of: <html><body><div><pre>
6748 #: orig-docs/Documentation.html:3079
6751 "RewriteEngine On\n"
6752 "RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]\n"
6755 #. type: Content of: <html><body><div><h4>
6756 #: orig-docs/Documentation.html:3084
6758 "<a href=\"#faq1_36\">1.36 I get an error "500 Internal Server "
6762 #. type: Content of: <html><body><div><p>
6763 #: orig-docs/Documentation.html:3087
6765 "There can be many explanations to this and a look at your server's error log "
6766 "file might give a clue."
6769 #. type: Content of: <html><body><div><h4>
6770 #: orig-docs/Documentation.html:3092
6772 "<a href=\"#faq1_37\">1.37 I run phpMyAdmin on cluster of different machines "
6773 "and password encryption in cookie auth doesn't work.</a>"
6776 #. type: Content of: <html><body><div><p>
6777 #: orig-docs/Documentation.html:3095
6779 "If your cluster consist of different architectures, PHP code used for "
6780 "encryption/decryption won't work correct. This is caused by use of "
6781 "pack/unpack functions in code. Only solution is to use mcrypt extension "
6782 "which works fine in this case."
6785 #. type: Content of: <html><body><div><h4>
6786 #: orig-docs/Documentation.html:3101
6788 "<a href=\"#faq1_38\">1.38 Can I use phpMyAdmin on a server on which Suhosin "
6792 #. type: Content of: <html><body><div><p>
6793 #: orig-docs/Documentation.html:3103
6795 "Yes but the default configuration values of Suhosin are known to cause "
6796 "problems with some operations, for example editing a table with many columns "
6797 "and no primary key or with textual primary key."
6800 #. type: Content of: <html><body><div><p>
6801 #: orig-docs/Documentation.html:3108
6803 "Suhosin configuration might lead to malfunction in some cases and it can not "
6804 "be fully avoided as phpMyAdmin is kind of application which needs to "
6805 "transfer big amounts of columns in single HTTP request, what is something "
6806 "what Suhosin tries to prevent. Generally all <code>suhosin.request.*</code>, "
6807 "<code>suhosin.post.*</code> and <code>suhosin.get.*</code> directives can "
6808 "have negative effect on phpMyAdmin usability. You can always find in your "
6809 "error logs which limit did cause dropping of variable, so you can diagnose "
6810 "the problem and adjust matching configuration variable."
6813 #. type: Content of: <html><body><div><p>
6814 #: orig-docs/Documentation.html:3119
6816 "The default values for most Suhosin configuration options will work in most "
6817 "scenarios, however you might want to adjust at least following parameters:"
6820 #. type: Content of: <html><body><div><ul><li>
6821 #: orig-docs/Documentation.html:3124
6824 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_vars\">suhosin.request.max_vars</a> "
6825 "should be increased (eg. 2048)"
6828 #. type: Content of: <html><body><div><ul><li>
6829 #: orig-docs/Documentation.html:3125
6832 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_vars\">suhosin.post.max_vars</a> "
6833 "should be increased (eg. 2048)"
6836 #. type: Content of: <html><body><div><ul><li>
6837 #: orig-docs/Documentation.html:3126
6840 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_array_index_length\">suhosin.request.max_array_index_length</a> "
6841 "should be increased (eg. 256)"
6844 #. type: Content of: <html><body><div><ul><li>
6845 #: orig-docs/Documentation.html:3127
6848 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_array_index_length\">suhosin.post.max_array_index_length</a> "
6849 "should be increased (eg. 256)"
6852 #. type: Content of: <html><body><div><ul><li>
6853 #: orig-docs/Documentation.html:3128
6856 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.request.max_totalname_length\">suhosin.request.max_totalname_length</a> "
6857 "should be increased (eg. 8192)"
6860 #. type: Content of: <html><body><div><ul><li>
6861 #: orig-docs/Documentation.html:3129
6864 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_totalname_length\">suhosin.post.max_totalname_length</a> "
6865 "should be increased (eg. 8192)"
6868 #. type: Content of: <html><body><div><ul><li>
6869 #: orig-docs/Documentation.html:3130
6872 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_value_length\">suhosin.get.max_value_length</a> "
6873 "should be increased (eg. 1024)"
6876 #. type: Content of: <html><body><div><ul><li>
6877 #: orig-docs/Documentation.html:3131
6880 "href=\"http://www.hardened-php.net/suhosin/configuration.html#suhosin.sql.bailout_on_error\">suhosin.sql.bailout_on_error</a> "
6881 "needs to be disabled (the default)"
6884 #. type: Content of: <html><body><div><ul><li>
6885 #: orig-docs/Documentation.html:3132
6888 "href=\"http://www.hardened-php.net/suhosin/configuration.html#logging_configuration\">suhosin.log.*</a> "
6889 "should not include SQL, otherwise you get big slowdown"
6892 #. type: Content of: <html><body><div><p>
6893 #: orig-docs/Documentation.html:3136
6895 "You can also disable the warning using the <a "
6896 "href=\"#cfg_SuhosinDisableWarning\"> <tt>SuhosinDisableWarning</tt> "
6900 #. type: Content of: <html><body><div><h4>
6901 #: orig-docs/Documentation.html:3141
6903 "<a href=\"#faq1_39\">1.39 When I try to connect via https, I can log in, but "
6904 "then my connection is redirected back to http. What can cause this "
6908 #. type: Content of: <html><body><div><p>
6909 #: orig-docs/Documentation.html:3145
6911 "Be sure that you have enabled <tt>SSLOptions</tt> and <tt>StdEnvVars</tt> in "
6912 "your Apache configuration. See <a "
6913 "href=\"http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions\">http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions</a>."
6916 #. type: Content of: <html><body><div><h4>
6917 #: orig-docs/Documentation.html:3149
6919 "<a href=\"#faq1_40\">1.40 When accessing phpMyAdmin via an Apache reverse "
6920 "proxy, cookie login does not work.</a>"
6923 #. type: Content of: <html><body><div><p>
6924 #: orig-docs/Documentation.html:3151
6926 "To be able to use cookie auth Apache must know that it has to rewrite the "
6927 "set-cookie headers."
6930 #. type: Content of: <html><body><div><p>
6931 #: orig-docs/Documentation.html:3152
6932 msgid "Example from the Apache 2.2 documentation:"
6935 #. type: Content of: <html><body><div><pre>
6936 #: orig-docs/Documentation.html:3154
6939 "ProxyPass /mirror/foo/ http://backend.example.com/\n"
6940 "ProxyPassReverse /mirror/foo/ http://backend.example.com/\n"
6941 "ProxyPassReverseCookieDomain backend.example.com public.example.com \n"
6942 "ProxyPassReverseCookiePath / /mirror/foo/ \n"
6945 #. type: Content of: <html><body><div><p>
6946 #: orig-docs/Documentation.html:3160
6948 "Note: if the backend url looks like http://host/~user/phpmyadmin, the tilde "
6949 "(~) must be url encoded as %7E in the ProxyPassReverse* lines. This is not "
6950 "specific to phpmyadmin, it's just the behavior of Apache."
6953 #. type: Content of: <html><body><div><pre>
6954 #: orig-docs/Documentation.html:3166
6957 "ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin\n"
6958 "ProxyPassReverse /mirror/foo/\n"
6959 "http://backend.example.com/%7Euser/phpmyadmin\n"
6960 "ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo\n"
6963 #. type: Content of: <html><body><div><p>
6964 #: orig-docs/Documentation.html:3172
6967 "href=\"http://httpd.apache.org/docs/2.2/mod/mod_proxy.html\">http://httpd.apache.org/docs/2.2/mod/mod_proxy.html</a> "
6971 #. type: Content of: <html><body><div><h4>
6972 #: orig-docs/Documentation.html:3176
6974 "<a href=\"#faq1_41\">1.41 When I view a database and ask to see its "
6975 "privileges, I get an error about an unknown column.</a>"
6978 #. type: Content of: <html><body><div><p>
6979 #: orig-docs/Documentation.html:3179
6981 "The MySQL server's privilege tables are not up to date, you need to run the "
6982 "<tt>mysql_upgrade</tt> command on the server."
6985 #. type: Content of: <html><body><div><h4>
6986 #: orig-docs/Documentation.html:3186
6988 "<a href=\"#faq2_1\">2.1 The error message "Warning: Cannot add header "
6989 "information - headers already sent by ..." is displayed, what's the "
6993 #. type: Content of: <html><body><div><p>
6994 #: orig-docs/Documentation.html:3189
6996 "Edit your <i>config.inc.php</i> file and ensure there is nothing (I.E. no "
6997 "blank lines, no spaces, no characters...) neither before the "
6998 "<tt><?php</tt> tag at the beginning, neither after the <tt>?></tt> tag "
6999 "at the end. We also got a report from a user under IIS, that used a zipped "
7000 "distribution kit: the file <tt>libraries/Config.class.php</tt> contained an "
7001 "end-of-line character (hex 0A) at the end; removing this character cleared "
7005 #. type: Content of: <html><body><div><h4>
7006 #: orig-docs/Documentation.html:3198
7007 msgid "<a href=\"#faq2_2\">2.2 phpMyAdmin can't connect to MySQL. What's wrong?</a>"
7010 #. type: Content of: <html><body><div><p>
7011 #: orig-docs/Documentation.html:3200
7013 "Either there is an error with your PHP setup or your username/password is "
7014 "wrong. Try to make a small script which uses mysql_connect and see if it "
7015 "works. If it doesn't, it may be you haven't even compiled MySQL support into "
7019 #. type: Content of: <html><body><div><h4>
7020 #: orig-docs/Documentation.html:3206
7022 "<a href=\"#faq2_3\">2.3 The error message "Warning: MySQL Connection "
7023 "Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' "
7024 "(111) ..." is displayed. What can I do?</a>"
7027 #. type: Content of: <html><body><div><p>
7028 #: orig-docs/Documentation.html:3210
7029 msgid "For RedHat users, Harald Legner suggests this on the mailing list:"
7032 #. type: Content of: <html><body><div><p>
7033 #: orig-docs/Documentation.html:3212
7035 "On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>. "
7036 "In your <i>php.ini</i> you will find a line"
7039 #. type: Content of: <html><body><div><pre>
7040 #: orig-docs/Documentation.html:3215
7042 msgid "mysql.default_socket = /tmp/mysql.sock"
7045 #. type: Content of: <html><body><div><p>
7046 #: orig-docs/Documentation.html:3217
7047 msgid "change it to"
7050 #. type: Content of: <html><body><div><pre>
7051 #: orig-docs/Documentation.html:3219
7053 msgid "mysql.default_socket = /var/lib/mysql/mysql.sock"
7056 #. type: Content of: <html><body><div><p>
7057 #: orig-docs/Documentation.html:3221
7058 msgid "Then restart apache and it will work."
7061 #. type: Content of: <html><body><div><p>
7062 #: orig-docs/Documentation.html:3223
7063 msgid "Here is a fix suggested by Brad Ummer:"
7066 #. type: Content of: <html><body><div><ul><li>
7067 #: orig-docs/Documentation.html:3225
7068 msgid "First, you need to determine what socket is being used by MySQL."
7071 #. type: Content of: <html><body><div><ul><li>
7072 #: orig-docs/Documentation.html:3226
7074 "To do this, telnet to your server and go to the MySQL bin directory. In this "
7075 "directory there should be a file named <i>mysqladmin</i>. Type "
7076 "<tt>./mysqladmin variables</tt>, and this should give you a bunch of info "
7077 "about your MySQL server, including the socket (<i>/tmp/mysql.sock</i>, for "
7081 #. type: Content of: <html><body><div><ul><li>
7082 #: orig-docs/Documentation.html:3231
7083 msgid "Then, you need to tell PHP to use this socket."
7086 #. type: Content of: <html><body><div><ul><li>
7087 #: orig-docs/Documentation.html:3231
7089 "To do this in phpMyAdmin, you need to complete the socket information in the "
7090 "<i>config.inc.php</i>."
7093 #. type: Content of: <html><body><div><ul><li>
7094 #: orig-docs/Documentation.html:3234
7096 "For example: <a href=\"#cfg_Servers_socket\" class=\"configrule\"> "
7097 "$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';</a>"
7100 #. type: Content of: <html><body><div><ul><li>
7101 #: orig-docs/Documentation.html:3239
7103 "Please also make sure that the permissions of this file allow to be readable "
7104 "by your webserver (i.e. '0755')."
7107 #. type: Content of: <html><body><div><p>
7108 #: orig-docs/Documentation.html:3243
7110 "Have also a look at the <a "
7111 "href=\"http://dev.mysql.com/doc/en/can-not-connect-to-server.html\"> "
7112 "corresponding section of the MySQL documentation</a>."
7115 #. type: Content of: <html><body><div><h4>
7116 #: orig-docs/Documentation.html:3248
7118 "<a href=\"#faq2_4\">2.4 Nothing is displayed by my browser when I try to run "
7119 "phpMyAdmin, what can I do?</a>"
7122 #. type: Content of: <html><body><div><p>
7123 #: orig-docs/Documentation.html:3251
7125 "Try to set the <a href=\"#cfg_OBGzip\" "
7126 "class=\"configrule\">$cfg['OBGZip']</a> directive to <tt>FALSE</tt> in the "
7127 "phpMyAdmin configuration file. It helps sometime."
7130 #. type: Content of: <html><body><div><p>
7131 #: orig-docs/Documentation.html:3254
7133 "Also have a look at your PHP version number: if it contains "b" or "
7134 ""alpha" it means you're running a testing version of PHP. That's "
7135 "not a so good idea, please upgrade to a plain revision."
7138 #. type: Content of: <html><body><div><h4>
7139 #: orig-docs/Documentation.html:3259
7141 "<a href=\"#faq2_5\">2.5 Each time I want to insert or change a row or drop a "
7142 "database or a table, an error 404 (page not found) is displayed or, with "
7143 "<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
7144 "authentication, I'm asked to log in again. What's wrong?</a>"
7147 #. type: Content of: <html><body><div><p>
7148 #: orig-docs/Documentation.html:3263
7150 "Check the value you set for the <a href=\"#cfg_PmaAbsoluteUri\" "
7151 "class=\"configrule\">$cfg['PmaAbsoluteUri']</a> directive in the phpMyAdmin "
7152 "configuration file."
7155 #. type: Content of: <html><body><div><h4>
7156 #: orig-docs/Documentation.html:3268
7158 "<a href=\"#faq2_6\">2.6 I get an "Access denied for user: "
7159 "'root@localhost' (Using password: YES)"-error when trying to access a "
7160 "MySQL-Server on a host which is port-forwarded for my localhost.</a>"
7163 #. type: Content of: <html><body><div><p>
7164 #: orig-docs/Documentation.html:3272
7166 "When you are using a port on your localhost, which you redirect via "
7167 "port-forwarding to another host, MySQL is not resolving the localhost as "
7171 #. type: Content of: <html><body><div><p>
7172 #: orig-docs/Documentation.html:3275
7174 "Erik Wasser explains: The solution is: if your host is "localhost" "
7175 "MySQL (the command line tool <code>mysql</code> as well) always tries to use "
7176 "the socket connection for speeding up things. And that doesn't work in this "
7177 "configuration with port forwarding."
7180 #. type: Content of: <html><body><div><p>
7181 #: orig-docs/Documentation.html:3279
7183 "If you enter \"127.0.0.1\" as hostname, everything is right and MySQL uses "
7184 "the <abbr title=\"Transmission Control Protocol\">TCP</abbr> connection."
7187 #. type: Content of: <html><body><div><h4>
7188 #: orig-docs/Documentation.html:3282
7189 msgid "<a href=\"#faqthemes\">2.7 Using and creating themes</a>"
7192 #. type: Content of: <html><body><div><p>
7193 #: orig-docs/Documentation.html:3284
7195 "Themes are configured with <a href=\"#cfg_ThemePath\" "
7196 "class=\"configrule\">$cfg['ThemePath']</a>, <a href=\"#cfg_ThemeManager\" "
7197 "class=\"configrule\">$cfg['ThemeManager']</a> and <a "
7198 "href=\"#cfg_ThemeDefault\" class=\"configrule\">$cfg['ThemeDefault']</a>."
7201 #. type: Content of: <html><body><div><p>
7202 #: orig-docs/Documentation.html:3289
7204 "Under <a href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a>, "
7205 "you should not delete the directory "original" or its underlying "
7206 "structure, because this is the system theme used by phpMyAdmin. "
7207 ""original" contains all images and styles, for backwards "
7208 "compatibility and for all themes that would not include images or css-files."
7211 #. type: Content of: <html><body><div><p>
7212 #: orig-docs/Documentation.html:3296
7214 "If <a href=\"#cfg_ThemeManager\" "
7215 "class=\"configrule\">$cfg['ThemeManager']</a> is enabled, you can select "
7216 "your favorite theme on the main page. Your selected theme will be stored in "
7220 #. type: Content of: <html><body><div><p>
7221 #: orig-docs/Documentation.html:3300
7222 msgid "To create a theme:"
7225 #. type: Content of: <html><body><div><ul><li>
7226 #: orig-docs/Documentation.html:3302
7228 "make a new subdirectory (for example "your_theme_name") under <a "
7229 "href=\"#cfg_ThemePath\" class=\"configrule\">$cfg['ThemePath']</a> (by "
7230 "default <tt>themes</tt>)"
7233 #. type: Content of: <html><body><div><ul><li>
7234 #: orig-docs/Documentation.html:3305
7236 "copy the files and directories from "original" to "
7237 ""your_theme_name""
7240 #. type: Content of: <html><body><div><ul><li>
7241 #: orig-docs/Documentation.html:3307
7242 msgid "edit the css-files in "your_theme_name/css""
7245 #. type: Content of: <html><body><div><ul><li>
7246 #: orig-docs/Documentation.html:3308
7247 msgid "put your new images in "your_theme_name/img""
7250 #. type: Content of: <html><body><div><ul><li>
7251 #: orig-docs/Documentation.html:3309
7252 msgid "edit <tt>layout.inc.php</tt> in "your_theme_name""
7255 #. type: Content of: <html><body><div><ul><li>
7256 #: orig-docs/Documentation.html:3310
7258 "edit <tt>info.inc.php</tt> in "your_theme_name" to contain your "
7259 "chosen theme name, that will be visible in user interface"
7262 #. type: Content of: <html><body><div><ul><li>
7263 #: orig-docs/Documentation.html:3312
7265 "make a new screenshot of your theme and save it under "
7266 ""your_theme_name/screen.png""
7269 #. type: Content of: <html><body><div><p>
7270 #: orig-docs/Documentation.html:3316
7272 "In theme directory there is file <tt>info.inc.php</tt> which contains theme "
7273 "verbose name, theme generation and theme version. These versions and "
7274 "generations are enumerated from 1 and do not have any direct dependence on "
7275 "phpMyAdmin version. Themes within same generation should be backwards "
7276 "compatible - theme with version 2 should work in phpMyAdmin requiring "
7277 "version 1. Themes with different generation are incompatible."
7280 #. type: Content of: <html><body><div><p>
7281 #: orig-docs/Documentation.html:3323
7283 "If you do not want to use your own symbols and buttons, remove the directory "
7284 ""img" in "your_theme_name". phpMyAdmin will use the "
7285 "default icons and buttons (from the system-theme "original")."
7288 #. type: Content of: <html><body><div><h4>
7289 #: orig-docs/Documentation.html:3329
7291 "<a href=\"#faqmissingparameters\">2.8 I get "Missing parameters" "
7292 "errors, what can I do?</a>"
7295 #. type: Content of: <html><body><div><p>
7296 #: orig-docs/Documentation.html:3332
7297 msgid "Here are a few points to check:"
7300 #. type: Content of: <html><body><div><ul><li>
7301 #: orig-docs/Documentation.html:3334
7303 "In <tt>config.inc.php</tt>, try to leave the <a href=\"#cfg_PmaAbsoluteUri\" "
7304 "class=\"configrule\">$cfg['PmaAbsoluteUri']</a> directive empty. See also <a "
7305 "href=\"#faq4_7\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
7309 #. type: Content of: <html><body><div><ul><li>
7310 #: orig-docs/Documentation.html:3339
7312 "Maybe you have a broken PHP installation or you need to upgrade your Zend "
7313 "Optimizer. See <a href=\"http://bugs.php.net/bug.php?id=31134\"> "
7314 "http://bugs.php.net/bug.php?id=31134</a>."
7317 #. type: Content of: <html><body><div><ul><li>
7318 #: orig-docs/Documentation.html:3344
7320 "If you are using Hardened PHP with the ini directive "
7321 "<tt>varfilter.max_request_variables</tt> set to the default (200) or another "
7322 "low value, you could get this error if your table has a high number of "
7323 "columns. Adjust this setting accordingly. (Thanks to Klaus Dorninger for the "
7327 #. type: Content of: <html><body><div><ul><li>
7328 #: orig-docs/Documentation.html:3349
7330 "In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value of "
7331 "";" will cause this error. Replace it with "&;"."
7334 #. type: Content of: <html><body><div><ul><li>
7335 #: orig-docs/Documentation.html:3352
7337 "If you are using <a href=\"http://www.hardened-php.net/\">Hardened-PHP</a>, "
7338 "you might want to increase <a "
7339 "href=\"http://www.hardened-php.net/hphp/troubleshooting.html\">request "
7343 #. type: Content of: <html><body><div><ul><li>
7344 #: orig-docs/Documentation.html:3356
7346 "The directory specified in the <tt>php.ini</tt> directive "
7347 "<tt>session.save_path</tt> does not exist or is read-only."
7350 #. type: Content of: <html><body><div><h4>
7351 #: orig-docs/Documentation.html:3361
7352 msgid "<a href=\"#faq2_9\">2.9 Seeing an upload progress bar</a>"
7355 #. type: Content of: <html><body><div><p>
7356 #: orig-docs/Documentation.html:3363
7358 "To be able to see a progress bar during your uploads, your server must have "
7359 "either the <a href=\"http://pecl.php.net/package/APC\">APC</a> extension or "
7361 "href=\"http://pecl.php.net/package/uploadprogress\">uploadprogress</a> "
7362 "one. Moreover, the JSON extension has to be enabled in your PHP."
7365 #. type: Content of: <html><body><div><p>
7366 #: orig-docs/Documentation.html:3367
7368 "If using APC, you must set <tt>apc.rfc1867</tt> to <tt>on</tt> in your "
7372 #. type: Content of: <html><body><div><h3>
7373 #: orig-docs/Documentation.html:3369
7374 msgid "Known limitations"
7377 #. type: Content of: <html><body><div><h4>
7378 #: orig-docs/Documentation.html:3372
7380 "<a href=\"#login_bug\">3.1 When using <abbr title=\"HyperText Transfer "
7381 "Protocol\">HTTP</abbr> authentication, a user who logged out can not log in "
7382 "again in with the same nick.</a>"
7385 #. type: Content of: <html><body><div><p>
7386 #: orig-docs/Documentation.html:3376
7388 "This is related to the authentication mechanism (protocol) used by "
7389 "phpMyAdmin. To bypass this problem: just close all the opened browser "
7390 "windows and then go back to phpMyAdmin. You should be able to log in again."
7393 #. type: Content of: <html><body><div><h4>
7394 #: orig-docs/Documentation.html:3382
7396 "<a href=\"#faq3_2\">3.2 When dumping a large table in compressed mode, I get "
7397 "a memory limit error or a time limit error.</a>"
7400 #. type: Content of: <html><body><div><p>
7401 #: orig-docs/Documentation.html:3385
7403 "Compressed dumps are built in memory and because of this are limited to "
7404 "php's memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4 "
7405 "using <a href=\"#cfg_CompressOnFly\" "
7406 "class=\"configrule\">$cfg['CompressOnFly']</a> (enabled by default). Zip "
7407 "exports can not be handled this way, so if you need Zip files for larger "
7408 "dump, you have to use another way."
7411 #. type: Content of: <html><body><div><h4>
7412 #: orig-docs/Documentation.html:3393
7414 "<a href=\"#faq3_3\">3.3 With InnoDB tables, I lose foreign key relationships "
7415 "when I rename a table or a column.</a>"
7418 #. type: Content of: <html><body><div><p>
7419 #: orig-docs/Documentation.html:3396
7421 "This is an InnoDB bug, see <a "
7422 "href=\"http://bugs.mysql.com/bug.php?id=21704\">http://bugs.mysql.com/bug.php?id=21704</a>."
7425 #. type: Content of: <html><body><div><h4>
7426 #: orig-docs/Documentation.html:3399
7428 "<a href=\"#faq3_4\">3.4 I am unable to import dumps I created with the "
7429 "mysqldump tool bundled with the MySQL server distribution.</a>"
7432 #. type: Content of: <html><body><div><p>
7433 #: orig-docs/Documentation.html:3402
7435 "The problem is that older versions of <code>mysqldump</code> created invalid "
7436 "comments like this:"
7439 #. type: Content of: <html><body><div><pre>
7440 #: orig-docs/Documentation.html:3405
7443 "-- MySQL dump 8.22\n"
7445 "-- Host: localhost Database: database\n"
7446 "---------------------------------------------------------\n"
7447 "-- Server version 3.23.54\n"
7450 #. type: Content of: <html><body><div><p>
7451 #: orig-docs/Documentation.html:3412
7453 "The invalid part of the code is the horizontal line made of dashes that "
7454 "appears once in every dump created with mysqldump. If you want to run your "
7455 "dump you have to turn it into valid MySQL. This means, you have to add a "
7456 "whitespace after the first two dashes of the line or add a # before it:"
7459 #. type: Content of: <html><body><div><p><code>
7460 #: orig-docs/Documentation.html:3417
7461 msgid "<code> -- -------------------------------------------------------"
7464 #. type: Content of: <html><body><div><p>
7465 #: orig-docs/Documentation.html:3419
7469 #. type: Content of: <html><body><div><p>
7470 #: orig-docs/Documentation.html:3421
7471 msgid "<code> #--------------------------------------------------------- </code>"
7474 #. type: Content of: <html><body><div><h4>
7475 #: orig-docs/Documentation.html:3427
7477 "<a href=\"#faq3_5\">3.5 When using nested folders there are some multiple "
7478 "hierarchies displayed in a wrong manner?!</a> (<a "
7479 "href=\"#cfg_LeftFrameTableSeparator\" "
7480 "class=\"configrule\">$cfg['LeftFrameTableSeparator']</a>)"
7483 #. type: Content of: <html><body><div><p>
7484 #: orig-docs/Documentation.html:3431
7486 "Please note that you should not use the separating string multiple times "
7487 "without any characters between them, or at the beginning/end of your table "
7488 "name. If you have to, think about using another TableSeparator or disabling "
7492 #. type: Content of: <html><body><div><h4>
7493 #: orig-docs/Documentation.html:3437
7495 "<a href=\"#faq3_6\">3.6 What is currently not supported in phpMyAdmin about "
7499 #. type: Content of: <html><body><div><p>
7500 #: orig-docs/Documentation.html:3439
7502 "In Relation view, being able to choose a table in another database, or "
7503 "having more than one index column in the foreign key."
7506 #. type: Content of: <html><body><div><p>
7507 #: orig-docs/Documentation.html:3441
7509 "In Query-by-example (Query), automatic generation of the query LEFT JOIN "
7510 "from the foreign table."
7513 #. type: Content of: <html><body><div><h4>
7514 #: orig-docs/Documentation.html:3446
7516 "<a href=\"#faq3_7\">3.7 I have table with many (100+) columns and when I try "
7517 "to browse table I get series of errors like "Warning: unable to parse "
7518 "url". How can this be fixed?</a>"
7521 #. type: Content of: <html><body><div><p>
7522 #: orig-docs/Documentation.html:3450
7524 "Your table neither have a primary key nor an unique one, so we must use a "
7525 "long expression to identify this row. This causes problems to parse_url "
7526 "function. The workaround is to create a primary or unique key."
7529 #. type: Content of: <html><body><div><h4>
7530 #: orig-docs/Documentation.html:3457
7532 "<a href=\"#faq3_8\">3.8 I cannot use (clickable) HTML-forms in columns where "
7533 "I put a MIME-Transformation onto!</a>"
7536 #. type: Content of: <html><body><div><p>
7537 #: orig-docs/Documentation.html:3460
7539 "Due to a surrounding form-container (for multi-row delete checkboxes), no "
7540 "nested forms can be put inside the table where phpMyAdmin displays the "
7541 "results. You can, however, use any form inside of a table if keep the "
7542 "parent form-container with the target to tbl_row_delete.php and just put "
7543 "your own input-elements inside. If you use a custom submit input field, the "
7544 "form will submit itself to the displaying page again, where you can validate "
7545 "the $HTTP_POST_VARS in a transformation. For a tutorial on how to "
7546 "effectively use transformations, see our <a "
7547 "href=\"http://www.phpmyadmin.net/home_page/docs.php\">Link section</a> on "
7548 "the official phpMyAdmin-homepage."
7551 #. type: Content of: <html><body><div><h4>
7552 #: orig-docs/Documentation.html:3473
7554 "<a href=\"#faq3_9\">3.9 I get error messages when using \"--sql_mode=ANSI\" "
7555 "for the MySQL server</a>"
7558 #. type: Content of: <html><body><div><p>
7559 #: orig-docs/Documentation.html:3476
7561 "When MySQL is running in ANSI-compatibility mode, there are some major "
7562 "differences in how <abbr title=\"structured query language\">SQL</abbr> is "
7563 "structured (see <a "
7564 "href=\"http://dev.mysql.com/doc/mysql/en/ansi-mode.html\"> "
7565 "http://dev.mysql.com/doc/mysql/en/ansi-mode.html</a>). Most important of "
7566 "all, the quote-character (\") is interpreted as an identifier quote "
7567 "character and not as a string quote character, which makes many internal "
7568 "phpMyAdmin operations into invalid <abbr title=\"structured query "
7569 "language\">SQL</abbr> statements. There is no workaround to this "
7570 "behaviour. News to this item will be posted in Bug report <a "
7571 "href=\"https://sourceforge.net/tracker/index.php?func=detail&aid=816858&group_id=23067&atid=377408\">#816858</a>"
7574 #. type: Content of: <html><body><div><h4>
7575 #: orig-docs/Documentation.html:3489
7577 "<a href=\"#faq3_10\">3.10 Homonyms and no primary key: When the results of a "
7578 "SELECT display more that one column with the same value (for example "
7579 "<tt>SELECT lastname from employees where firstname like 'A%'</tt> and two "
7580 ""Smith" values are displayed), if I click Edit I cannot be sure "
7581 "that I am editing the intended row.</a>"
7584 #. type: Content of: <html><body><div><p>
7585 #: orig-docs/Documentation.html:3494
7587 "Please make sure that your table has a primary key, so that phpMyAdmin can "
7588 "use it for the Edit and Delete links."
7591 #. type: Content of: <html><body><div><h4>
7592 #: orig-docs/Documentation.html:3498
7594 "<a href=\"#faq3_11\">3.11 The number of rows for InnoDB tables is not "
7598 #. type: Content of: <html><body><div><p>
7599 #: orig-docs/Documentation.html:3500
7601 "phpMyAdmin uses a quick method to get the row count, and this method only "
7602 "returns an approximate count in the case of InnoDB tables. See <a "
7603 "href=\"#cfg_MaxExactCount\" class=\"configrule\">$cfg['MaxExactCount']</a> "
7604 "for a way to modify those results, but this could have a serious impact on "
7608 #. type: Content of: <html><body><div><h4>
7609 #: orig-docs/Documentation.html:3507
7610 msgid "<a href=\"#faq3_12\">3.12 (withdrawn).</a>"
7613 #. type: Content of: <html><body><div><h4>
7614 #: orig-docs/Documentation.html:3510
7616 "<a href=\"#faq3_13\">3.13 I get an error when entering <tt>USE</tt> followed "
7617 "by a db name containing an hyphen. </a>"
7620 #. type: Content of: <html><body><div><p>
7621 #: orig-docs/Documentation.html:3514
7623 "The tests I have made with MySQL 5.1.49 shows that the API does not accept "
7624 "this syntax for the USE command."
7627 #. type: Content of: <html><body><div><h4>
7628 #: orig-docs/Documentation.html:3519
7630 "<a href=\"#faq3_14\">3.14 I am not able to browse a table when I don't have "
7631 "the right to SELECT one of the columns.</a>"
7634 #. type: Content of: <html><body><div><p>
7635 #: orig-docs/Documentation.html:3521
7637 "This has been a known limitation of phpMyAdmin since the beginning and it's "
7638 "not likely to be solved in the future."
7641 #. type: Content of: <html><body><div><h4>
7642 #: orig-docs/Documentation.html:3528
7643 msgid "<a href=\"#faq3_15\">3.15 (withdrawn).</a>"
7646 #. type: Content of: <html><body><div><h4>
7647 #: orig-docs/Documentation.html:3531
7648 msgid "<a href=\"#faq3_16\">3.16 (withdrawn).</a>"
7651 #. type: Content of: <html><body><div><h4>
7652 #: orig-docs/Documentation.html:3534
7653 msgid "<a href=\"#faq3_17\">3.17 (withdrawn).</a>"
7656 #. type: Content of: <html><body><div><h4>
7657 #: orig-docs/Documentation.html:3540
7659 "<a href=\"#faq3_18\">3.18 When I import a CSV file that contains multiple "
7660 "tables, they are lumped together into a single table.</a>"
7663 #. type: Content of: <html><body><div><p>
7664 #: orig-docs/Documentation.html:3542
7666 "There is no reliable way to differentiate tables in CSV format. For the time "
7667 "being, you will have to break apart CSV files containing multiple tables."
7670 #. type: Content of: <html><body><div><h4>
7671 #: orig-docs/Documentation.html:3549
7673 "<a href=\"#faq3_19\">3.19 When I import a file and have phpMyAdmin determine "
7674 "the appropriate data structure it only uses int, decimal, and varchar "
7678 #. type: Content of: <html><body><div><p>
7679 #: orig-docs/Documentation.html:3551
7681 "Currently, the import type-detection system can only assign these MySQL "
7682 "types to columns. In future, more will likely be added but for the time "
7683 "being you will have to edit the structure to your liking post-import."
7686 #. type: Content of: <html><body><div><p>
7687 #: orig-docs/Documentation.html:3554
7689 "Also, you should note the fact that phpMyAdmin will use the size of the "
7690 "largest item in any given column as the column size for the appropriate "
7691 "type. If you know you will be adding larger items to that column then you "
7692 "should manually adjust the column sizes accordingly. This is done for the "
7693 "sake of efficiency."
7696 #. type: Content of: <html><body><div><h3>
7697 #: orig-docs/Documentation.html:3560
7699 "<abbr title=\"Internet service provider\">ISP</abbr>s, multi-user "
7703 #. type: Content of: <html><body><div><h4>
7704 #: orig-docs/Documentation.html:3563
7706 "<a href=\"#faq4_1\">4.1 I'm an <abbr title=\"Internet service "
7707 "provider\">ISP</abbr>. Can I setup one central copy of phpMyAdmin or do I "
7708 "need to install it for each customer. </a>"
7711 #. type: Content of: <html><body><div><p>
7712 #: orig-docs/Documentation.html:3567
7714 "Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your "
7715 "users. The development of this feature was kindly sponsored by NetCologne "
7716 "GmbH. This requires a properly setup MySQL user management and phpMyAdmin "
7717 "<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or cookie "
7718 "authentication. See the install section on "Using <abbr "
7719 "title=\"HyperText Transfer Protocol\">HTTP</abbr> authentication"."
7722 #. type: Content of: <html><body><div><h4>
7723 #: orig-docs/Documentation.html:3576
7725 "<a href=\"#faq4_2\">4.2 What's the preferred way of making phpMyAdmin secure "
7726 "against evil access. </a>"
7729 #. type: Content of: <html><body><div><p>
7730 #: orig-docs/Documentation.html:3580
7731 msgid "This depends on your system."
7734 #. type: Content of: <html><body><div><p>
7735 #: orig-docs/Documentation.html:3581
7737 "If you're running a server which cannot be accessed by other people, it's "
7738 "sufficient to use the directory protection bundled with your webserver (with "
7739 "Apache you can use <i>.htaccess</i> files, for example)."
7742 #. type: Content of: <html><body><div><p>
7743 #: orig-docs/Documentation.html:3584
7745 "If other people have telnet access to your server, you should use "
7746 "phpMyAdmin's <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> or "
7747 "cookie authentication features."
7750 #. type: Content of: <html><body><div><p>
7751 #: orig-docs/Documentation.html:3587
7752 msgid "Suggestions:"
7755 #. type: Content of: <html><body><div><ul><li>
7756 #: orig-docs/Documentation.html:3591
7757 msgid "Your <i>config.inc.php</i> file should be <tt>chmod 660</tt>."
7760 #. type: Content of: <html><body><div><ul><li>
7761 #: orig-docs/Documentation.html:3594
7763 "All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy is a "
7764 "user whose password is only known to you, and apache is the group under "
7765 "which Apache runs."
7768 #. type: Content of: <html><body><div><ul><li>
7769 #: orig-docs/Documentation.html:3599
7770 msgid "Follow security recommendations for PHP and your webserver."
7773 #. type: Content of: <html><body><div><h4>
7774 #: orig-docs/Documentation.html:3604
7776 "<a href=\"#faq4_3\">4.3 I get errors about not being able to include a file "
7777 "in <i>/lang</i> or in <i>/libraries</i>. </a>"
7780 #. type: Content of: <html><body><div><p>
7781 #: orig-docs/Documentation.html:3608
7783 "Check <i>php.ini</i>, or ask your sysadmin to check it. The "
7784 "<tt>include_path</tt> must contain "." somewhere in it, and "
7785 "<tt>open_basedir</tt>, if used, must contain "." and "
7786 ""./lang" to allow normal operation of phpMyAdmin."
7789 #. type: Content of: <html><body><div><h4>
7790 #: orig-docs/Documentation.html:3615
7792 "<a href=\"#faq4_4\">4.4 phpMyAdmin always gives "Access denied" "
7793 "when using <abbr title=\"HyperText Transfer Protocol\">HTTP</abbr> "
7794 "authentication. </a>"
7797 #. type: Content of: <html><body><div><p>
7798 #: orig-docs/Documentation.html:3619
7799 msgid "This could happen for several reasons:"
7802 #. type: Content of: <html><body><div><ul><li>
7803 #: orig-docs/Documentation.html:3621
7805 "<a href=\"#cfg_Servers_controluser\" "
7806 "class=\"configrule\">$cfg['Servers'][$i]['controluser']</a> and/or <a "
7807 "href=\"#cfg_Servers_controlpass\" "
7808 "class=\"configrule\">$cfg['Servers'][$i]['controlpass']</a> are wrong."
7811 #. type: Content of: <html><body><div><ul><li>
7812 #: orig-docs/Documentation.html:3625
7813 msgid "The username/password you specify in the login dialog are invalid."
7816 #. type: Content of: <html><body><div><ul><li>
7817 #: orig-docs/Documentation.html:3626
7819 "You have already setup a security mechanism for the phpMyAdmin-directory, "
7820 "eg. a .htaccess file. This would interfere with phpMyAdmin's authentication, "
7824 #. type: Content of: <html><body><div><h4>
7825 #: orig-docs/Documentation.html:3632
7827 "<a href=\"#faq4_5\">4.5 Is it possible to let users create their own "
7831 #. type: Content of: <html><body><div><p>
7832 #: orig-docs/Documentation.html:3634
7834 "Starting with 2.2.5, in the user management page, you can enter a wildcard "
7835 "database name for a user (for example "joe%"), and put the "
7836 "privileges you want. For example, adding <tt>SELECT, INSERT, UPDATE, "
7837 "DELETE, CREATE, DROP, INDEX, ALTER</tt> would let a user create/manage "
7838 "his/her database(s)."
7841 #. type: Content of: <html><body><div><h4>
7842 #: orig-docs/Documentation.html:3641
7844 "<a href=\"#faq4_6\">4.6 How can I use the Host-based authentication "
7848 #. type: Content of: <html><body><div><p>
7849 #: orig-docs/Documentation.html:3643
7851 "If you have existing rules from an old .htaccess file, you can take them and "
7852 "add a username between the <tt>'deny'</tt>/<tt>'allow'</tt> and "
7853 "<tt>'from'</tt> strings. Using the username wildcard of <tt>'%'</tt> would "
7854 "be a major benefit here if your installation is suited to using it. Then you "
7855 "can just add those updated lines into the <a "
7856 "href=\"#cfg_Servers_AllowDeny_rules\" class=\"configrule\"> "
7857 "$cfg['Servers'][$i]['AllowDeny']['rules']</a> array."
7860 #. type: Content of: <html><body><div><p>
7861 #: orig-docs/Documentation.html:3651
7863 "If you want a pre-made sample, you can try this fragment. It stops the "
7864 "'root' user from logging in from any networks other than the private network "
7865 "<abbr title=\"Internet Protocol\">IP</abbr> blocks."
7868 #. type: Content of: <html><body><div><pre>
7869 #: orig-docs/Documentation.html:3656
7872 "//block root from logging in except from the private networks\n"
7873 "$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';\n"
7874 "$cfg['Servers'][$i]['AllowDeny']['rules'] = array(\n"
7875 " 'deny root from all',\n"
7876 " 'allow root from localhost',\n"
7877 " 'allow root from 10.0.0.0/8',\n"
7878 " 'allow root from 192.168.0.0/16',\n"
7879 " 'allow root from 172.16.0.0/12',\n"
7883 #. type: Content of: <html><body><div><h4>
7884 #: orig-docs/Documentation.html:3668
7886 "<a href=\"#faq4_7\">4.7 Authentication window is displayed more than once, "
7890 #. type: Content of: <html><body><div><p>
7891 #: orig-docs/Documentation.html:3670
7893 "This happens if you are using a <abbr title=\"Uniform Resource "
7894 "Locator\">URL</abbr> to start phpMyAdmin which is different than the one set "
7895 "in your <a href=\"#cfg_PmaAbsoluteUri\" "
7896 "class=\"configrule\">$cfg['PmaAbsoluteUri']</a>. For example, a missing "
7897 ""www", or entering with an <abbr title=\"Internet "
7898 "Protocol\">IP</abbr> address while a domain name is defined in the config "
7902 #. type: Content of: <html><body><div><h4>
7903 #: orig-docs/Documentation.html:3677
7905 "<a href=\"#faq4_8\">4.8 Which parameters can I use in the URL that starts "
7909 #. type: Content of: <html><body><div><p>
7910 #: orig-docs/Documentation.html:3679
7912 "When starting phpMyAdmin, you can use the <tt>db</tt>, "
7913 "<tt>pma_username</tt>, <tt>pma_password</tt> and <tt>server</tt> "
7914 "parameters. This last one can contain either the numeric host index (from "
7915 "<tt>$i</tt> of the configuration file) or one of the host names present in "
7916 "the configuration file. Using <tt>pma_username</tt> and "
7917 "<tt>pma_password</tt> has been tested along with the usage of 'cookie' "
7918 "<tt>auth_type</tt>."
7921 #. type: Content of: <html><body><div><h3>
7922 #: orig-docs/Documentation.html:3681
7923 msgid "Browsers or client <abbr title=\"operating system\">OS</abbr>"
7926 #. type: Content of: <html><body><div><h4>
7927 #: orig-docs/Documentation.html:3684
7929 "<a href=\"#faq5_1\">5.1 I get an out of memory error, and my controls are "
7930 "non-functional, when trying to create a table with more than 14 columns. "
7934 #. type: Content of: <html><body><div><p>
7935 #: orig-docs/Documentation.html:3688
7937 "We could reproduce this problem only under Win98/98SE. Testing under WinNT4 "
7938 "or Win2K, we could easily create more than 60 columns."
7941 #. type: Content of: <html><body><div><p>
7942 #: orig-docs/Documentation.html:3691
7944 "A workaround is to create a smaller number of columns, then come back to "
7945 "your table properties and add the other columns."
7948 #. type: Content of: <html><body><div><h4>
7949 #: orig-docs/Documentation.html:3696
7951 "<a href=\"#faq5_2\">5.2 With Xitami 2.5b4, phpMyAdmin won't process form "
7955 #. type: Content of: <html><body><div><p>
7956 #: orig-docs/Documentation.html:3698
7958 "This is not a phpMyAdmin problem but a Xitami known bug: you'll face it with "
7959 "each script/website that use forms."
7962 #. type: Content of: <html><body><div><p>
7963 #: orig-docs/Documentation.html:3700
7964 msgid "Upgrade or downgrade your Xitami server."
7967 #. type: Content of: <html><body><div><h4>
7968 #: orig-docs/Documentation.html:3704
7970 "<a href=\"#faq5_3\">5.3 I have problems dumping tables with Konqueror "
7971 "(phpMyAdmin 2.2.2).</a>"
7974 #. type: Content of: <html><body><div><p>
7975 #: orig-docs/Documentation.html:3706
7977 "With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except that "
7978 "the proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps "
7979 "don't seem to work."
7982 #. type: Content of: <html><body><div><p>
7983 #: orig-docs/Documentation.html:3710
7985 "With Konqueror 2.2.1: plain dumps work; zip dumps are placed into the user's "
7986 "temporary directory, so they must be moved before closing Konqueror, or else "
7987 "they disappear. GZip dumps give an error message."
7990 #. type: Content of: <html><body><div><p>
7991 #: orig-docs/Documentation.html:3714
7992 msgid "Testing needs to be done for Konqueror 2.2.2."
7995 #. type: Content of: <html><body><div><h4>
7996 #: orig-docs/Documentation.html:3718
7998 "<a href=\"#faq5_4\">5.4 I can't use the cookie authentication mode because "
7999 "Internet Explorer never stores the cookies. </a>"
8002 #. type: Content of: <html><body><div><p>
8003 #: orig-docs/Documentation.html:3722
8005 "MS Internet Explorer seems to be really buggy about cookies, at least till "
8009 #. type: Content of: <html><body><div><h4>
8010 #: orig-docs/Documentation.html:3727
8012 "<a href=\"#faq5_5\">5.5 In Internet Explorer 5.0, I get JavaScript errors "
8013 "when browsing my rows. </a>"
8016 #. type: Content of: <html><body><div><p>
8017 #: orig-docs/Documentation.html:3731
8018 msgid "Upgrade to at least Internet Explorer 5.5 SP2."
8021 #. type: Content of: <html><body><div><h4>
8022 #: orig-docs/Documentation.html:3735
8024 "<a href=\"#faq5_6\">5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error "
8025 "(like \"Page not found\") when trying to modify a row in a table with many "
8026 "columns, or with a text column </a>"
8029 #. type: Content of: <html><body><div><p>
8030 #: orig-docs/Documentation.html:3740
8032 "Your table neither have a primary key nor an unique one, so we must use a "
8033 "long <abbr title=\"Uniform Resource Locator\">URL</abbr> to identify this "
8034 "row. There is a limit on the length of the <abbr title=\"Uniform Resource "
8035 "Locator\">URL</abbr> in those browsers, and this not happen in Netscape, for "
8036 "example. The workaround is to create a primary or unique key, or use another "
8040 #. type: Content of: <html><body><div><h4>
8041 #: orig-docs/Documentation.html:3748
8043 "<a href=\"#faq5_7\">5.7 I refresh (reload) my browser, and come back to the "
8044 "welcome page. </a>"
8047 #. type: Content of: <html><body><div><p>
8048 #: orig-docs/Documentation.html:3752
8050 "Some browsers support right-clicking into the frame you want to refresh, "
8051 "just do this in the right frame."
8054 #. type: Content of: <html><body><div><h4>
8055 #: orig-docs/Documentation.html:3757
8057 "<a href=\"#faq5_8\">5.8 With Mozilla 0.9.7 I have problems sending a query "
8058 "modified in the query box. </a>"
8061 #. type: Content of: <html><body><div><p>
8062 #: orig-docs/Documentation.html:3761
8064 "Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future "
8068 #. type: Content of: <html><body><div><h4>
8069 #: orig-docs/Documentation.html:3766
8071 "<a href=\"#faq5_9\">5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I "
8072 "can't type a whitespace in the <abbr title=\"structured query "
8073 "language\">SQL</abbr>-Query edit area: the page scrolls down. </a>"
8076 #. type: Content of: <html><body><div><p>
8077 #: orig-docs/Documentation.html:3770
8079 "This is a Mozilla bug (see bug #26882 at <a "
8080 "href=\"http://bugzilla.mozilla.org/\">BugZilla</a>)."
8083 #. type: Content of: <html><body><div><h4>
8084 #: orig-docs/Documentation.html:3775
8086 "<a href=\"#faq5_10\">5.10 With Netscape 4.75 I get empty rows between each "
8087 "row of data in a <abbr title=\"comma separated values\">CSV</abbr> exported "
8091 #. type: Content of: <html><body><div><p>
8092 #: orig-docs/Documentation.html:3779
8094 "This is a known Netscape 4.75 bug: it adds some line feeds when exporting "
8095 "data in octet-stream mode. Since we can't detect the specific Netscape "
8096 "version, we cannot workaround this bug."
8099 #. type: Content of: <html><body><div><h4>
8100 #: orig-docs/Documentation.html:3785
8102 "<a href=\"#faq5_11\">5.11 Extended-ASCII characters like German umlauts are "
8103 "displayed wrong.</a>"
8106 #. type: Content of: <html><body><div><p>
8107 #: orig-docs/Documentation.html:3788
8109 "Please ensure that you have set your browser's character set to the one of "
8110 "the language file you have selected on phpMyAdmin's start page. "
8111 "Alternatively, you can try the auto detection mode that is supported by the "
8112 "recent versions of the most browsers."
8115 #. type: Content of: <html><body><div><h4>
8116 #: orig-docs/Documentation.html:3794
8118 "<a href=\"#faq5_12\">5.12 <acronym title=\"Apple Macintosh\">Mac</acronym> "
8119 "<abbr title=\"operating system\">OS</abbr> X: Safari browser changes special "
8120 "characters to "?".</a>"
8123 #. type: Content of: <html><body><div><p>
8124 #: orig-docs/Documentation.html:3797
8126 "This issue has been reported by a <abbr title=\"operating system\">OS</abbr> "
8127 "X user, who adds that Chimera, Netscape and Mozilla do not have this "
8131 #. type: Content of: <html><body><div><h4>
8132 #: orig-docs/Documentation.html:3801
8134 "<a href=\"#faq5_13\">5.13 With Internet Explorer 5.5 or 6, and <abbr "
8135 "title=\"HyperText Transfer Protocol\">HTTP</abbr> authentication type, I "
8136 "cannot manage two servers: I log in to the first one, then the other one, "
8137 "but if I switch back to the first, I have to log in on each operation.</a>"
8140 #. type: Content of: <html><body><div><p>
8141 #: orig-docs/Documentation.html:3805
8142 msgid "This is a bug in Internet Explorer, other browsers do not behave this way."
8145 #. type: Content of: <html><body><div><h4>
8146 #: orig-docs/Documentation.html:3808
8148 "<a href=\"#faq5_14\">5.14 Using Opera6, I can manage to get to the "
8149 "authentication, but nothing happens after that, only a blank screen.</a>"
8152 #. type: Content of: <html><body><div><p>
8153 #: orig-docs/Documentation.html:3811
8154 msgid "Please upgrade to Opera7 at least."
8157 #. type: Content of: <html><body><div><h4>
8158 #: orig-docs/Documentation.html:3814
8159 msgid "<a href=\"#faq5_15\">5.15 I have display problems with Safari.</a>"
8162 #. type: Content of: <html><body><div><p>
8163 #: orig-docs/Documentation.html:3816
8164 msgid "Please upgrade to at least version 1.2.3."
8167 #. type: Content of: <html><body><div><h4>
8168 #: orig-docs/Documentation.html:3819
8170 "<a href=\"#faq5_16\">5.16 With Internet Explorer, I get "Access is "
8171 "denied" Javascript errors. Or I cannot make phpMyAdmin work under "
8175 #. type: Content of: <html><body><div><p>
8176 #: orig-docs/Documentation.html:3822
8177 msgid "Please check the following points:"
8180 #. type: Content of: <html><body><div><ul><li>
8181 #: orig-docs/Documentation.html:3823
8183 "Maybe you have defined your <tt>PmaAbsoluteUri</tt> setting in "
8184 "<tt>config.inc.php</tt> to an <abbr title=\"Internet Protocol\">IP</abbr> "
8185 "address and you are starting phpMyAdmin with a <abbr title=\"Uniform "
8186 "Resource Locator\">URL</abbr> containing a domain name, or the reverse "
8190 #. type: Content of: <html><body><div><ul><li>
8191 #: orig-docs/Documentation.html:3828
8193 "Security settings in IE and/or Microsoft Security Center are too high, thus "
8194 "blocking scripts execution."
8197 #. type: Content of: <html><body><div><ul><li>
8198 #: orig-docs/Documentation.html:3830
8200 "The Windows Firewall is blocking Apache and MySQL. You must allow <abbr "
8201 "title=\"HyperText Transfer Protocol\">HTTP</abbr> ports (80 or 443) and "
8202 "MySQL port (usually 3306) in the "in" and "out" "
8206 #. type: Content of: <html><body><div><h4>
8207 #: orig-docs/Documentation.html:3837
8209 "<a href=\"#faq5_17\">5.17 With Firefox, I cannot delete rows of data or drop "
8213 #. type: Content of: <html><body><div><p>
8214 #: orig-docs/Documentation.html:3838
8216 "Many users have confirmed that the Tabbrowser Extensions plugin they "
8217 "installed in their Firefox is causing the problem."
8220 #. type: Content of: <html><body><div><h4>
8221 #: orig-docs/Documentation.html:3842
8223 "<a href=\"#faq5_18\">5.18 With Konqueror 4.2.x an invalid <tt>LIMIT</tt> "
8224 "clause is generated when I browse a table.</a>"
8227 #. type: Content of: <html><body><div><p>
8228 #: orig-docs/Documentation.html:3844
8230 "This happens only when both of these conditions are met: using the "
8231 "<tt>http</tt> authentication mode and <tt>register_globals</tt> being set to "
8232 "<tt>On</tt> on the server. It seems to be a browser-specific problem; "
8233 "meanwhile use the <tt>cookie</tt> authentication mode."
8236 #. type: Content of: <html><body><div><h4>
8237 #: orig-docs/Documentation.html:3850
8238 msgid "<a href=\"#faq5_19\">5.19 I get JavaScript errors in my browser.</a>"
8241 #. type: Content of: <html><body><div><p>
8242 #: orig-docs/Documentation.html:3851
8244 "Issues have been reported with some combinations of browser extensions. To "
8245 "troubleshoot, disable all extensions then clear your browser cache to see if "
8246 "the problem goes away."
8249 #. type: Content of: <html><body><div><h3>
8250 #: orig-docs/Documentation.html:3855
8251 msgid "Using phpMyAdmin"
8254 #. type: Content of: <html><body><div><h4>
8255 #: orig-docs/Documentation.html:3858
8257 "<a href=\"#faq6_1\">6.1 I can't insert new rows into a table / I can't "
8258 "create a table - MySQL brings up a <abbr title=\"structured query "
8259 "language\">SQL</abbr>-error. </a>"
8262 #. type: Content of: <html><body><div><p>
8263 #: orig-docs/Documentation.html:3862
8265 "Examine the <abbr title=\"structured query language\">SQL</abbr> error with "
8266 "care. Often the problem is caused by specifying a wrong column-type."
8269 #. type: Content of: <html><body><div><p>
8270 #: orig-docs/Documentation.html:3864
8271 msgid "Common errors include:"
8274 #. type: Content of: <html><body><div><ul><li>
8275 #: orig-docs/Documentation.html:3867
8276 msgid "Using <tt>VARCHAR</tt> without a size argument"
8279 #. type: Content of: <html><body><div><ul><li>
8280 #: orig-docs/Documentation.html:3868
8281 msgid "Using <tt>TEXT</tt> or <tt>BLOB</tt> with a size argument"
8284 #. type: Content of: <html><body><div><p>
8285 #: orig-docs/Documentation.html:3871
8287 "Also, look at the syntax chapter in the MySQL manual to confirm that your "
8288 "syntax is correct."
8291 #. type: Content of: <html><body><div><h4>
8292 #: orig-docs/Documentation.html:3876
8294 "<a href=\"#faq6_2\">6.2 When I create a table, I set an index for two "
8295 "columns and phpMyAdmin generates only one index with those two columns. "
8299 #. type: Content of: <html><body><div><p>
8300 #: orig-docs/Documentation.html:3881
8302 "This is the way to create a multi-columns index. If you want two indexes, "
8303 "create the first one when creating the table, save, then display the table "
8304 "properties and click the Index link to create the other index."
8307 #. type: Content of: <html><body><div><h4>
8308 #: orig-docs/Documentation.html:3888
8309 msgid "<a href=\"#faq6_3\">6.3 How can I insert a null value into my table?</a>"
8312 #. type: Content of: <html><body><div><p>
8313 #: orig-docs/Documentation.html:3890
8315 "Since version 2.2.3, you have a checkbox for each column that can be null. "
8316 "Before 2.2.3, you had to enter "null", without the quotes, as the "
8317 "column's value. Since version 2.5.5, you have to use the checkbox to get a "
8318 "real NULL value, so if you enter "NULL" this means you want a "
8319 "literal NULL in the column, and not a NULL value (this works in PHP4)."
8322 #. type: Content of: <html><body><div><h4>
8323 #: orig-docs/Documentation.html:3898
8324 msgid "<a href=\"#faq6_4\">6.4 How can I backup my database or table?</a>"
8327 #. type: Content of: <html><body><div><p>
8328 #: orig-docs/Documentation.html:3900
8330 "Click on a database or table name in the left frame, the properties will be "
8331 "displayed. Then on the menu, click "Export", you can dump the "
8332 "structure, the data, or both. This will generate standard <abbr "
8333 "title=\"structured query language\">SQL</abbr> statements that can be used "
8334 "to recreate your database/table."
8337 #. type: Content of: <html><body><div><p>
8338 #: orig-docs/Documentation.html:3905
8340 "You will need to choose "Save as file", so that phpMyAdmin can "
8341 "transmit the resulting dump to your station. Depending on your PHP "
8342 "configuration, you will see options to compress the dump. See also the <a "
8343 "href=\"#cfg_ExecTimeLimit\" class=\"configrule\">$cfg['ExecTimeLimit']</a> "
8344 "configuration variable."
8347 #. type: Content of: <html><body><div><p>
8348 #: orig-docs/Documentation.html:3911
8350 "For additional help on this subject, look for the word "dump" in "
8354 #. type: Content of: <html><body><div><h4>
8355 #: orig-docs/Documentation.html:3915
8357 "<a href=\"#faq6_5\">6.5 How can I restore (upload) my database or table "
8358 "using a dump? How can I run a ".sql" file? </a>"
8361 #. type: Content of: <html><body><div><p>
8362 #: orig-docs/Documentation.html:3919
8364 "Click on a database name in the left frame, the properties will be "
8365 "displayed. Select "Import" from the list of tabs in the "
8366 "right–hand frame (or "<abbr title=\"structured query "
8367 "language\">SQL</abbr>" if your phpMyAdmin version is previous to "
8368 "2.7.0). In the "Location of the text file" section, type in the "
8369 "path to your dump filename, or use the Browse button. Then click Go."
8372 #. type: Content of: <html><body><div><p>
8373 #: orig-docs/Documentation.html:3925
8375 "With version 2.7.0, the import engine has been re–written, if possible "
8376 "it is suggested that you upgrade to take advantage of the new features."
8379 #. type: Content of: <html><body><div><p>
8380 #: orig-docs/Documentation.html:3928
8382 "For additional help on this subject, look for the word "upload" in "
8386 #. type: Content of: <html><body><div><h4>
8387 #: orig-docs/Documentation.html:3933
8389 "<a href=\"#faq6_6\">6.6 How can I use the relation table in "
8390 "Query-by-example?</a>"
8393 #. type: Content of: <html><body><div><p>
8394 #: orig-docs/Documentation.html:3935
8396 "Here is an example with the tables persons, towns and countries, all located "
8397 "in the database mydb. If you don't have a <tt>pma_relation</tt> table, "
8398 "create it as explained in the configuration section. Then create the example "
8402 #. type: Content of: <html><body><div><pre>
8403 #: orig-docs/Documentation.html:3941
8406 "CREATE TABLE REL_countries (\n"
8407 " country_code char(1) NOT NULL default '',\n"
8408 " description varchar(10) NOT NULL default '',\n"
8409 " PRIMARY KEY (country_code)\n"
8412 "INSERT INTO REL_countries VALUES ('C', 'Canada');\n"
8414 "CREATE TABLE REL_persons (\n"
8415 " id tinyint(4) NOT NULL auto_increment,\n"
8416 " person_name varchar(32) NOT NULL default '',\n"
8417 " town_code varchar(5) default '0',\n"
8418 " country_code char(1) NOT NULL default '',\n"
8419 " PRIMARY KEY (id)\n"
8422 "INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');\n"
8423 "INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');\n"
8425 "CREATE TABLE REL_towns (\n"
8426 " town_code varchar(5) NOT NULL default '0',\n"
8427 " description varchar(30) NOT NULL default '',\n"
8428 " PRIMARY KEY (town_code)\n"
8431 "INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');\n"
8432 "INSERT INTO REL_towns VALUES ('M', 'Montréal');\n"
8435 #. type: Content of: <html><body><div><p>
8436 #: orig-docs/Documentation.html:3970
8437 msgid "To setup appropriate links and display information:"
8440 #. type: Content of: <html><body><div><ul><li>
8441 #: orig-docs/Documentation.html:3972
8442 msgid "on table "REL_persons" click Structure, then Relation view"
8445 #. type: Content of: <html><body><div><ul><li>
8446 #: orig-docs/Documentation.html:3973
8447 msgid "in Links, for "town_code" choose "REL_towns->code""
8450 #. type: Content of: <html><body><div><ul><li>
8451 #: orig-docs/Documentation.html:3974
8453 "in Links, for "country_code" choose "
8454 ""REL_countries->country_code""
8457 #. type: Content of: <html><body><div><ul><li>
8458 #: orig-docs/Documentation.html:3975
8459 msgid "on table "REL_towns" click Structure, then Relation view"
8462 #. type: Content of: <html><body><div><ul><li>
8463 #: orig-docs/Documentation.html:3976
8464 msgid "in "Choose column to display", choose "description""
8467 #. type: Content of: <html><body><div><ul><li>
8468 #: orig-docs/Documentation.html:3977
8469 msgid "repeat the two previous steps for table "REL_countries""
8472 #. type: Content of: <html><body><div><p>
8473 #: orig-docs/Documentation.html:3980
8474 msgid "Then test like this:"
8477 #. type: Content of: <html><body><div><ul><li>
8478 #: orig-docs/Documentation.html:3982
8479 msgid "Click on your db name in the left frame"
8482 #. type: Content of: <html><body><div><ul><li>
8483 #: orig-docs/Documentation.html:3983
8484 msgid "Choose "Query""
8487 #. type: Content of: <html><body><div><ul><li>
8488 #: orig-docs/Documentation.html:3984
8489 msgid "Use tables: persons, towns, countries"
8492 #. type: Content of: <html><body><div><ul><li>
8493 #: orig-docs/Documentation.html:3985
8494 msgid "Click "Update query""
8497 #. type: Content of: <html><body><div><ul><li>
8498 #: orig-docs/Documentation.html:3986
8500 "In the columns row, choose persons.person_name and click the "
8501 ""Show" tickbox"
8504 #. type: Content of: <html><body><div><ul><li>
8505 #: orig-docs/Documentation.html:3988
8507 "Do the same for towns.description and countries.descriptions in the other 2 "
8511 #. type: Content of: <html><body><div><ul><li>
8512 #: orig-docs/Documentation.html:3990
8514 "Click "Update query" and you will see in the query box that the "
8515 "correct joins have been generated"
8518 #. type: Content of: <html><body><div><ul><li>
8519 #: orig-docs/Documentation.html:3992
8520 msgid "Click "Submit query""
8523 #. type: Content of: <html><body><div><h4>
8524 #: orig-docs/Documentation.html:3996
8526 "<a href=\"#faqdisplay\">6.7 How can I use the "display column" "
8530 #. type: Content of: <html><body><div><p>
8531 #: orig-docs/Documentation.html:3998
8533 "Starting from the previous example, create the pma_table_info as explained "
8534 "in the configuration section, then browse your persons table, and move the "
8535 "mouse over a town code or country code."
8538 #. type: Content of: <html><body><div><p>
8539 #: orig-docs/Documentation.html:4002
8541 "See also <a href=\"#faq6_21\"><abbr title=\"Frequently Asked "
8542 "Questions\">FAQ</abbr> 6.21</a> for an additional feature that "display "
8543 "column" enables: drop-down list of possible values."
8546 #. type: Content of: <html><body><div><h4>
8547 #: orig-docs/Documentation.html:4007
8549 "<a href=\"#faqpdf\">6.8 How can I produce a <abbr title=\"Portable Document "
8550 "Format\">PDF</abbr> schema of my database?</a>"
8553 #. type: Content of: <html><body><div><p>
8554 #: orig-docs/Documentation.html:4009
8556 "First the configuration variables "relation", "
8557 ""table_coords" and "pdf_pages" have to be filled in."
8560 #. type: Content of: <html><body><div><p>
8561 #: orig-docs/Documentation.html:4012
8563 "Then you need to think about your schema layout. Which tables will go on "
8567 #. type: Content of: <html><body><div><ul><li>
8568 #: orig-docs/Documentation.html:4016
8569 msgid "Select your database in the left frame."
8572 #. type: Content of: <html><body><div><ul><li>
8573 #: orig-docs/Documentation.html:4017
8574 msgid "Choose "Operations" in the navigation bar at the top."
8577 #. type: Content of: <html><body><div><ul><li>
8578 #: orig-docs/Documentation.html:4018
8580 "Choose "Edit <abbr title=\"Portable Document Format\">PDF</abbr> "
8581 "Pages" near the bottom of the page."
8584 #. type: Content of: <html><body><div><ul><li>
8585 #: orig-docs/Documentation.html:4020
8587 "Enter a name for the first <abbr title=\"Portable Document "
8588 "Format\">PDF</abbr> page and click Go. If you like, you can use the "
8589 ""automatic layout," which will put all your linked tables onto the "
8593 #. type: Content of: <html><body><div><ul><li>
8594 #: orig-docs/Documentation.html:4024
8596 "Select the name of the new page (making sure the Edit radio button is "
8597 "selected) and click Go."
8600 #. type: Content of: <html><body><div><ul><li>
8601 #: orig-docs/Documentation.html:4026
8602 msgid "Select a table from the list, enter its coordinates and click Save."
8605 #. type: Content of: <html><body><div><ul><li>
8606 #: orig-docs/Documentation.html:4027
8608 "Coordinates are relative; your diagram will be automatically scaled to fit "
8609 "the page. When initially placing tables on the page, just pick any "
8610 "coordinates -- say, 50x50. After clicking Save, you can then use the <a "
8611 "href=\"#wysiwyg\">graphical editor</a> to position the element correctly."
8614 #. type: Content of: <html><body><div><ul><li>
8615 #: orig-docs/Documentation.html:4032
8617 "When you'd like to look at your <abbr title=\"Portable Document "
8618 "Format\">PDF</abbr>, first be sure to click the Save button beneath the list "
8619 "of tables and coordinates, to save any changes you made there. Then scroll "
8620 "all the way down, select the <abbr title=\"Portable Document "
8621 "Format\">PDF</abbr> options you want, and click Go."
8624 #. type: Content of: <html><body><div><ul><li>
8625 #: orig-docs/Documentation.html:4038
8627 "Internet Explorer for Windows may suggest an incorrect filename when you try "
8628 "to save a generated <abbr title=\"Portable Document Format\">PDF</abbr>. "
8629 "When saving a generated <abbr title=\"Portable Document Format\">PDF</abbr>, "
8630 "be sure that the filename ends in ".pdf", for example "
8631 ""schema.pdf". Browsers on other operating systems, and other "
8632 "browsers on Windows, do not have this problem."
8635 #. type: Content of: <html><body><div><h4>
8636 #: orig-docs/Documentation.html:4047
8638 "<a href=\"#faq6_9\">6.9 phpMyAdmin is changing the type of one of my "
8642 #. type: Content of: <html><body><div><p>
8643 #: orig-docs/Documentation.html:4050
8645 "No, it's MySQL that is doing <a "
8646 "href=\"http://dev.mysql.com/doc/en/silent-column-changes.html\">silent "
8647 "column type changing</a>."
8650 #. type: Content of: <html><body><div><h4>
8651 #: orig-docs/Documentation.html:4055
8653 "<a href=\"#underscore\">6.10 When creating a privilege, what happens with "
8654 "underscores in the database name?</a>"
8657 #. type: Content of: <html><body><div><p>
8658 #: orig-docs/Documentation.html:4058
8660 "If you do not put a backslash before the underscore, this is a wildcard "
8661 "grant, and the underscore means "any character". So, if the "
8662 "database name is "john_db", the user would get rights to john1db, "
8666 #. type: Content of: <html><body><div><p>
8667 #: orig-docs/Documentation.html:4063
8669 "If you put a backslash before the underscore, it means that the database "
8670 "name will have a real underscore."
8673 #. type: Content of: <html><body><div><h4>
8674 #: orig-docs/Documentation.html:4067
8676 "<a href=\"#faq6_11\">6.11 What is the curious symbol ø in the "
8677 "statistics pages?</a>"
8680 #. type: Content of: <html><body><div><p>
8681 #: orig-docs/Documentation.html:4070
8682 msgid "It means "average"."
8685 #. type: Content of: <html><body><div><h4>
8686 #: orig-docs/Documentation.html:4073
8687 msgid "<a href=\"#faqexport\">6.12 I want to understand some Export options.</a>"
8690 #. type: Content of: <html><body><div><p>
8691 #: orig-docs/Documentation.html:4075
8692 msgid "<b>Structure:</b>"
8695 #. type: Content of: <html><body><div><ul><li>
8696 #: orig-docs/Documentation.html:4077
8698 ""Add DROP TABLE" will add a line telling MySQL to <a "
8699 "href=\"http://dev.mysql.com/doc/mysql/en/drop-table.html\">drop the "
8700 "table</a>, if it already exists during the import. It does NOT drop the "
8701 "table after your export, it only affects the import file."
8704 #. type: Content of: <html><body><div><ul><li>
8705 #: orig-docs/Documentation.html:4081
8707 ""If Not Exists" will only create the table if it doesn't exist. "
8708 "Otherwise, you may get an error if the table name exists but has a different "
8712 #. type: Content of: <html><body><div><ul><li>
8713 #: orig-docs/Documentation.html:4084
8715 ""Add AUTO_INCREMENT value" ensures that AUTO_INCREMENT value (if "
8716 "any) will be included in backup."
8719 #. type: Content of: <html><body><div><ul><li>
8720 #: orig-docs/Documentation.html:4086
8722 ""Enclose table and column names with backquotes" ensures that "
8723 "column and table names formed with special characters are protected."
8726 #. type: Content of: <html><body><div><ul><li>
8727 #: orig-docs/Documentation.html:4088
8729 ""Add into comments" includes column comments, relations, and MIME "
8730 "types set in the pmadb in the dump as <abbr title=\"structured query "
8731 "language\">SQL</abbr> comments (<i>/* xxx */</i>)."
8734 #. type: Content of: <html><body><div><p>
8735 #: orig-docs/Documentation.html:4094
8736 msgid "<b>Data:</b>"
8739 #. type: Content of: <html><body><div><ul><li>
8740 #: orig-docs/Documentation.html:4096
8742 ""Complete inserts" adds the column names on every INSERT command, "
8743 "for better documentation (but resulting file is bigger)."
8746 #. type: Content of: <html><body><div><ul><li>
8747 #: orig-docs/Documentation.html:4098
8749 ""Extended inserts" provides a shorter dump file by using only once "
8750 "the INSERT verb and the table name."
8753 #. type: Content of: <html><body><div><ul><li>
8754 #: orig-docs/Documentation.html:4100
8756 ""Delayed inserts" are best explained in the <a "
8757 "href=\"http://dev.mysql.com/doc/mysql/en/insert-delayed.html\">MySQL "
8761 #. type: Content of: <html><body><div><ul><li>
8762 #: orig-docs/Documentation.html:4103
8764 ""Ignore inserts" treats errors as a warning instead. Again, more "
8765 "info is provided in the <a "
8766 "href=\"http://dev.mysql.com/doc/mysql/en/insert.html\">MySQL manual</a>, but "
8767 "basically with this selected, invalid values are adjusted and inserted "
8768 "rather than causing the entire statement to fail."
8771 #. type: Content of: <html><body><div><h4>
8772 #: orig-docs/Documentation.html:4111
8774 "<a href=\"#faq6_13\">6.13 I would like to create a database with a dot in "
8778 #. type: Content of: <html><body><div><p>
8779 #: orig-docs/Documentation.html:4114
8781 "This is a bad idea, because in MySQL the syntax "database.table" "
8782 "is the normal way to reference a database and table name. Worse, MySQL will "
8783 "usually let you create a database with a dot, but then you cannot work with "
8784 "it, nor delete it."
8787 #. type: Content of: <html><body><div><h4>
8788 #: orig-docs/Documentation.html:4120
8790 "<a href=\"#faqsqlvalidator\">6.14 How do I set up the <abbr "
8791 "title=\"structured query language\">SQL</abbr> Validator?</a>"
8794 #. type: Content of: <html><body><div><p>
8795 #: orig-docs/Documentation.html:4124
8797 "To use SQL Validator, you need PHP with <abbr title=\"Extensible Markup "
8798 "Language\">XML</abbr>, <abbr title=\"Perl Compatible Regular "
8799 "Expressions\">PCRE</abbr> and <abbr title=\"PHP Extension and Application "
8800 "Repository\">PEAR</abbr> support. In addition you need a <abbr "
8801 "title=\"Simple Object Access Protocol\">SOAP</abbr> support, either as a PHP "
8802 "extension or as a PEAR SOAP module."
8805 #. type: Content of: <html><body><div><p>
8806 #: orig-docs/Documentation.html:4134
8808 "To install <abbr title=\"PHP Extension and Application "
8809 "Repository\">PEAR</abbr> <abbr title=\"Simple Object Access "
8810 "Protocol\">SOAP</abbr> module, run <tt>\"pear install Net_Socket Net_URL "
8811 "HTTP_Request Mail_Mime Net_DIME SOAP\"</tt> to get the necessary <abbr "
8812 "title=\"PHP Extension and Application Repository\">PEAR</abbr> modules for "
8816 #. type: Content of: <html><body><div><p>
8817 #: orig-docs/Documentation.html:4143
8819 "If you use the Validator, you should be aware that any <abbr "
8820 "title=\"structured query language\">SQL</abbr> statement you submit will be "
8821 "stored anonymously (database/table/column names, strings, numbers replaced "
8822 "with generic values). The Mimer <abbr title=\"structured query "
8823 "language\">SQL</abbr> Validator itself, is © 2001 Upright Database "
8824 "Technology. We utilize it as free SOAP service."
8827 #. type: Content of: <html><body><div><h4>
8828 #: orig-docs/Documentation.html:4153
8830 "<a href=\"#faq6_15\">6.15 I want to add a BLOB column and put an index on "
8831 "it, but MySQL says "BLOB column '...' used in key specification without "
8832 "a key length".</a>"
8835 #. type: Content of: <html><body><div><p>
8836 #: orig-docs/Documentation.html:4157
8838 "The right way to do this, is to create the column without any indexes, then "
8839 "display the table structure and use the "Create an index" "
8840 "dialog. On this page, you will be able to choose your BLOB column, and set a "
8841 "size to the index, which is the condition to create an index on a BLOB "
8845 #. type: Content of: <html><body><div><h4>
8846 #: orig-docs/Documentation.html:4164
8848 "<a href=\"#faq6_16\">6.16 How can I simply move in page with plenty editing "
8852 #. type: Content of: <html><body><div><p>
8853 #: orig-docs/Documentation.html:4167
8855 "You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages "
8856 "with many editing fields (table structure changes, row editing, etc.). You "
8857 "can also have a look at the directive <a href=\"#DefaultPropDisplay\" "
8858 "class=\"configrule\">$cfg['DefaultPropDisplay']</a> ('vertical') and see if "
8859 "this eases up editing for you."
8862 #. type: Content of: <html><body><div><h4>
8863 #: orig-docs/Documentation.html:4174
8865 "<a href=\"#faq6_17\">6.17 Transformations: I can't enter my own mimetype! "
8866 "WTF is this feature then useful for?</a>"
8869 #. type: Content of: <html><body><div><p>
8870 #: orig-docs/Documentation.html:4177
8872 "Slow down :). Defining mimetypes is of no use, if you can't put "
8873 "transformations on them. Otherwise you could just put a comment on the "
8874 "column. Because entering your own mimetype will cause serious syntax "
8875 "checking issues and validation, this introduces a high-risk false-user-input "
8876 "situation. Instead you have to initialize mimetypes using functions or empty "
8877 "mimetype definitions."
8880 #. type: Content of: <html><body><div><p>
8881 #: orig-docs/Documentation.html:4182
8883 "Plus, you have a whole overview of available mimetypes. Who knows all those "
8884 "mimetypes by heart so he/she can enter it at will?"
8887 #. type: Content of: <html><body><div><h4>
8888 #: orig-docs/Documentation.html:4186
8890 "<a href=\"#faqbookmark\">6.18 Bookmarks: Where can I store bookmarks? Why "
8891 "can't I see any bookmarks below the query box? What is this variable for? "
8895 #. type: Content of: <html><body><div><p>
8896 #: orig-docs/Documentation.html:4190
8898 "Any query you have executed can be stored as a bookmark on the page where "
8899 "the results are displayed. You will find a button labeled 'Bookmark this "
8900 "query' just at the end of the page."
8903 #. type: Content of: <html><body><div><p>
8904 #: orig-docs/Documentation.html:4193
8906 "As soon as you have stored a bookmark, it is related to the database you run "
8907 "the query on. You can now access a bookmark dropdown on each page, the query "
8908 "box appears on for that database."
8911 #. type: Content of: <html><body><div><p>
8912 #: orig-docs/Documentation.html:4197
8914 "Since phpMyAdmin 2.5.0 you are also able to store variables for the "
8915 "bookmarks. Just use the string <b>/*[VARIABLE]*/</b> anywhere in your "
8916 "query. Everything which is put into the <i>value</i> input box on the query "
8917 "box page will replace the string "/*[VARIABLE]*/" in your stored "
8918 "query. Just be aware of that you HAVE to create a valid query, otherwise "
8919 "your query won't be even able to be stored in the database."
8922 #. type: Content of: <html><body><div><p>
8923 #: orig-docs/Documentation.html:4203
8925 "Also remember, that everything else inside the <b>/*[VARIABLE]*/</b> string "
8926 "for your query will remain the way it is, but will be stripped of the /**/ "
8927 "chars. So you can use:"
8930 #. type: Content of: <html><body><div><p>
8931 #: orig-docs/Documentation.html:4207
8932 msgid "<code>/*, [VARIABLE] AS myname */</code>"
8935 #. type: Content of: <html><body><div><p>
8936 #: orig-docs/Documentation.html:4209
8937 msgid "which will be expanded to"
8940 #. type: Content of: <html><body><div><p>
8941 #: orig-docs/Documentation.html:4211
8942 msgid "<code>, VARIABLE as myname</code>"
8945 #. type: Content of: <html><body><div><p>
8946 #: orig-docs/Documentation.html:4213
8948 "in your query, where VARIABLE is the string you entered in the input box. If "
8949 "an empty string is provided, no replacements are made."
8952 #. type: Content of: <html><body><div><p>
8953 #: orig-docs/Documentation.html:4216
8954 msgid "A more complex example. Say you have stored this query:"
8957 #. type: Content of: <html><body><div><p>
8958 #: orig-docs/Documentation.html:4217
8960 "<code>SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE "
8961 "'%[VARIABLE]%' */</code>"
8964 #. type: Content of: <html><body><div><p>
8965 #: orig-docs/Documentation.html:4220
8967 "Say, you now enter "phpMyAdmin" as the variable for the stored "
8968 "query, the full query will be:"
8971 #. type: Content of: <html><body><div><p>
8972 #: orig-docs/Documentation.html:4223
8974 "<code>SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE "
8975 "'%phpMyAdmin%'</code>"
8978 #. type: Content of: <html><body><div><p>
8979 #: orig-docs/Documentation.html:4226
8981 "You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query "
8982 "(that is, multiple occurrences of the <i>same</i> variable)."
8985 #. type: Content of: <html><body><div><p>
8986 #: orig-docs/Documentation.html:4227
8988 "<b>NOTE THE ABSENCE OF SPACES</b> inside the "/**/" construct. Any "
8989 "spaces inserted there will be later also inserted as spaces in your query "
8990 "and may lead to unexpected results especially when using the variable "
8991 "expansion inside of a "LIKE ''" expression."
8994 #. type: Content of: <html><body><div><p>
8995 #: orig-docs/Documentation.html:4232
8997 "Your initial query which is going to be stored as a bookmark has to yield at "
8998 "least one result row so you can store the bookmark. You may have that to "
8999 "work around using well positioned "/**/" comments."
9002 #. type: Content of: <html><body><div><h4>
9003 #: orig-docs/Documentation.html:4238
9005 "<a href=\"#faq6_19\">6.19 How can I create simple "
9006 "L<sup>A</sup>T<sub><big>E</big></sub>X document to include exported "
9010 #. type: Content of: <html><body><div><p>
9011 #: orig-docs/Documentation.html:4241
9013 "You can simply include table in your L<sup>A</sup>T<sub><big>E</big></sub>X "
9014 "documents, minimal sample document should look like following one (assuming "
9015 "you have table exported in file <code>table.tex</code>):"
9018 #. type: Content of: <html><body><div><pre>
9019 #: orig-docs/Documentation.html:4246
9022 "\\documentclass{article} % or any class you want\n"
9023 "\\usepackage{longtable} % for displaying table\n"
9024 "\\begin{document} % start of document\n"
9025 "\\include{table} % including exported table\n"
9026 "\\end{document} % end of document\n"
9029 #. type: Content of: <html><body><div><h4>
9030 #: orig-docs/Documentation.html:4254
9032 "<a href=\"#faq6_20\">6.20 I see a lot of databases which are not mine, and "
9033 "cannot access them. </a>"
9036 #. type: Content of: <html><body><div><p>
9037 #: orig-docs/Documentation.html:4258
9039 "You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW "
9040 "DATABASES, LOCK TABLES. Those privileges also enable users to see all the "
9041 "database names. See this <a href=\"http://bugs.mysql.com/179\">bug "
9045 #. type: Content of: <html><body><div><p>
9046 #: orig-docs/Documentation.html:4263
9048 "So if your users do not need those privileges, you can remove them and their "
9049 "databases list will shorten."
9052 #. type: Content of: <html><body><div><h4>
9053 #: orig-docs/Documentation.html:4267
9055 "<a href=\"#faq6_21\">6.21 In edit/insert mode, how can I see a list of "
9056 "possible values for a column, based on some foreign table?</a>"
9059 #. type: Content of: <html><body><div><p>
9060 #: orig-docs/Documentation.html:4270
9062 "You have to setup appropriate links between the tables, and also setup the "
9063 ""display column" in the foreign table. See <a "
9064 "href=\"#faq6_6\"><abbr title=\"Frequently Asked Questions\">FAQ</abbr> "
9065 "6.6</a> for an example. Then, if there are 100 values or less in the foreign "
9066 "table, a drop-down list of values will be available. You will see two lists "
9067 "of values, the first list containing the key and the display column, the "
9068 "second list containing the display column and the key. The reason for this "
9069 "is to be able to type the first letter of either the key or the display "
9073 #. type: Content of: <html><body><div><p>
9074 #: orig-docs/Documentation.html:4280
9076 "For 100 values or more, a distinct window will appear, to browse foreign key "
9077 "values and choose one. To change the default limit of 100, see <tt><a "
9078 "href=\"#cfg_ForeignKeyMaxLimit\" "
9079 "class=\"configrule\">$cfg['ForeignKeyMaxLimit']</a></tt>."
9082 #. type: Content of: <html><body><div><h4>
9083 #: orig-docs/Documentation.html:4285
9085 "<a href=\"#faq6_22\">6.22 Bookmarks: Can I execute a default bookmark "
9086 "automatically when entering Browse mode for a table?</a>"
9089 #. type: Content of: <html><body><div><p>
9090 #: orig-docs/Documentation.html:4288
9092 "Yes. If a bookmark has the same label as a table name and it's not a public "
9093 "bookmark, it will be executed."
9096 #. type: Content of: <html><body><div><h4>
9097 #: orig-docs/Documentation.html:4292
9099 "<a href=\"#faq6_23\">6.23 Export: I heard phpMyAdmin can export Microsoft "
9103 #. type: Content of: <html><body><div><p>
9104 #: orig-docs/Documentation.html:4294
9106 "You can use <abbr title=\"comma separated values\">CSV</abbr> for Microsoft "
9107 "Excel, which works out of the box."
9110 #. type: Content of: <html><body><div><p>
9111 #: orig-docs/Documentation.html:4297
9113 "Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version "
9114 "97 and newer was dropped."
9117 #. type: Content of: <html><body><div><h4>
9118 #: orig-docs/Documentation.html:4302
9120 "<a href=\"#faq6_24\">6.24 Now that phpMyAdmin supports native MySQL 4.1.x "
9121 "column comments, what happens to my column comments stored in pmadb?</a>"
9124 #. type: Content of: <html><body><div><p>
9125 #: orig-docs/Documentation.html:4305
9127 "Automatic migration of a table's pmadb-style column comments to the native "
9128 "ones is done whenever you enter Structure page for this table."
9131 #. type: Content of: <html><body><div><h4>
9132 #: orig-docs/Documentation.html:4309
9133 msgid "<a href=\"#faq6_25\">6.25 How does BLOB streaming work in phpMyAdmin?</a>"
9136 #. type: Content of: <html><body><div><p>
9137 #: orig-docs/Documentation.html:4311
9139 "For general information about BLOB streaming on MySQL, visit <a "
9140 "href=\"http://blobstreaming.org\">blobstreaming.org</a>. You need the "
9141 "following components:"
9144 #. type: Content of: <html><body><div><ul><li>
9145 #: orig-docs/Documentation.html:4313
9146 msgid "PBMS BLOB Streaming Daemon for MySQL (0.5.15 or later)"
9149 #. type: Content of: <html><body><div><ul><li>
9150 #: orig-docs/Documentation.html:4314
9151 msgid "Streaming enabled PBXT Storage engine for MySQL (1.0.11-6 or later)"
9154 #. type: Content of: <html><body><div><ul><li>
9155 #: orig-docs/Documentation.html:4316
9156 msgid "PBMS Client Library for MySQL (0.5.15 or later)"
9159 #. type: Content of: <html><body><div><ul><li>
9160 #: orig-docs/Documentation.html:4317
9161 msgid "PBMS PHP Extension for MySQL (0.1.1 or later)"
9164 #. type: Content of: <html><body><div><p>
9165 #: orig-docs/Documentation.html:4320
9166 msgid "Here are details about configuration and operation:"
9169 #. type: Content of: <html><body><div><ol><li>
9170 #: orig-docs/Documentation.html:4323
9172 "In <tt>config.inc.php</tt> your host should be defined with a FQDN (fully "
9173 "qualified domain name) instead of "localhost"."
9176 #. type: Content of: <html><body><div><ol><li>
9177 #: orig-docs/Documentation.html:4324
9179 "Ensure that your target table is under the <tt>PBXT</tt> storage engine and "
9180 "has a <tt>LONGBLOB</tt> column (which must be nullable if you want to remove "
9181 "the BLOB reference from it)."
9184 #. type: Content of: <html><body><div><ol><li>
9185 #: orig-docs/Documentation.html:4325
9187 "When you insert or update a row in this table, put a checkmark on the "
9188 ""Upload to BLOB repository" optional choice; otherwise, the upload "
9189 "will be done directly in your LONGBLOB column instead of the repository."
9192 #. type: Content of: <html><body><div><ol><li>
9193 #: orig-docs/Documentation.html:4326
9195 "Finally when you browse your table, you'll see in your column a link to "
9196 "stream your data, for example "View image". A header containing "
9197 "the correct MIME-type will be sent to your browser; this MIME-type was "
9198 "stored at upload time."
9201 #. type: Content of: <html><body><div><h4>
9202 #: orig-docs/Documentation.html:4330
9203 msgid "<a href=\"#faq6_26\">6.26 How can I select a range of rows?</a>"
9206 #. type: Content of: <html><body><div><p>
9207 #: orig-docs/Documentation.html:4332
9209 "Click the first row of the range, hold the shift key and click the last row "
9210 "of the range. This works everywhere you see rows, for example in Browse mode "
9211 "or on the Structure page."
9214 #. type: Content of: <html><body><div><h4>
9215 #: orig-docs/Documentation.html:4336
9216 msgid "<a href=\"#faq6_27\">6.27 What format strings can I use?</a>"
9219 #. type: Content of: <html><body><div><p>
9220 #: orig-docs/Documentation.html:4339
9222 "In all places where phpMyAdmin accepts format strings, you can use "
9223 "<code>@VARIABLE@</code> expansion and <a "
9224 "href=\"http://php.net/strftime\">strftime</a> format strings. The expanded "
9225 "variables depend on a context (for example, if you haven't chosen a table, "
9226 "you can not get the table name), but the following variables can be used:"
9229 #. type: Content of: <html><body><div><dl><dt>
9230 #: orig-docs/Documentation.html:4346
9231 msgid "<code>@HTTP_HOST@</code>"
9234 #. type: Content of: <html><body><div><dl><dd>
9235 #: orig-docs/Documentation.html:4347
9236 msgid "HTTP host that runs phpMyAdmin"
9239 #. type: Content of: <html><body><div><dl><dt>
9240 #: orig-docs/Documentation.html:4348
9241 msgid "<code>@SERVER@</code>"
9244 #. type: Content of: <html><body><div><dl><dd>
9245 #: orig-docs/Documentation.html:4349
9246 msgid "MySQL server name"
9249 #. type: Content of: <html><body><div><dl><dt>
9250 #: orig-docs/Documentation.html:4350
9251 msgid "<code>@VERBOSE@</code>"
9254 #. type: Content of: <html><body><div><dl><dd>
9255 #: orig-docs/Documentation.html:4351
9257 "Verbose MySQL server name as defined in <a "
9258 "href=\"#cfg_Servers_verbose\">server configuration</a>"
9261 #. type: Content of: <html><body><div><dl><dt>
9262 #: orig-docs/Documentation.html:4352
9263 msgid "<code>@VSERVER@</code>"
9266 #. type: Content of: <html><body><div><dl><dd>
9267 #: orig-docs/Documentation.html:4353
9268 msgid "Verbose MySQL server name if set, otherwise normal"
9271 #. type: Content of: <html><body><div><dl><dt>
9272 #: orig-docs/Documentation.html:4354
9273 msgid "<code>@DATABASE@</code>"
9276 #. type: Content of: <html><body><div><dl><dd>
9277 #: orig-docs/Documentation.html:4355
9278 msgid "Currently opened database"
9281 #. type: Content of: <html><body><div><dl><dt>
9282 #: orig-docs/Documentation.html:4356
9283 msgid "<code>@TABLE@</code>"
9286 #. type: Content of: <html><body><div><dl><dd>
9287 #: orig-docs/Documentation.html:4357
9288 msgid "Currently opened table"
9291 #. type: Content of: <html><body><div><dl><dt>
9292 #: orig-docs/Documentation.html:4358
9293 msgid "<code>@COLUMNS@</code>"
9296 #. type: Content of: <html><body><div><dl><dd>
9297 #: orig-docs/Documentation.html:4359
9298 msgid "Columns of the currently opened table"
9301 #. type: Content of: <html><body><div><dl><dt>
9302 #: orig-docs/Documentation.html:4360
9303 msgid "<code>@PHPMYADMIN@</code>"
9306 #. type: Content of: <html><body><div><dl><dd>
9307 #: orig-docs/Documentation.html:4361
9308 msgid "phpMyAdmin with version"
9311 #. type: Content of: <html><body><div><h4>
9312 #: orig-docs/Documentation.html:4365
9314 "<a href=\"#wysiwyg\">6.28 How can I easily edit relational schema for "
9318 #. type: Content of: <html><body><div><p>
9319 #: orig-docs/Documentation.html:4368
9321 "By clicking on the button 'toggle scratchboard' on the page where you edit "
9322 "x/y coordinates of those elements you can activate a scratchboard where all "
9323 "your elements are placed. By clicking on an element, you can move them "
9324 "around in the pre-defined area and the x/y coordinates will get updated "
9325 "dynamically. Likewise, when entering a new position directly into the input "
9326 "field, the new position in the scratchboard changes after your cursor leaves "
9330 #. type: Content of: <html><body><div><p>
9331 #: orig-docs/Documentation.html:4377
9333 "You have to click on the 'OK'-button below the tables to save the new "
9334 "positions. If you want to place a new element, first add it to the table of "
9335 "elements and then you can drag the new element around."
9338 #. type: Content of: <html><body><div><p>
9339 #: orig-docs/Documentation.html:4382
9341 "By changing the paper size and the orientation you can change the size of "
9342 "the scratchboard as well. You can do so by just changing the dropdown field "
9343 "below, and the scratchboard will resize automatically, without interfering "
9344 "with the current placement of the elements."
9347 #. type: Content of: <html><body><div><p>
9348 #: orig-docs/Documentation.html:4388
9350 "If ever an element gets out of range you can either enlarge the paper size "
9351 "or click on the 'reset' button to place all elements below each other."
9354 #. type: Content of: <html><body><div><h4>
9355 #: orig-docs/Documentation.html:4394
9357 "<a href=\"#faq6_29\">6.29 Why can't I get a chart from my query result "
9361 #. type: Content of: <html><body><div><p>
9362 #: orig-docs/Documentation.html:4396
9364 "Not every table can be put to the chart. Only tables with one, two or three "
9365 "columns can be visualised as a chart. Moreover the table must be in a "
9366 "special format for chart script to understand it. Currently supported "
9367 "formats can be found in the <a "
9368 "href=\"http://wiki.phpmyadmin.net/pma/Charts#Data_formats_for_query_results_chart\">wiki</a>."
9371 #. type: Content of: <html><body><div><h4>
9372 #: orig-docs/Documentation.html:4399
9373 msgid "<a href=\"#faq6_30\">6.30 Import: How can I import ESRI Shapefiles</a>"
9376 #. type: Content of: <html><body><div><p>
9377 #: orig-docs/Documentation.html:4402
9379 "An ESRI Shapefile is actually a set of several files, where .shp file "
9380 "contains geometry data and .dbf file contains data related to those geometry "
9381 "data. To read data from .dbf file you need to have PHP compiled with the "
9382 "dBase extension (--enable-dbase). Otherwise only geometry data will be "
9386 #. type: Content of: <html><body><div><p>
9387 #: orig-docs/Documentation.html:4408
9388 msgid "To upload these set of files you can use either of the following methods:"
9391 #. type: Content of: <html><body><div><ul><li><p>
9392 #: orig-docs/Documentation.html:4412
9394 "Configure upload directory with <a href=\"#cfg_UploadDir\" "
9395 "class=\"configrule\">$cfg['UploadDir']</a>, upload both .shp and .dbf files "
9396 "with the same filename and chose the .shp file from the import page."
9399 #. type: Content of: <html><body><div><ul><li><p>
9400 #: orig-docs/Documentation.html:4419
9402 "Create a Zip archive with .shp and .dbf files and import it. For this to "
9403 "work, you need to set <a href=\"#cfg_TempDir\" "
9404 "class=\"configrule\">$cfg['TempDir']</a> to a place where the web server "
9405 "user can write (for example <tt>'./tmp'</tt>)."
9408 #. type: Content of: <html><body><div><ul><li><p>
9409 #: orig-docs/Documentation.html:4424
9410 msgid "To create the temporary directory on a UNIX-based system, you can do:"
9413 #. type: Content of: <html><body><div><ul><li><pre>
9414 #: orig-docs/Documentation.html:4426
9422 #. type: Content of: <html><body><div><h4>
9423 #: orig-docs/Documentation.html:4434
9424 msgid "<a href=\"#faq6_31\">6.31 How do I create a relation in designer?</a>"
9427 #. type: Content of: <html><body><div><p>
9428 #: orig-docs/Documentation.html:4436
9429 msgid "To select relation, click :"
9432 #. type: Content of: <html><body><div><p>
9433 #: orig-docs/Documentation.html:4439
9435 "The display column is shown in pink. To set/unset a column as the display "
9436 "column, click the \"Choose column to display\" icon, then click on the "
9437 "appropriate column name."
9440 #. type: Content of: <html><body><div><h4>
9441 #: orig-docs/Documentation.html:4442
9442 msgid "<a href=\"#faq6_32\">6.32 How can I use the zoom search feature?</a>"
9445 #. type: Content of: <html><body><div><p>
9446 #: orig-docs/Documentation.html:4444
9448 "The Zoom search feature is an alternative to table search feature. It allows "
9449 "you to explore a table by representing its data in a scatter plot. You can "
9450 "locate this feature by selecting a table and clicking the 'Search' tab. One "
9451 "of the sub-tabs in the 'Table Search' page is 'Zoom Search'."
9454 #. type: Content of: <html><body><div><p>
9455 #: orig-docs/Documentation.html:4449
9457 "Consider the table REL_persons in <a href=\"#faq6_6\"><abbr "
9458 "title=\"Frequently Asked Questions\"> FAQ</abbr> 6.6</a> for an example. To "
9459 "use zoom search, two columns need to be selected, for example, id and "
9460 "town_code. The id values will be represented on one axis and town_code "
9461 "values on the other axis. Each row will be represented as a point in a "
9462 "scatter plot based on its id and town_code. You can include two additional "
9463 "search criteria apart from the two fields to display."
9466 #. type: Content of: <html><body><div><p>
9467 #: orig-docs/Documentation.html:4456
9469 "You can choose which field should be displayed as label for each point. If a "
9470 "display column has been set for the table (see <a href=\"#faqdisplay\"><abbr "
9471 "title=\"Frequently Asked Questions\">FAQ</abbr> 6.7</a>), it is taken as the "
9472 "label unless you specify otherwise. You can also select the maximum number "
9473 "of rows you want to be displayed in the plot by specifing it in the 'Max "
9474 "rows to plot' field. Once you have decided over your criteria, click 'Go' to "
9478 #. type: Content of: <html><body><div><p>
9479 #: orig-docs/Documentation.html:4463
9481 "After the plot is generated, you can use the mousewheel to zoom in and out "
9482 "of the plot. In addition, panning feature is enabled to navigate through "
9483 "the plot. You can zoom-in to a certail level of detail and use panning to "
9484 "locate your area of interest. Clicking on a point opens a dialogue box, "
9485 "displaying field values of the data row represented by the point. You can "
9486 "edit the values if required and click on submit to issue an update "
9487 "query. Basic instructions on how to use can be viewed by clicking the 'How "
9488 "to use?' link located just above the plot."
9491 #. type: Content of: <html><body><div><h3>
9492 #: orig-docs/Documentation.html:4471
9493 msgid "phpMyAdmin project"
9496 #. type: Content of: <html><body><div><h4>
9497 #: orig-docs/Documentation.html:4474
9498 msgid "<a href=\"#faq7_1\">7.1 I have found a bug. How do I inform developers?</a>"
9501 #. type: Content of: <html><body><div><p>
9502 #: orig-docs/Documentation.html:4476
9504 "Our Bug Tracker is located at <a "
9505 "href=\"http://sf.net/projects/phpmyadmin/\">http://sf.net/projects/phpmyadmin/</a> "
9506 "under the Bugs section."
9509 #. type: Content of: <html><body><div><p>
9510 #: orig-docs/Documentation.html:4480
9511 msgid "But please first discuss your bug with other users:"
9514 #. type: Content of: <html><body><div><p>
9515 #: orig-docs/Documentation.html:4481
9517 "<a href=\"https://sourceforge.net/projects/phpmyadmin/forums\"> "
9518 "https://sourceforge.net/projects/phpmyadmin/forums</a>."
9521 #. type: Content of: <html><body><div><h4>
9522 #: orig-docs/Documentation.html:4486
9524 "<a href=\"#faq7_2\">7.2 I want to translate the messages to a new language "
9525 "or upgrade an existing language, where do I start?</a>"
9528 #. type: Content of: <html><body><div><p>
9529 #: orig-docs/Documentation.html:4489
9531 "Always use latest Git version of the po file to translate. You can "
9532 "optionally translate online at our <a "
9533 "href=\"http://l10n.cihar.com/\">translation server</a> where you can also "
9534 "get the latest po files and merge them with your translations. For creating "
9535 "a new translation simply use <code>po/phpmyadmin.pot</code> and generate "
9536 "<code>po/LANG_CODE.po</code> for your language (you can use <code>msginit -i "
9537 "po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po</code> to "
9538 "do this) or ask on the mailing list to add the translation to the web "
9539 "interface. More details are available on <a "
9540 "href=\"http://wiki.phpmyadmin.net/pma/Gettext_for_translators\">our "
9544 #. type: Content of: <html><body><div><p>
9545 #: orig-docs/Documentation.html:4500
9547 "Please note that we try not to use HTML entities like &eacute; in the "
9548 "translations, since we define the right character set in the file. With "
9549 "HTML entities, the text on JavaScript messages would not display correctly. "
9550 "However there are some entities that need to be there: quotes, non-breakable "
9551 "spaces, ampersands, less than, greater than."
9554 #. type: Content of: <html><body><div><p>
9555 #: orig-docs/Documentation.html:4508
9557 "You can then put your translations, as a zip file to avoid losing special "
9558 "characters, on the sourceforge.net <a "
9559 "href=\"https://sourceforge.net/tracker/?group_id=23067&atid=387645\">translation "
9563 #. type: Content of: <html><body><div><p>
9564 #: orig-docs/Documentation.html:4512
9566 "It would be a good idea to subscribe to the <a "
9567 "href=\"https://lists.sourceforge.net/lists/listinfo/phpmyadmin-translators\">phpmyadmin-translators</a> "
9568 "mailing list, because this is where we ask for translations of new messages."
9571 #. type: Content of: <html><body><div><p>
9572 #: orig-docs/Documentation.html:4517
9574 "Documentation is being translated using po4a and gettext (see <a "
9575 "href=\"http://www.phpmyadmin.net/home_page/docs.php\">documentation</a> for "
9576 "existing translations). To start, checkout <a "
9577 "href=\"http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/localized_docs;a=tree;f=po\"><code>localized_docs/po</code></a> "
9578 "from Git, or just go to the <a "
9579 "href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a> and "
9580 "translate it online. If your language is missing, just contact <a "
9581 "href=\"mailto:michal@cihar.com\">Michal Čihař</a>; he will add "
9582 "it. If you prefer to directly translate the po files, please put updated "
9584 "href=\"https://sourceforge.net/tracker/?group_id=23067&atid=387645\">translation "
9588 #. type: Content of: <html><body><div><h4>
9589 #: orig-docs/Documentation.html:4529
9591 "<a href=\"#faq7_3\">7.3 I would like to help out with the development of "
9592 "phpMyAdmin. How should I proceed?</a>"
9595 #. type: Content of: <html><body><div><p>
9596 #: orig-docs/Documentation.html:4532
9597 msgid "The following method is preferred for new developers:"
9600 #. type: Content of: <html><body><div><ol><li>
9601 #: orig-docs/Documentation.html:4534
9602 msgid "fetch the current git repository over anonymous git:"
9605 #. type: Content of: <html><body><div><ol><li>
9606 #: orig-docs/Documentation.html:4535
9609 "git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin</tt>"
9612 #. type: Content of: <html><body><div><ol><li>
9613 #: orig-docs/Documentation.html:4538
9614 msgid "add your stuff"
9617 #. type: Content of: <html><body><div><ol><li>
9618 #: orig-docs/Documentation.html:4539
9619 msgid "generate patch with your changes: <tt>git diff > xxx.diff</tt>"
9622 #. type: Content of: <html><body><div><ol><li>
9623 #: orig-docs/Documentation.html:4542
9625 "submit your patch via the <a "
9626 "href=\"https://sourceforge.net/tracker/?group_id=23067&atid=377410\">patch "
9627 "tracker of the phpMyAdmin project</a>."
9630 #. type: Content of: <html><body><div><p>
9631 #: orig-docs/Documentation.html:4548
9633 "More details on git are available on <a "
9634 "href=\"http://wiki.phpmyadmin.net/pma/Git\">our wiki</a>."
9637 #. type: Content of: <html><body><div><p>
9638 #: orig-docs/Documentation.html:4550
9640 "Write access to the repository is granted only to experienced developers who "
9641 "have already contributed something useful to phpMyAdmin."
9644 #. type: Content of: <html><body><div><p>
9645 #: orig-docs/Documentation.html:4552
9646 msgid "Also, have a look at the <a href=\"#developers\">Developers section</a>."
9649 #. type: Content of: <html><body><div><h3>
9650 #: orig-docs/Documentation.html:4554
9654 #. type: Content of: <html><body><div><h4>
9655 #: orig-docs/Documentation.html:4557
9657 "<a href=\"#faq8_1\">8.1 Where can I get information about the security "
9658 "alerts issued for phpMyAdmin?</a>"
9661 #. type: Content of: <html><body><div><p>
9662 #: orig-docs/Documentation.html:4559
9664 "Please refer to <a "
9665 "href=\"http://www.phpmyadmin.net/home_page/security.php\">http://www.phpmyadmin.net/home_page/security.php</a>"
9668 #. type: Content of: <html><body><div><h4>
9669 #: orig-docs/Documentation.html:4564
9671 "<a href=\"#faq8_2\">8.2 How can I protect phpMyAdmin against brute force "
9675 #. type: Content of: <html><body><div><p>
9676 #: orig-docs/Documentation.html:4566
9678 "If you use Apache web server, phpMyAdmin exports information about "
9679 "authentication to the Apache environment and it can be used in Apache logs. "
9680 "Currently there are two variables available:"
9683 #. type: Content of: <html><body><div><dl><dt>
9684 #: orig-docs/Documentation.html:4571
9685 msgid "<code>userID</code>"
9688 #. type: Content of: <html><body><div><dl><dd>
9689 #: orig-docs/Documentation.html:4572
9690 msgid "User name of currently active user (he does not have to be logged in)."
9693 #. type: Content of: <html><body><div><dl><dt>
9694 #: orig-docs/Documentation.html:4574
9695 msgid "<code>userStatus</code>"
9698 #. type: Content of: <html><body><div><dl><dd>
9699 #: orig-docs/Documentation.html:4575
9701 "Status of currently active user, one of <code>ok</code> (user is logged in), "
9702 "<code>mysql-denied</code> (MySQL denied user login), "
9703 "<code>allow-denied</code> (user denied by allow/deny rules), "
9704 "<code>root-denied</code> (root is denied in configuration), "
9705 "<code>empty-denied</code> (empty password is denied)."
9708 #. type: Content of: <html><body><div><p>
9709 #: orig-docs/Documentation.html:4582
9710 msgid "<code>LogFormat</code> directive for Apache can look like following:"
9713 #. type: Content of: <html><body><div><pre>
9714 #: orig-docs/Documentation.html:4585
9717 "LogFormat \"%h %l %u %t \\\"%r\\\" %>s %b \\\n"
9718 "\\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\" %{userID}n %{userStatus}n\" "
9722 #. type: Content of: <html><body><div><p>
9723 #: orig-docs/Documentation.html:4589
9725 "You can then use any log analyzing tools to detect possible break-in "
9729 #. type: Content of: <html><body><div><h3>
9730 #: orig-docs/Documentation.html:4593
9731 msgid "Synchronization"
9734 #. type: Content of: <html><body><div><h4>
9735 #: orig-docs/Documentation.html:4595
9737 "<a href=\"#faq9_1\">9.1 How can I synchronize two databases/tables in "
9741 #. type: Content of: <html><body><div><p>
9742 #: orig-docs/Documentation.html:4597
9744 "You can now synchronize databases/tables in phpMyAdmin using the Synchronize "
9745 "feature. It allows you to connect to local as well as remote servers. This "
9746 "requires you to enter server host name, username, password, port and the "
9747 "name of the database. Therefore you can now synchronize your databases "
9748 "placed on the same server or some remote server."
9751 #. type: Content of: <html><body><div><p>
9752 #: orig-docs/Documentation.html:4604
9754 "This feature is helpful for developers who need to replicate their "
9755 "database’s structure as well as data. Moreover, this feature not only "
9756 "helps replication but also facilitates the user to keep his/her database in "
9757 "sync with another database. Other than the full database, certain tables of "
9758 "the databases can also be synchronized."
9761 #. type: Content of: <html><body><div><p>
9762 #: orig-docs/Documentation.html:4612
9764 "You need to fill in the host name of the server, the username and password "
9765 "of an user account already there in MySQL. Port is by default populated with "
9766 "3306 (MySQL default port). Then the name of the database should be mentioned "
9767 "at the end. All the information other than the port needs to be filled "
9768 "explicitly for the source as well as target servers."
9771 #. type: Content of: <html><body><div><p>
9772 #: orig-docs/Documentation.html:4620
9774 "After successfully passing through the authentication phase, the source and "
9775 "target database table names will be displayed. It will be a tabular "
9779 #. type: Content of: <html><body><div><p>
9780 #: orig-docs/Documentation.html:4626
9782 "On the left, are listed the source database table names. Some of the names "
9783 "have a <code>+</code> plus sign preceding them. This shows that these tables "
9784 "are only present in source database and they need to be added to the target "
9785 "database in order to synchronize the target database. The tables whose names "
9786 "are not preceded by a <code>+</code> sign are already present in the target "
9790 #. type: Content of: <html><body><div><p>
9791 #: orig-docs/Documentation.html:4635
9793 "On the right, are listed the target database table names. There are few "
9794 "table names that have <code>(not present)</code> appended after their "
9795 "names. This means that these tables are to be created in target database in "
9796 "order to synchronize target database with source database. Some table names "
9797 "have a <code>-</code> minus sign preceding them. This shows that these "
9798 "tables are only present in target database and they will remain unchanged in "
9799 "the target database. The column in the middle shows the difference between "
9800 "the source and target corresponding tables."
9803 #. type: Content of: <html><body><div><p>
9804 #: orig-docs/Documentation.html:4646
9806 "The difference is depicted by the red and green buttons with <tt>S</tt> and "
9807 "<tt>D</tt> letters, indicating that either Structure or Data are not up to "
9808 "date. By clicking on them, they will turn grey, what means that they will be "
9812 #. type: Content of: <html><body><div><h2>
9813 #: orig-docs/Documentation.html:4652
9814 msgid "Developers Information"
9817 #. type: Content of: <html><body><div><p>
9818 #: orig-docs/Documentation.html:4654
9820 "phpMyAdmin is Open Source, so you're invited to contribute to it. Many great "
9821 "features have been written by other people and you too can help to make "
9822 "phpMyAdmin a useful tool."
9825 #. type: Content of: <html><body><div><p>
9826 #: orig-docs/Documentation.html:4658
9828 "If you're planning to contribute source, please read the following "
9832 #. type: Content of: <html><body><div><ul><li>
9833 #: orig-docs/Documentation.html:4661
9835 "All files include <i>libraries/header.inc.php</i> (layout),. "
9836 "<i>libraries/common.lib.php</i> (common functions) and "
9837 "<i>config.inc.php</i>."
9840 #. type: Content of: <html><body><div><ul><li>
9841 #: orig-docs/Documentation.html:4664
9843 "Only configuration data should go in <i>config.inc.php</i>. Please keep it "
9844 "free from other code."
9847 #. type: Content of: <html><body><div><ul><li>
9848 #: orig-docs/Documentation.html:4666
9850 "Commonly used functions should be added to <i>libraries/common.lib.php</i> "
9851 "and more specific ones may be added within a library stored into the "
9852 "<i>libraries</i> sub-directory."
9855 #. type: Content of: <html><body><div><ul><li>
9856 #: orig-docs/Documentation.html:4669
9858 "Obviously, you're free to use whatever coding style you want. But please try "
9859 "to keep your code as simple as possible: beginners are using phpMyAdmin as "
9860 "an example application."
9863 #. type: Content of: <html><body><div><ul><li>
9864 #: orig-docs/Documentation.html:4672
9866 "As far as possible, we want the scripts to be XHTML1.0 and CSS2 compliant on "
9867 "one hand, they fit the <a href=\"http://pear.php.net/\"> <abbr title=\"PHP "
9868 "Extension and Application Repository\">PEAR</abbr> coding standards</a> on "
9869 "the other hand. Please pay attention to this."
9872 #. type: Content of: <html><body><div><ul><li>
9873 #: orig-docs/Documentation.html:4678
9875 "Please enable showing PHP errors and warnings by the <code><a "
9876 "href=\"#cfg_Error_Handler_display\">$cfg['Error_Handler']['display']</a></code> "
9877 "configuration directive."
9880 #. type: Content of: <html><body><div><ul><li>
9881 #: orig-docs/Documentation.html:4681
9883 "Please try to keep up the file-naming conventions. Table-related stuff goes "
9884 "to <i>tbl_*.php</i>, db-related code to <i>db_*.php</i>, server-related "
9885 "tools to <i>server_*.php</i> and so on."
9888 #. type: Content of: <html><body><div><ul><li>
9889 #: orig-docs/Documentation.html:4684
9891 "Please use gettext wrappers around all messages (<code>__('Some "
9892 "text')</code> or <code>_ngettext()</code> function). To translate them, you "
9893 "need to call <code>scripts/update-po</code> script. To use translated "
9894 "messages, call <code>scripts/generate-mo</code>, which generates binary "
9895 "files read by Gettext."
9898 #. type: Content of: <html><body><div><ul><li>
9899 #: orig-docs/Documentation.html:4690
9900 msgid "If you want to be really helpful, write an entry for the ChangeLog."
9903 #. type: Content of: <html><body><div><ul><li>
9904 #: orig-docs/Documentation.html:4692
9906 "The DBG extension (<a href=\"http://dd.cron.ru/dbg/\">PHP Debugger DBG</a>) "
9907 "is now supported by phpMyAdmin for developers to better debug and profile "
9911 #. type: Content of: <html><body><div><ul><li>
9912 #: orig-docs/Documentation.html:4695
9914 "Please see the <a href=\"#cfg_DBG\" class=\"configrule\">$cfg['DBG']*</a> "
9915 "configuration options for more information."
9918 #. type: Content of: <html><body><div><ul><li>
9919 #: orig-docs/Documentation.html:4698
9921 "This is in memoriam of the Space Shuttle Columbia (STS-107) which was lost "
9922 "during its re-entry into Earth's atmosphere and in memory of the brave men "
9923 "and women who gave their lives for the people of Earth."
9926 #. type: Content of: <html><body><div><h2>
9927 #: orig-docs/Documentation.html:4703
9931 #. type: Content of: <html><body><div><pre>
9932 #: orig-docs/Documentation.html:4706
9935 "Copyright (C) 1998-2000 Tobias Ratschiller "
9936 "<tobias_at_ratschiller.com>\n"
9937 "Copyright (C) 2001-2012 Marc Delisle <marc_at_infomarc.info>\n"
9938 " Olivier Müller <om_at_omnis.ch>\n"
9940 "<robbat2_at_users.sourceforge.net>\n"
9941 " Alexander M. Turek <me_at_derrabus.de>\n"
9942 " Michal Čihař <michal_at_cihar.com>\n"
9943 " Garvin Hicking <me_at_supergarv.de>\n"
9945 "<mkkeck_at_users.sourceforge.net>\n"
9946 " Sebastian Mendel "
9947 "<cybot_tm_at_users.sourceforge.net>\n"
9948 " [check <a href=\"#credits\">credits</a> for more "
9952 #. type: Content of: <html><body><div><p>
9953 #: orig-docs/Documentation.html:4719
9955 "This program is free software; you can redistribute it and/or modify it "
9956 "under the terms of the GNU General Public License version 2, as published by "
9957 "the Free Software Foundation."
9960 #. type: Content of: <html><body><div><p>
9961 #: orig-docs/Documentation.html:4725
9963 "This program is distributed in the hope that it will be useful, but WITHOUT "
9964 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
9965 "FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for "
9969 #. type: Content of: <html><body><div><p>
9970 #: orig-docs/Documentation.html:4732
9972 "You should have received a copy of the GNU General Public License along with "
9973 "this program; if not, write to the Free Software Foundation, Inc., 51 "
9974 "Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"
9977 #. type: Content of: <html><body><div><h2>
9978 #: orig-docs/Documentation.html:4738
9982 #. type: Content of: <html><body><div><h3>
9983 #: orig-docs/Documentation.html:4740
9984 msgid "Credits, in chronological order"
9987 #. type: Content of: <html><body><div><ul><li>
9988 #: orig-docs/Documentation.html:4744
9989 msgid "Tobias Ratschiller <tobias_at_ratschiller.com>"
9992 #. type: Content of: <html><body><div><ul><li><ul><li>
9993 #: orig-docs/Documentation.html:4746
9994 msgid "creator of the phpmyadmin project"
9997 #. type: Content of: <html><body><div><ul><li><ul><li>
9998 #: orig-docs/Documentation.html:4747
9999 msgid "maintainer from 1998 to summer 2000"
10002 #. type: Content of: <html><body><div><ul><li>
10003 #: orig-docs/Documentation.html:4750
10004 msgid "Marc Delisle <marc_at_infomarc.info>"
10007 #. type: Content of: <html><body><div><ul><li><ul><li>
10008 #: orig-docs/Documentation.html:4752
10009 msgid "multi-language version in December 1998"
10012 #. type: Content of: <html><body><div><ul><li><ul><li>
10013 #: orig-docs/Documentation.html:4753
10014 msgid "various fixes and improvements"
10017 #. type: Content of: <html><body><div><ul><li><ul><li>
10018 #: orig-docs/Documentation.html:4754
10019 msgid "<abbr title=\"structured query language\">SQL</abbr> analyser (most of it)"
10022 #. type: Content of: <html><body><div><ul><li><ul><li>
10023 #: orig-docs/Documentation.html:4755
10024 msgid "current project maintainer"
10027 #. type: Content of: <html><body><div><ul><li>
10028 #: orig-docs/Documentation.html:4758
10029 msgid "Olivier Müller <om_at_omnis.ch>"
10032 #. type: Content of: <html><body><div><ul><li><ul><li>
10033 #: orig-docs/Documentation.html:4760
10034 msgid "started SourceForge phpMyAdmin project in March 2001"
10037 #. type: Content of: <html><body><div><ul><li><ul><li>
10038 #: orig-docs/Documentation.html:4761
10039 msgid "sync'ed different existing CVS trees with new features and bugfixes"
10042 #. type: Content of: <html><body><div><ul><li><ul><li>
10043 #: orig-docs/Documentation.html:4762
10044 msgid "multi-language improvements, dynamic language selection"
10047 #. type: Content of: <html><body><div><ul><li><ul><li>
10048 #: orig-docs/Documentation.html:4763 orig-docs/Documentation.html:4772 orig-docs/Documentation.html:4783 orig-docs/Documentation.html:4910
10049 msgid "many bugfixes and improvements"
10052 #. type: Content of: <html><body><div><ul><li>
10053 #: orig-docs/Documentation.html:4766
10054 msgid "Loïc Chapeaux <lolo_at_phpheaven.net>"
10057 #. type: Content of: <html><body><div><ul><li><ul><li>
10058 #: orig-docs/Documentation.html:4768
10059 msgid "rewrote and optimized javascript, DHTML and DOM stuff"
10062 #. type: Content of: <html><body><div><ul><li><ul><li>
10063 #: orig-docs/Documentation.html:4769
10065 "rewrote the scripts so they fit the <abbr title=\"PHP Extension and "
10066 "Application Repository\">PEAR</abbr> coding standards and generate XHTML1.0 "
10067 "and CSS2 compliant codes"
10070 #. type: Content of: <html><body><div><ul><li><ul><li>
10071 #: orig-docs/Documentation.html:4771
10072 msgid "improved the language detection system"
10075 #. type: Content of: <html><body><div><ul><li>
10076 #: orig-docs/Documentation.html:4775
10077 msgid "Robin Johnson <robbat2_at_users.sourceforge.net>"
10080 #. type: Content of: <html><body><div><ul><li><ul><li>
10081 #: orig-docs/Documentation.html:4777
10082 msgid "database maintenance controls"
10085 #. type: Content of: <html><body><div><ul><li><ul><li>
10086 #: orig-docs/Documentation.html:4778
10087 msgid "table type code"
10090 #. type: Content of: <html><body><div><ul><li><ul><li>
10091 #: orig-docs/Documentation.html:4779
10092 msgid "Host authentication <abbr title=\"Internet Protocol\">IP</abbr> Allow/Deny"
10095 #. type: Content of: <html><body><div><ul><li><ul><li>
10096 #: orig-docs/Documentation.html:4780
10097 msgid "DB-based configuration (Not completed)"
10100 #. type: Content of: <html><body><div><ul><li><ul><li>
10101 #: orig-docs/Documentation.html:4781
10103 "<abbr title=\"structured query language\">SQL</abbr> parser and "
10107 #. type: Content of: <html><body><div><ul><li><ul><li>
10108 #: orig-docs/Documentation.html:4782
10109 msgid "<abbr title=\"structured query language\">SQL</abbr> validator"
10112 #. type: Content of: <html><body><div><ul><li>
10113 #: orig-docs/Documentation.html:4786
10114 msgid "Armel Fauveau <armel.fauveau_at_globalis-ms.com>"
10117 #. type: Content of: <html><body><div><ul><li><ul><li>
10118 #: orig-docs/Documentation.html:4788
10119 msgid "bookmarks feature"
10122 #. type: Content of: <html><body><div><ul><li><ul><li>
10123 #: orig-docs/Documentation.html:4789
10124 msgid "multiple dump feature"
10127 #. type: Content of: <html><body><div><ul><li><ul><li>
10128 #: orig-docs/Documentation.html:4790
10129 msgid "gzip dump feature"
10132 #. type: Content of: <html><body><div><ul><li><ul><li>
10133 #: orig-docs/Documentation.html:4791
10134 msgid "zip dump feature"
10137 #. type: Content of: <html><body><div><ul><li>
10138 #: orig-docs/Documentation.html:4794
10139 msgid "Geert Lund <glund_at_silversoft.dk>"
10142 #. type: Content of: <html><body><div><ul><li><ul><li>
10143 #: orig-docs/Documentation.html:4796
10144 msgid "various fixes"
10147 #. type: Content of: <html><body><div><ul><li><ul><li>
10148 #: orig-docs/Documentation.html:4797
10149 msgid "moderator of the phpMyAdmin former users forum at phpwizard.net"
10152 #. type: Content of: <html><body><div><ul><li>
10153 #: orig-docs/Documentation.html:4800
10154 msgid "Korakot Chaovavanich <korakot_at_iname.com>"
10157 #. type: Content of: <html><body><div><ul><li><ul><li>
10158 #: orig-docs/Documentation.html:4802
10159 msgid ""insert as new row" feature"
10162 #. type: Content of: <html><body><div><ul><li>
10163 #: orig-docs/Documentation.html:4805
10164 msgid "Pete Kelly <webmaster_at_trafficg.com>"
10167 #. type: Content of: <html><body><div><ul><li><ul><li>
10168 #: orig-docs/Documentation.html:4807
10169 msgid "rewrote and fix dump code"
10172 #. type: Content of: <html><body><div><ul><li><ul><li>
10173 #: orig-docs/Documentation.html:4808 orig-docs/Documentation.html:4815 orig-docs/Documentation.html:4821
10177 #. type: Content of: <html><body><div><ul><li>
10178 #: orig-docs/Documentation.html:4811
10179 msgid "Steve Alberty <alberty_at_neptunlabs.de>"
10182 #. type: Content of: <html><body><div><ul><li><ul><li>
10183 #: orig-docs/Documentation.html:4813
10184 msgid "rewrote dump code for PHP4"
10187 #. type: Content of: <html><body><div><ul><li><ul><li>
10188 #: orig-docs/Documentation.html:4814
10189 msgid "mySQL table statistics"
10192 #. type: Content of: <html><body><div><ul><li>
10193 #: orig-docs/Documentation.html:4818
10194 msgid "Benjamin Gandon <gandon_at_isia.cma.fr>"
10197 #. type: Content of: <html><body><div><ul><li><ul><li>
10198 #: orig-docs/Documentation.html:4820
10199 msgid "main author of the version 2.1.0.1"
10202 #. type: Content of: <html><body><div><ul><li>
10203 #: orig-docs/Documentation.html:4824
10204 msgid "Alexander M. Turek <me_at_derrabus.de>"
10207 #. type: Content of: <html><body><div><ul><li><ul><li>
10208 #: orig-docs/Documentation.html:4826
10209 msgid "MySQL 4.0 / 4.1 / 5.0 compatibility"
10212 #. type: Content of: <html><body><div><ul><li><ul><li>
10213 #: orig-docs/Documentation.html:4827
10214 msgid "abstract database interface (PMA_DBI) with MySQLi support"
10217 #. type: Content of: <html><body><div><ul><li><ul><li>
10218 #: orig-docs/Documentation.html:4828
10219 msgid "privileges administration"
10222 #. type: Content of: <html><body><div><ul><li><ul><li>
10223 #: orig-docs/Documentation.html:4829
10224 msgid "<abbr title=\"Extensible Markup Language\">XML</abbr> exports"
10227 #. type: Content of: <html><body><div><ul><li><ul><li>
10228 #: orig-docs/Documentation.html:4830 orig-docs/Documentation.html:4846
10229 msgid "various features and fixes"
10232 #. type: Content of: <html><body><div><ul><li><ul><li>
10233 #: orig-docs/Documentation.html:4831
10234 msgid "German language file updates"
10237 #. type: Content of: <html><body><div><ul><li>
10238 #: orig-docs/Documentation.html:4834
10239 msgid "Mike Beck <mike.beck_at_web.de>"
10242 #. type: Content of: <html><body><div><ul><li><ul><li>
10243 #: orig-docs/Documentation.html:4836
10244 msgid "automatic joins in QBE"
10247 #. type: Content of: <html><body><div><ul><li><ul><li>
10248 #: orig-docs/Documentation.html:4837
10249 msgid "links column in printview"
10252 #. type: Content of: <html><body><div><ul><li><ul><li>
10253 #: orig-docs/Documentation.html:4838
10254 msgid "Relation view"
10257 #. type: Content of: <html><body><div><ul><li>
10258 #: orig-docs/Documentation.html:4841
10259 msgid "Michal Čihař <michal_at_cihar.com>"
10262 #. type: Content of: <html><body><div><ul><li><ul><li>
10263 #: orig-docs/Documentation.html:4843
10264 msgid "enhanced index creation/display feature"
10267 #. type: Content of: <html><body><div><ul><li><ul><li>
10268 #: orig-docs/Documentation.html:4844
10269 msgid "feature to use a different charset for HTML than for MySQL"
10272 #. type: Content of: <html><body><div><ul><li><ul><li>
10273 #: orig-docs/Documentation.html:4845
10274 msgid "improvements of export feature"
10277 #. type: Content of: <html><body><div><ul><li><ul><li>
10278 #: orig-docs/Documentation.html:4847
10279 msgid "Czech language file updates"
10282 #. type: Content of: <html><body><div><ul><li>
10283 #: orig-docs/Documentation.html:4850
10285 "Christophe Gesché from the "MySQL Form Generator for "
10286 "PHPMyAdmin" (http://sf.net/projects/phpmysqlformgen/)"
10289 #. type: Content of: <html><body><div><ul><li><ul><li>
10290 #: orig-docs/Documentation.html:4853
10291 msgid "suggested the patch for multiple table printviews"
10294 #. type: Content of: <html><body><div><ul><li>
10295 #: orig-docs/Documentation.html:4856
10296 msgid "Garvin Hicking <me_at_supergarv.de>"
10299 #. type: Content of: <html><body><div><ul><li><ul><li>
10300 #: orig-docs/Documentation.html:4858
10301 msgid "built the patch for vertical display of table rows"
10304 #. type: Content of: <html><body><div><ul><li><ul><li>
10305 #: orig-docs/Documentation.html:4859
10307 "built the Javascript based Query window + <abbr title=\"structured query "
10308 "language\">SQL</abbr> history"
10311 #. type: Content of: <html><body><div><ul><li><ul><li>
10312 #: orig-docs/Documentation.html:4860
10313 msgid "Improvement of column/db comments"
10316 #. type: Content of: <html><body><div><ul><li><ul><li>
10317 #: orig-docs/Documentation.html:4861
10318 msgid "(MIME)-Transformations for columns"
10321 #. type: Content of: <html><body><div><ul><li><ul><li>
10322 #: orig-docs/Documentation.html:4862
10323 msgid "Use custom alias names for Databases in left frame"
10326 #. type: Content of: <html><body><div><ul><li><ul><li>
10327 #: orig-docs/Documentation.html:4863
10328 msgid "hierarchical/nested table display"
10331 #. type: Content of: <html><body><div><ul><li><ul><li>
10332 #: orig-docs/Documentation.html:4864
10334 "<abbr title=\"Portable Document Format\">PDF</abbr>-scratchboard for "
10335 "WYSIWYG-distribution of <abbr title=\"Portable Document Format\">PDF</abbr> "
10339 #. type: Content of: <html><body><div><ul><li><ul><li>
10340 #: orig-docs/Documentation.html:4865
10341 msgid "new icon sets"
10344 #. type: Content of: <html><body><div><ul><li><ul><li>
10345 #: orig-docs/Documentation.html:4866
10346 msgid "vertical display of column properties page"
10349 #. type: Content of: <html><body><div><ul><li><ul><li>
10350 #: orig-docs/Documentation.html:4867
10351 msgid "some bugfixes, features, support, German language additions"
10354 #. type: Content of: <html><body><div><ul><li>
10355 #: orig-docs/Documentation.html:4870
10356 msgid "Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>"
10359 #. type: Content of: <html><body><div><ul><li><ul><li>
10360 #: orig-docs/Documentation.html:4872
10361 msgid "japanese kanji encoding conversion feature"
10364 #. type: Content of: <html><body><div><ul><li>
10365 #: orig-docs/Documentation.html:4875
10366 msgid "Piotr Roszatycki <d3xter_at_users.sourceforge.net> and Dan Wilson"
10369 #. type: Content of: <html><body><div><ul><li><ul><li>
10370 #: orig-docs/Documentation.html:4877
10371 msgid "the Cookie authentication mode"
10374 #. type: Content of: <html><body><div><ul><li>
10375 #: orig-docs/Documentation.html:4880
10376 msgid "Axel Sander <n8falke_at_users.sourceforge.net>"
10379 #. type: Content of: <html><body><div><ul><li><ul><li>
10380 #: orig-docs/Documentation.html:4882
10381 msgid "table relation-links feature"
10384 #. type: Content of: <html><body><div><ul><li>
10385 #: orig-docs/Documentation.html:4885
10386 msgid "Maxime Delorme <delorme.maxime_at_free.fr>"
10389 #. type: Content of: <html><body><div><ul><li><ul><li>
10390 #: orig-docs/Documentation.html:4887
10392 "<abbr title=\"Portable Document Format\">PDF</abbr> schema output, thanks "
10393 "also to Olivier Plathey for the "FPDF" library (see <a "
10394 "href=\"http://www.fpdf.org/\">http://www.fpdf.org/</a>) and Steven Wittens "
10395 "for the "UFPDF" library (see <a "
10396 "href=\"http://www.acko.net/node/56\">http://www.acko.net/node/56</a>)."
10399 #. type: Content of: <html><body><div><ul><li>
10400 #: orig-docs/Documentation.html:4892
10401 msgid "Olof Edlund <olof.edlund_at_upright.se>"
10404 #. type: Content of: <html><body><div><ul><li><ul><li>
10405 #: orig-docs/Documentation.html:4894
10406 msgid "<abbr title=\"structured query language\">SQL</abbr> validator server"
10409 #. type: Content of: <html><body><div><ul><li>
10410 #: orig-docs/Documentation.html:4897
10411 msgid "Ivan R. Lanin <ivanlanin_at_users.sourceforge.net>"
10414 #. type: Content of: <html><body><div><ul><li><ul><li>
10415 #: orig-docs/Documentation.html:4899
10416 msgid "phpMyAdmin logo (until June 2004)"
10419 #. type: Content of: <html><body><div><ul><li>
10420 #: orig-docs/Documentation.html:4902
10421 msgid "Mike Cochrane <mike_at_graftonhall.co.nz>"
10424 #. type: Content of: <html><body><div><ul><li><ul><li>
10425 #: orig-docs/Documentation.html:4904
10426 msgid "blowfish library from the Horde project"
10429 #. type: Content of: <html><body><div><ul><li>
10430 #: orig-docs/Documentation.html:4907
10431 msgid "Marcel Tschopp <ne0x_at_users.sourceforge.net>"
10434 #. type: Content of: <html><body><div><ul><li><ul><li>
10435 #: orig-docs/Documentation.html:4909
10436 msgid "mysqli support"
10439 #. type: Content of: <html><body><div><ul><li>
10440 #: orig-docs/Documentation.html:4913
10441 msgid "Nicola Asuni (Tecnick.com)"
10444 #. type: Content of: <html><body><div><ul><li><ul><li>
10445 #: orig-docs/Documentation.html:4915
10446 msgid "TCPDF library (<a href=\"http://www.tcpdf.org\">http://www.tcpdf.org</a>)"
10449 #. type: Content of: <html><body><div><ul><li>
10450 #: orig-docs/Documentation.html:4919
10451 msgid "Michael Keck <mkkeck_at_users.sourceforge.net>"
10454 #. type: Content of: <html><body><div><ul><li><ul><li>
10455 #: orig-docs/Documentation.html:4921
10456 msgid "redesign for 2.6.0"
10459 #. type: Content of: <html><body><div><ul><li><ul><li>
10460 #: orig-docs/Documentation.html:4922
10461 msgid "phpMyAdmin sailboat logo (June 2004)"
10464 #. type: Content of: <html><body><div><ul><li>
10465 #: orig-docs/Documentation.html:4925
10466 msgid "Mathias Landhäußer"
10469 #. type: Content of: <html><body><div><ul><li><ul><li>
10470 #: orig-docs/Documentation.html:4927
10471 msgid "Representation at conferences"
10474 #. type: Content of: <html><body><div><ul><li>
10475 #: orig-docs/Documentation.html:4930
10476 msgid "Sebastian Mendel <cybot_tm_at_users.sourceforge.net>"
10479 #. type: Content of: <html><body><div><ul><li><ul><li>
10480 #: orig-docs/Documentation.html:4932
10481 msgid "interface improvements"
10484 #. type: Content of: <html><body><div><ul><li><ul><li>
10485 #: orig-docs/Documentation.html:4933
10486 msgid "various bugfixes"
10489 #. type: Content of: <html><body><div><ul><li>
10490 #: orig-docs/Documentation.html:4936
10491 msgid "Ivan A Kirillov"
10494 #. type: Content of: <html><body><div><ul><li><ul><li>
10495 #: orig-docs/Documentation.html:4938
10496 msgid "new relations Designer"
10499 #. type: Content of: <html><body><div><ul><li>
10500 #: orig-docs/Documentation.html:4941
10501 msgid "Raj Kissu Rajandran (Google Summer of Code 2008)"
10504 #. type: Content of: <html><body><div><ul><li><ul><li>
10505 #: orig-docs/Documentation.html:4943
10506 msgid "BLOBstreaming support"
10509 #. type: Content of: <html><body><div><ul><li>
10510 #: orig-docs/Documentation.html:4946
10511 msgid "Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011)"
10514 #. type: Content of: <html><body><div><ul><li><ul><li>
10515 #: orig-docs/Documentation.html:4948
10516 msgid "improved setup script"
10519 #. type: Content of: <html><body><div><ul><li><ul><li>
10520 #: orig-docs/Documentation.html:4949
10521 msgid "user preferences"
10524 #. type: Content of: <html><body><div><ul><li><ul><li>
10525 #: orig-docs/Documentation.html:4950
10526 msgid "Drizzle support"
10529 #. type: Content of: <html><body><div><ul><li>
10530 #: orig-docs/Documentation.html:4953
10531 msgid "Derek Schaefer (Google Summer of Code 2009)"
10534 #. type: Content of: <html><body><div><ul><li><ul><li>
10535 #: orig-docs/Documentation.html:4955
10536 msgid "Improved the import system"
10539 #. type: Content of: <html><body><div><ul><li>
10540 #: orig-docs/Documentation.html:4958
10541 msgid "Alexander Rutkowski (Google Summer of Code 2009)"
10544 #. type: Content of: <html><body><div><ul><li><ul><li>
10545 #: orig-docs/Documentation.html:4960
10546 msgid "Tracking mechanism"
10549 #. type: Content of: <html><body><div><ul><li>
10550 #: orig-docs/Documentation.html:4963
10551 msgid "Zahra Naeem (Google Summer of Code 2009)"
10554 #. type: Content of: <html><body><div><ul><li><ul><li>
10555 #: orig-docs/Documentation.html:4965
10556 msgid "Synchronization feature"
10559 #. type: Content of: <html><body><div><ul><li>
10560 #: orig-docs/Documentation.html:4968
10561 msgid "Tomáš Srnka (Google Summer of Code 2009)"
10564 #. type: Content of: <html><body><div><ul><li><ul><li>
10565 #: orig-docs/Documentation.html:4970
10566 msgid "Replication support"
10569 #. type: Content of: <html><body><div><ul><li>
10570 #: orig-docs/Documentation.html:4973
10571 msgid "Muhammad Adnan (Google Summer of Code 2010)"
10574 #. type: Content of: <html><body><div><ul><li><ul><li>
10575 #: orig-docs/Documentation.html:4975
10576 msgid "Relation schema export to multiple formats"
10579 #. type: Content of: <html><body><div><ul><li>
10580 #: orig-docs/Documentation.html:4978
10581 msgid "Lori Lee (Google Summer of Code 2010)"
10584 #. type: Content of: <html><body><div><ul><li><ul><li>
10585 #: orig-docs/Documentation.html:4980
10586 msgid "User interface improvements"
10589 #. type: Content of: <html><body><div><ul><li><ul><li>
10590 #: orig-docs/Documentation.html:4981
10591 msgid "ENUM/SET editor"
10594 #. type: Content of: <html><body><div><ul><li><ul><li>
10595 #: orig-docs/Documentation.html:4982
10596 msgid "Simplified interface for export/import"
10599 #. type: Content of: <html><body><div><ul><li>
10600 #: orig-docs/Documentation.html:4985
10601 msgid "Ninad Pundalik (Google Summer of Code 2010)"
10604 #. type: Content of: <html><body><div><ul><li><ul><li>
10605 #: orig-docs/Documentation.html:4987
10606 msgid "AJAXifying the interface"
10609 #. type: Content of: <html><body><div><ul><li>
10610 #: orig-docs/Documentation.html:4990
10611 msgid "Martynas Mickevičius (Google Summer of Code 2010)"
10614 #. type: Content of: <html><body><div><ul><li><ul><li>
10615 #: orig-docs/Documentation.html:4992
10619 #. type: Content of: <html><body><div><ul><li>
10620 #: orig-docs/Documentation.html:4995
10621 msgid "Barrie Leslie"
10624 #. type: Content of: <html><body><div><ul><li><ul><li>
10625 #: orig-docs/Documentation.html:4997
10626 msgid "BLOBstreaming support with PBMS PHP extension"
10629 #. type: Content of: <html><body><div><ul><li>
10630 #: orig-docs/Documentation.html:5000
10631 msgid "Ankit Gupta (Google Summer of Code 2010)"
10634 #. type: Content of: <html><body><div><ul><li><ul><li>
10635 #: orig-docs/Documentation.html:5002
10636 msgid "Visual query builder"
10639 #. type: Content of: <html><body><div><ul><li>
10640 #: orig-docs/Documentation.html:5005
10641 msgid "Rouslan Placella (Google Summer of Code 2011)"
10644 #. type: Content of: <html><body><div><ul><li><ul><li>
10645 #: orig-docs/Documentation.html:5007
10646 msgid "Improved support for Stored Routines, Triggers and Events"
10649 #. type: Content of: <html><body><div><ul><li><ul><li>
10650 #: orig-docs/Documentation.html:5008
10651 msgid "Italian translation updates"
10654 #. type: Content of: <html><body><div><p>
10655 #: orig-docs/Documentation.html:5014
10657 "And also to the following people who have contributed minor changes, "
10658 "enhancements, bugfixes or support for a new language since version 2.1.0:"
10661 #. type: Content of: <html><body><div><p>
10662 #: orig-docs/Documentation.html:5019
10664 "Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, "
10665 "Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats "
10666 "Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, "
10667 "Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, Andreas "
10668 "Pauley, Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval Sarna, "
10669 "www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, Peter Svec, "
10670 "Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, Luís V., Martijn "
10671 "W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay, Ignacio "
10672 "Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham, Vilius "
10673 "Zigmantas, "Manuzhai"."
10676 #. type: Content of: <html><body><div><h3>
10677 #: orig-docs/Documentation.html:5032
10678 msgid "Original Credits of Version 2.1.0"
10681 #. type: Content of: <html><body><div><p>
10682 #: orig-docs/Documentation.html:5035
10684 "This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea "
10685 "to create a web-based interface to MySQL using PHP3. Although I have not "
10686 "used any of his source-code, there are some concepts I've borrowed from "
10687 "him. phpMyAdmin was created because Peter told me he wasn't going to further "
10688 "develop his (great) tool."
10691 #. type: Content of: <html><body><div><p>
10692 #: orig-docs/Documentation.html:5042
10693 msgid "Thanks go to"
10696 #. type: Content of: <html><body><div><ul><li>
10697 #: orig-docs/Documentation.html:5045
10699 "Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the code "
10700 "for the check when dropping a table or database. He also suggested that you "
10701 "should be able to specify the primary key on tbl_create.php3. To version "
10702 "1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as a "
10703 "bug-report. Plus many smaller improvements."
10706 #. type: Content of: <html><body><div><ul><li>
10707 #: orig-docs/Documentation.html:5051
10709 "Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that "
10710 "were introduced in 1.3.0 (including quite significant ones like the "
10711 "authentication). For 1.4.1 he enhanced the table-dump feature. Plus "
10712 "bug-fixes and help."
10715 #. type: Content of: <html><body><div><ul><li>
10716 #: orig-docs/Documentation.html:5056
10718 "Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin "
10719 "language-independent by outsourcing the strings to a separate file. He also "
10720 "contributed the French translation."
10723 #. type: Content of: <html><body><div><ul><li>
10724 #: orig-docs/Documentation.html:5060
10726 "Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed "
10727 "tbl_select.php3, a feature to display only some columns from a table."
10730 #. type: Content of: <html><body><div><ul><li>
10731 #: orig-docs/Documentation.html:5063
10733 "Chris Jackson <chrisj_at_ctel.net> added support for MySQL functions "
10734 "in tbl_change.php3. He also added the "Query by Example" feature "
10738 #. type: Content of: <html><body><div><ul><li>
10739 #: orig-docs/Documentation.html:5067
10741 "Dave Walton <walton_at_nordicdms.com> added support for multiple "
10742 "servers and is a regular contributor for bug-fixes."
10745 #. type: Content of: <html><body><div><ul><li>
10746 #: orig-docs/Documentation.html:5070
10748 "Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access "
10749 "features for 2.0.6."
10752 #. type: Content of: <html><body><div><p>
10753 #: orig-docs/Documentation.html:5075
10755 "The following people have contributed minor changes, enhancements, bugfixes "
10756 "or support for a new language:"
10759 #. type: Content of: <html><body><div><p>
10760 #: orig-docs/Documentation.html:5079
10762 "Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, "
10763 "Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha "
10764 "Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns, "
10768 #. type: Content of: <html><body><div><p>
10769 #: orig-docs/Documentation.html:5085
10771 "And thanks to everyone else who sent me email with suggestions, bug-reports "
10772 "and or just some feedback."
10775 #. type: Content of: <html><body><div><h2>
10776 #: orig-docs/Documentation.html:5089
10780 #. type: Content of: <html><body><div><p>
10781 #: orig-docs/Documentation.html:5091
10782 msgid "From Wikipedia, the free encyclopedia"
10785 #. type: Content of: <html><body><div><ul><li>
10786 #: orig-docs/Documentation.html:5094
10788 "<a href=\"http://www.wikipedia.org/wiki/.htaccess\">.htaccess</a> - the "
10789 "default name of Apache's directory-level configuration file."
10792 #. type: Content of: <html><body><div><ul><li>
10793 #: orig-docs/Documentation.html:5096
10795 "<a href=\"http://www.wikipedia.org/wiki/Blowfish_%28cipher%29\">Blowfish</a> "
10796 "- a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier."
10799 #. type: Content of: <html><body><div><ul><li>
10800 #: orig-docs/Documentation.html:5098
10802 "<a href=\"http://en.wikipedia.org/wiki/Web_browser\">Browser (Web "
10803 "Browser)</a> - a software application that enables a user to display and "
10804 "interact with text, images, and other information typically located on a web "
10805 "page at a website on the World Wide Web."
10808 #. type: Content of: <html><body><div><ul><li>
10809 #: orig-docs/Documentation.html:5102
10811 "<a href=\"http://www.wikipedia.org/wiki/Bzip2\">bzip2</a> - a free "
10812 "software/open source data compression algorithm and program developed by "
10816 #. type: Content of: <html><body><div><ul><li>
10817 #: orig-docs/Documentation.html:5105
10819 "<a href=\"http://www.wikipedia.org/wiki/CGI\">CGI (Common Gateway "
10820 "Interface)</a> - an important World Wide Web technology that enables a "
10821 "client web browser to request data from a program executed on the Web "
10825 #. type: Content of: <html><body><div><ul><li>
10826 #: orig-docs/Documentation.html:5108
10828 "<a href=\"http://www.wikipedia.org/wiki/Changelog\">Changelog</a> - a log or "
10829 "record of changes made to a project."
10832 #. type: Content of: <html><body><div><ul><li>
10833 #: orig-docs/Documentation.html:5110
10835 "<a href=\"http://www.wikipedia.org/wiki/Client_%28computing%29\">Client</a> "
10836 "- a computer system that accesses a (remote) service on another computer by "
10837 "some kind of network."
10840 #. type: Content of: <html><body><div><ul><li>
10841 #: orig-docs/Documentation.html:5113
10843 "<a href=\"http://www.wikipedia.org/wiki/Column_%28database%29\">column</a> - "
10844 "a set of data values of a particular simple type, one for each row of the "
10848 #. type: Content of: <html><body><div><ul><li>
10849 #: orig-docs/Documentation.html:5116
10851 "<a href=\"http://www.wikipedia.org/wiki/HTTP_cookie\">Cookie</a> - a packet "
10852 "of information sent by a server to a World Wide Web browser and then sent "
10853 "back by the browser each time it accesses that server."
10856 #. type: Content of: <html><body><div><ul><li>
10857 #: orig-docs/Documentation.html:5119
10859 "<a href=\"http://www.wikipedia.org/wiki/Comma-separated_values\">CSV</a> - "
10860 "Comma-separated values"
10863 #. type: Content of: <html><body><div><ul><li>
10864 #: orig-docs/Documentation.html:5121
10865 msgid "DB - look at <a href=\"#database\">Database</a>."
10868 #. type: Content of: <html><body><div><ul><li>
10869 #: orig-docs/Documentation.html:5122
10871 "<a id=\"database\" "
10872 "href=\"http://www.wikipedia.org/wiki/Database\">database</a> - an organized "
10873 "collection of data."
10876 #. type: Content of: <html><body><div><ul><li>
10877 #: orig-docs/Documentation.html:5124
10878 msgid "Engine - look at <a href=\"#glossar_storage_engine\">Storage Engines</a>."
10881 #. type: Content of: <html><body><div><ul><li>
10882 #: orig-docs/Documentation.html:5125
10884 "<a href=\"http://www.wikipedia.org/wiki/extension\">extension</a> - a PHP "
10885 "module that extends PHP with additional functionality."
10888 #. type: Content of: <html><body><div><ul><li>
10889 #: orig-docs/Documentation.html:5127
10891 "<a href=\"http://www.wikipedia.org/wiki/FAQ\">FAQ (Frequently Asked "
10892 "Questions)</a> - a list of commonly asked question and there answers."
10895 #. type: Content of: <html><body><div><ul><li>
10896 #: orig-docs/Documentation.html:5129
10899 "href=\"http://www.wikipedia.org/wiki/Field_%28computer_science%29\">Field</a> "
10900 "- one part of divided data/columns."
10903 #. type: Content of: <html><body><div><ul><li>
10904 #: orig-docs/Documentation.html:5131
10906 "<a href=\"http://www.wikipedia.org/wiki/Foreign_key\">foreign key</a> - a "
10907 "column or group of columns in a database row that point to a key column or "
10908 "group of columns forming a key of another database row in some (usually "
10909 "different) table."
10912 #. type: Content of: <html><body><div><ul><li>
10913 #: orig-docs/Documentation.html:5135
10914 msgid "<a href=\"http://www.fpdf.org/\">FPDF (FreePDF)</a> - the free PDF library"
10917 #. type: Content of: <html><body><div><ul><li>
10918 #: orig-docs/Documentation.html:5137
10920 "<a id=\"gd\" href=\"http://www.wikipedia.org/wiki/GD_Graphics_Library\"> GD "
10921 "Graphics Library</a> - a library by Thomas Boutell and others for "
10922 "dynamically manipulating images."
10925 #. type: Content of: <html><body><div><ul><li>
10926 #: orig-docs/Documentation.html:5140
10927 msgid "GD2 - look at <a href=\"#gd\">GD Graphics Library</a>."
10930 #. type: Content of: <html><body><div><ul><li>
10931 #: orig-docs/Documentation.html:5141
10933 "<a href=\"http://www.wikipedia.org/wiki/Gzip\">gzip</a> - gzip is short for "
10934 "GNU zip, a GNU free software file compression program."
10937 #. type: Content of: <html><body><div><ul><li>
10938 #: orig-docs/Documentation.html:5144
10940 "<a href=\"http://www.wikipedia.org/wiki/Host\">host</a> - any machine "
10941 "connected to a computer network, a node that has a hostname."
10944 #. type: Content of: <html><body><div><ul><li>
10945 #: orig-docs/Documentation.html:5146
10947 "<a href=\"http://www.wikipedia.org/wiki/Hostname\">hostname</a> - the unique "
10948 "name by which a network attached device is known on a network."
10951 #. type: Content of: <html><body><div><ul><li>
10952 #: orig-docs/Documentation.html:5148
10954 "<a href=\"http://www.wikipedia.org/wiki/HyperText_Transfer_Protocol\">HTTP "
10955 "(HyperText Transfer Protocol)</a> - the primary method used to transfer or "
10956 "convey information on the World Wide Web."
10959 #. type: Content of: <html><body><div><ul><li>
10960 #: orig-docs/Documentation.html:5152
10962 "<a href=\"http://www.wikipedia.org/wiki/Https:_URI_scheme\">https</a> - a "
10963 "<abbr title=\"HyperText Transfer Protocol\">HTTP</abbr>-connection with "
10964 "additional security measures."
10967 #. type: Content of: <html><body><div><ul><li>
10968 #: orig-docs/Documentation.html:5155
10970 "<a href=\"http://www.wikipedia.org/wiki/Internet_Information_Services\">IIS "
10971 "(Internet Information Services)</a> - a set of Internet-based services for "
10972 "servers using Microsoft Windows."
10975 #. type: Content of: <html><body><div><ul><li>
10976 #: orig-docs/Documentation.html:5157
10978 "<a id=\"glossar_index\" "
10979 "href=\"http://www.wikipedia.org/wiki/Index_%28database%29\">Index</a> - a "
10980 "feature that allows quick access to the rows in a table."
10983 #. type: Content of: <html><body><div><ul><li>
10984 #: orig-docs/Documentation.html:5159
10986 "<a href=\"http://www.wikipedia.org/wiki/Internet_Protocol\">IP (Internet "
10987 "Protocol)</a> - a data-oriented protocol used by source and destination "
10988 "hosts for communicating data across a packet-switched internetwork."
10991 #. type: Content of: <html><body><div><ul><li>
10992 #: orig-docs/Documentation.html:5162
10994 "<a href=\"http://www.wikipedia.org/wiki/IP_Address\">IP Address</a> - a "
10995 "unique number that devices use in order to identify and communicate with "
10996 "each other on a network utilizing the Internet Protocol standard."
10999 #. type: Content of: <html><body><div><ul><li>
11000 #: orig-docs/Documentation.html:5165
11002 "<a href=\"http://www.wikipedia.org/wiki/ISAPI\">ISAPI (Internet Server "
11003 "Application Programming Interface)</a> - the API of Internet Information "
11007 #. type: Content of: <html><body><div><ul><li>
11008 #: orig-docs/Documentation.html:5168
11010 "<a href=\"http://www.wikipedia.org/wiki/ISP\">ISP (Internet service "
11011 "provider)</a> - a business or organization that offers users access to the "
11012 "Internet and related services."
11015 #. type: Content of: <html><body><div><ul><li>
11016 #: orig-docs/Documentation.html:5170
11018 "<a id=\"jpeg\" href=\"http://www.wikipedia.org/wiki/JPEG\">JPEG</a> - a most "
11019 "commonly used standard method of lossy compression for photographic images."
11022 #. type: Content of: <html><body><div><ul><li>
11023 #: orig-docs/Documentation.html:5173
11024 msgid "JPG - look at <a href=\"#jpeg\">JPEG</a>."
11027 #. type: Content of: <html><body><div><ul><li>
11028 #: orig-docs/Documentation.html:5174
11029 msgid "Key - look at <a href=\"#glossar_index\">index</a>."
11032 #. type: Content of: <html><body><div><ul><li>
11033 #: orig-docs/Documentation.html:5175
11036 "href=\"http://www.wikipedia.org/wiki/LaTeX\">L<sup>A</sup>T<sub><big>E</big></sub>X</a> "
11037 "- a document preparation system for the T<sub>E</sub>X typesetting program."
11040 #. type: Content of: <html><body><div><ul><li>
11041 #: orig-docs/Documentation.html:5177
11043 "<a href=\"http://www.wikipedia.org/wiki/Mac\">Mac (Apple Macintosh)</a> - "
11044 "line of personal computers is designed, developed, manufactured, and "
11045 "marketed by Apple Computer."
11048 #. type: Content of: <html><body><div><ul><li>
11049 #: orig-docs/Documentation.html:5180
11051 "<a id=\"glossar_mac_os_x\" "
11052 "href=\"http://www.wikipedia.org/wiki/Mac_OS_X\"><acronym title=\"Apple "
11053 "Macintosh\">Mac</acronym> <abbr title=\"operating system\">OS</abbr> X</a> - "
11054 "the operating system which is included with all currently shipping Apple "
11055 "Macintosh computers in the consumer and professional markets."
11058 #. type: Content of: <html><body><div><ul><li>
11059 #: orig-docs/Documentation.html:5183
11061 "<a href=\"http://www.wikipedia.org/wiki/MCrypt\">MCrypt</a> - a "
11062 "cryptographic library."
11065 #. type: Content of: <html><body><div><ul><li>
11066 #: orig-docs/Documentation.html:5185
11067 msgid "<a href=\"http://php.net/mcrypt\">mcrypt</a> - the MCrypt PHP extension."
11070 #. type: Content of: <html><body><div><ul><li>
11071 #: orig-docs/Documentation.html:5187
11073 "<a href=\"http://www.wikipedia.org/wiki/MIME\">MIME (Multipurpose Internet "
11074 "Mail Extensions)</a> - an Internet Standard for the format of e-mail."
11077 #. type: Content of: <html><body><div><ul><li>
11078 #: orig-docs/Documentation.html:5189
11080 "<a href=\"http://www.wikipedia.org/wiki/module\">module</a> - some sort of "
11081 "extension for the Apache Webserver."
11084 #. type: Content of: <html><body><div><ul><li>
11085 #: orig-docs/Documentation.html:5191
11087 "<a href=\"http://www.wikipedia.org/wiki/MySQL\">MySQL</a> - a multithreaded, "
11088 "multi-user, SQL (Structured Query Language) Database Management System "
11092 #. type: Content of: <html><body><div><ul><li>
11093 #: orig-docs/Documentation.html:5194
11095 "<a href=\"http://php.net/mysqli\">mysqli</a> - the improved MySQL client PHP "
11099 #. type: Content of: <html><body><div><ul><li>
11100 #: orig-docs/Documentation.html:5196
11101 msgid "<a href=\"http://php.net/mysql\">mysql</a> - the MySQL client PHP extension."
11104 #. type: Content of: <html><body><div><ul><li>
11105 #: orig-docs/Documentation.html:5198
11107 "<a href=\"http://www.wikipedia.org/wiki/OpenDocument\">OpenDocument</a> - "
11108 "open standard for office documents."
11111 #. type: Content of: <html><body><div><ul><li>
11112 #: orig-docs/Documentation.html:5200
11114 "<a href=\"http://www.wikipedia.org/wiki/OS_X\"><abbr title=\"operating "
11115 "system\">OS</abbr> X</a> - look at <a href=\"#glossar_mac_os_x\"><acronym "
11116 "title=\"Apple Macintosh\">Mac</acronym> <abbr title=\"operating "
11117 "system\">OS</abbr> X</a>."
11120 #. type: Content of: <html><body><div><ul><li>
11121 #: orig-docs/Documentation.html:5202
11123 "<a href=\"http://www.wikipedia.org/wiki/Portable_Document_Format\">PDF "
11124 "(Portable Document Format)</a> - a file format developed by Adobe Systems "
11125 "for representing two dimensional documents in a device independent and "
11126 "resolution independent format."
11129 #. type: Content of: <html><body><div><ul><li>
11130 #: orig-docs/Documentation.html:5207
11132 "<a href=\"http://pear.php.net/\">PEAR</a> - the PHP Extension and "
11133 "Application Repository."
11136 #. type: Content of: <html><body><div><ul><li>
11137 #: orig-docs/Documentation.html:5209
11139 "<a href=\"http://php.net/pcre\">PCRE (Perl Compatible Regular "
11140 "Expressions)</a> - the perl-compatible regular expression functions for PHP"
11143 #. type: Content of: <html><body><div><ul><li>
11144 #: orig-docs/Documentation.html:5211
11146 "<a href=\"http://www.wikipedia.org/wiki/PHP\">PHP</a> - short for \"PHP: "
11147 "Hypertext Preprocessor\", is an open-source, reflective programming language "
11148 "used mainly for developing server-side applications and dynamic web content, "
11149 "and more recently, a broader range of software applications."
11152 #. type: Content of: <html><body><div><ul><li>
11153 #: orig-docs/Documentation.html:5216
11155 "<a href=\"http://www.wikipedia.org/wiki/Port_%28computing%29\">port</a> - a "
11156 "connection through which data is sent and received."
11159 #. type: Content of: <html><body><div><ul><li>
11160 #: orig-docs/Documentation.html:5218
11162 "<a href=\"http://www.wikipedia.org/wiki/Request_for_Comments\">RFC</a> - "
11163 "Request for Comments (RFC) documents are a series of memoranda encompassing "
11164 "new research, innovations, and methodologies applicable to Internet "
11168 #. type: Content of: <html><body><div><ul><li>
11169 #: orig-docs/Documentation.html:5222
11171 "<a href=\"http://www.ietf.org/rfc/rfc1952.txt\">RFC 1952</a> - GZIP file "
11172 "format specification version 4.3"
11175 #. type: Content of: <html><body><div><ul><li>
11176 #: orig-docs/Documentation.html:5224
11178 "<a href=\"http://www.wikipedia.org/wiki/Row_%28database%29\">Row (record, "
11179 "tuple)</a> - represents a single, implicitly structured data item in a "
11183 #. type: Content of: <html><body><div><ul><li>
11184 #: orig-docs/Documentation.html:5226
11186 "<a href=\"http://www.wikipedia.org/wiki/Server_%28computing%29\">Server</a> "
11187 "- a computer system that provides services to other computing systems over a "
11191 #. type: Content of: <html><body><div><ul><li>
11192 #: orig-docs/Documentation.html:5229
11194 "<a id=\"glossar_storage_engine\" "
11195 "href=\"http://dev.mysql.com/doc/en/storage-engines.html\">Storage "
11196 "Engines</a> - handlers for different table types"
11199 #. type: Content of: <html><body><div><ul><li>
11200 #: orig-docs/Documentation.html:5231
11202 "<a href=\"http://www.wikipedia.org/wiki/Socket#Computer_sockets\">socket</a> "
11203 "- a form of inter-process communication."
11206 #. type: Content of: <html><body><div><ul><li>
11207 #: orig-docs/Documentation.html:5233
11209 "<a href=\"http://www.wikipedia.org/wiki/Secure_Sockets_Layer\">SSL (Secure "
11210 "Sockets Layer)</a> - a cryptographic protocol which provides secure "
11211 "communication on the Internet."
11214 #. type: Content of: <html><body><div><ul><li>
11215 #: orig-docs/Documentation.html:5236
11217 "<a href=\"http://en.wikipedia.org/wiki/Stored_procedure\">Stored "
11218 "procedure</a> - a subroutine available to applications accessing a "
11219 "relational database system"
11222 #. type: Content of: <html><body><div><ul><li>
11223 #: orig-docs/Documentation.html:5238
11225 "<a href=\"http://www.wikipedia.org/wiki/SQL\">SQL</a> - Structured Query "
11229 #. type: Content of: <html><body><div><ul><li>
11230 #: orig-docs/Documentation.html:5240
11232 "<a href=\"http://www.wikipedia.org/wiki/Table_%28database%29\">table</a> - a "
11233 "set of data elements (cells) that is organized, defined and stored as "
11234 "horizontal rows and vertical columns where each item can be uniquely "
11235 "identified by a label or key or by it?s position in relation to other items."
11238 #. type: Content of: <html><body><div><ul><li>
11239 #: orig-docs/Documentation.html:5244
11243 #. type: Content of: <html><body><div><ul><li>
11244 #: orig-docs/Documentation.html:5245
11246 "<a href=\"http://www.wikipedia.org/wiki/Tar_%28file_format%29\">tar</a> - a "
11247 "type of archive file format: the Tape ARchive format."
11250 #. type: Content of: <html><body><div><ul><li>
11251 #: orig-docs/Documentation.html:5247
11253 "<a href=\"http://www.wikipedia.org/wiki/TCP\">TCP (Transmission Control "
11254 "Protocol)</a> - one of the core protocols of the Internet protocol suite."
11257 #. type: Content of: <html><body><div><ul><li>
11258 #: orig-docs/Documentation.html:5249
11260 "<a href=\"http://en.wikipedia.org/wiki/Database_trigger\">trigger</a> - a "
11261 "procedural code that is automatically executed in response to certain events "
11262 "on a particular table or view in a database"
11265 #. type: Content of: <html><body><div><ul><li>
11266 #: orig-docs/Documentation.html:5252
11268 "<a href=\"http://www.acko.net/node/56\">UFPDF</a> - Unicode/UTF-8 extension "
11272 #. type: Content of: <html><body><div><ul><li>
11273 #: orig-docs/Documentation.html:5254
11275 "<a href=\"http://www.wikipedia.org/wiki/URL\">URL (Uniform Resource "
11276 "Locator)</a> - a sequence of characters, conforming to a standardized "
11277 "format, that is used for referring to resources, such as documents and "
11278 "images on the Internet, by their location."
11281 #. type: Content of: <html><body><div><ul><li>
11282 #: orig-docs/Documentation.html:5258
11284 "<a href=\"http://www.wikipedia.org/wiki/Webserver\">Webserver</a> - A "
11285 "computer (program) that is responsible for accepting HTTP requests from "
11286 "clients and serving them Web pages."
11289 #. type: Content of: <html><body><div><ul><li>
11290 #: orig-docs/Documentation.html:5261
11292 "<a href=\"http://www.wikipedia.org/wiki/XML\">XML (Extensible Markup "
11293 "Language)</a> - a W3C-recommended general-purpose markup language for "
11294 "creating special-purpose markup languages, capable of describing many "
11295 "different kinds of data."
11298 #. type: Content of: <html><body><div><ul><li>
11299 #: orig-docs/Documentation.html:5265
11301 "<a href=\"http://www.wikipedia.org/wiki/ZIP_%28file_format%29\">ZIP</a> - a "
11302 "popular data compression and archival format."
11305 #. type: Content of: <html><body><div><ul><li>
11306 #: orig-docs/Documentation.html:5267
11308 "<a href=\"http://www.wikipedia.org/wiki/Zlib\">zlib</a> - an open-source, "
11309 "cross-platform data compression library by Jean-loup Gailly and Mark Adler."
11312 #. type: Content of: <html><body><ul><li>
11313 #: orig-docs/Documentation.html:5274
11315 "Copyright © 2003 - 2010 <a "
11316 "href=\"http://www.phpmyadmin.net/home_page/team.php\">phpMyAdmin devel "
11320 #. type: Content of: <html><body><ul><li>
11321 #: orig-docs/Documentation.html:5275
11322 msgid "<a href=\"LICENSE\">License</a>"
11325 #. type: Content of: <html><body><ul><li>
11326 #: orig-docs/Documentation.html:5276
11327 msgid "<a href=\"http://www.phpmyadmin.net/home_page/donate.php\">Donate</a>"
11330 #. type: Content of: <html><body><ul><li>
11331 #: orig-docs/Documentation.html:5277
11333 "Valid <a href=\"http://validator.w3.org/check/referer\">HTML</a> and <a "
11334 "href=\"http://jigsaw.w3.org/css-validator/check/referer\">CSS</a>"
11337 #. type: Content of: <html><body><h1>
11338 #: output/es/index-full-template.html:7 output/es/index-full-template.html:10
11339 msgid "phpMyAdmin Spanish Documentation"
11342 #. type: Content of: <html><body><p>
11343 #: output/es/index-full-template.html:11
11344 msgid "Documents translated to Spanish:"
11347 #. type: Content of: <html><body><ul><li>
11348 #: output/es/index-full-template.html:13
11349 msgid "<a href=\"INSTALL\">INSTALL</a>"
11352 #. type: Content of: <html><body><ul><li>
11353 #: output/es/index-full-template.html:14
11354 msgid "<a href=\"TODO\">TODO</a>"
11357 #. type: Content of: <html><body><ul><li>
11358 #: output/es/index-full-template.html:15
11359 msgid "<a href=\"README\">README</a>"
11362 #. type: Content of: <html><body><ul><li>
11363 #: output/es/index-full-template.html:16
11364 msgid "<a href=\"Documentation.html\">Main documentation</a>"
11367 #. type: Content of: <p>
11368 #: addendum/head.html:2
11370 "This is translated version of a <a "
11371 "href=\"http://www.phpmyadmin.net/documentation/\">phpMyAdmin "
11372 "documentation</a>. You can contribute to it on our <a "
11373 "href=\"https://l10n.cihar.com/projects/pmadoc/\">translation server</a>."
11376 #. type: Content of: <p>
11377 #: addendum/credits.html:2
11379 "This translation was brought to you by various translators on <a "
11380 "href=\"https://l10n.cihar.com/projects/pmadoc/\">translation "
11381 "server</a>. They should have written their names here."