Changeset 3243


Ignore:
Timestamp:
08/31/10 21:09:07 (18 months ago)
Author:
ShadowJumper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/tools/pma/Documentation.html

    r3214 r3243  
    1111    <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> 
    1212    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    13     <title>phpMyAdmin 3.3.5.1 - Documentation</title> 
     13    <title>phpMyAdmin 3.3.6 - Documentation</title> 
    1414    <link rel="stylesheet" type="text/css" href="docs.css" /> 
    1515</head> 
     
    1919    <h1> 
    2020        <a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a> 
    21         3.3.5.1 
     21        3.3.6  
    2222        Documentation 
    2323    </h1> 
     
    370370 
    371371<p> If you have upgraded your MySQL server from a version previous to 4.1.2 to 
    372     version 4.1.2 or newer and if you use the pmadb/linked table infrastructure, 
     372    version 5.x or newer and if you use the pmadb/linked table infrastructure, 
    373373    you should run the SQL script found in 
    374374    <tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>.</p> 
     
    381381        them to play around with others.<br /> 
    382382        Nevertheless be aware that MS Internet Explorer seems to be really buggy 
    383         about cookies, at least till version 6, and PHP 4.1.1 is also a bit buggy 
    384         in this area!<br /> 
     383        about cookies, at least till version 6.<br /> 
    385384        Even in a <b>single-user environment</b>, you might prefer to use 
    386385        <abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie mode so 
     
    836835        <pre>$cfg['Servers'][$i]['hide_db'] = '^a';</pre> 
    837836        and to hide both &#34;db1&#34; and &#34;db2&#34; use <br /> 
    838         <pre>$cfg['Servers'][$i]['hide_db'] = '(db1|db2)';</pre> 
     837        <pre>$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';</pre> 
    839838        More information on regular expressions can be found in the 
    840839        <a href="http://php.net/manual/en/reference.pcre.pattern.syntax.php"> 
     
    25742573 
    25752574<h4 id="faq1_1"> 
    2576     <a href="#faq1_1">1.1 I'm running PHP 4+ and my server is crashing each time a specific 
     2575    <a href="#faq1_1">1.1 My server is crashing each time a specific 
    25772576    action is required or phpMyAdmin sends a blank page or a page full of 
    25782577    cryptic characters to my browser, what can I do?</a></h4> 
    25792578 
    2580 <p> There are some known PHP bugs with output buffering and compression.<br /> 
    2581     Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGzip']</a> 
     2579<p> Try to set the <a href="#cfg_OBGzip" class="configrule">$cfg['OBGzip']</a> 
    25822580    directive to <tt>FALSE</tt> in your <i>config.inc.php</i> file and the 
    25832581    <tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php 
    2584     configuration file.<br /> 
    2585     Furthermore, we know about such problems connected to the release 
    2586     candidates of PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with 
    2587     MS Internet Explorer. Please upgrade to the release version PHP 4.2.0.</p> 
     2582    configuration file.<br /></p> 
    25882583 
    25892584<h4 id="faq1_2"> 
     
    25982593 
    25992594<h4 id="faq1_3"> 
    2600     <a href="#faq1_3">1.3 I'm running phpMyAdmin with "cookie" authentication 
    2601     mode under PHP 4.2.0 or 4.2.1 loaded as an Apache 2 module but can't enter the 
    2602     script: I'm always displayed the login screen.</a></h4> 
    2603  
    2604 <p> This is a known PHP bug (see this 
    2605     <a href="http://bugs.php.net/bug.php?id=16626">bug report</a>) from the 
    2606     official PHP bug database. It means there is and won't be any phpMyAdmin 
    2607     fix against it because there is no way to code a fix.</p> 
     2595    <a href="#faq1_3">1.3 (withdrawn).</a></h4> 
    26082596 
    26092597<h4 id="faq1_4"> 
     
    26482636<p> These features are based on the <tt>gzencode()</tt> and <tt>bzcompress()</tt> 
    26492637    PHP functions to be more independent of the platform (Unix/Windows, Safe Mode 
    2650     or not, and so on). So, you must have PHP4&nbsp;&gt;=&nbsp;4.0.4 and Zlib/Bzip2 
    2651     support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /> 
    2652     We faced PHP crashes when trying to download a dump with MS Internet 
    2653     Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In 
    2654     this case you should switch to the release version of PHP 4.2.0.</p> 
     2638    or not, and so on). So, you must have Zlib/Bzip2 
     2639    support (<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br /></p> 
    26552640 
    26562641<h4 id="faq1_8"> 
     
    28212806 
    28222807<h4 id="faq1_18"> 
    2823     <a href="#faq1_18">1.18 I'm running MySQL&nbsp;&lt;=&nbsp;4.0.1 having 
    2824     <tt>lower_case_table_names</tt> set to 1. If I create a new table with a 
    2825     capital letter in its name it is changed to lowercase as it should. But 
    2826     if I try to DROP this table MySQL is unable to find the corresponding 
    2827     file.</a></h4> 
    2828  
    2829 <p> This is a bug of MySQL&nbsp;&lt;=&nbsp;4.0.1. Please upgrade to at least 
    2830     MySQL&nbsp;4.0.2 or turn off your <tt>lower_case_table_names</tt> 
    2831     directive.</p> 
     2808    <a href="#faq1_18">1.18 (withdrawn). 
    28322809 
    28332810<h4 id="faq1_19"> 
     
    28852862 
    28862863<h4 id="faq1_24"> 
    2887     <a href="#faq1_24">1.24 Some characters are being truncated in my queries, or I 
    2888     get characters randomly added. I am running PHP 4.2.3.</a></h4> 
    2889  
    2890 <p> This is a <a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 bug</a>. 
    2891     </p> 
     2864    <a href="#faq1_24">1.24 (withdrawn).</a></h4> 
    28922865 
    28932866<h4 id="faq1_25"> 
     
    37033676<p> 
    37043677    MS Internet Explorer seems to be really buggy about cookies, at least till 
    3705     version 6. And thanks to Andrew Zivolup we've traced also a PHP 4.1.1 bug 
    3706     in this area! 
    3707     <br /> 
    3708     Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may 
    3709     work! 
     3678    version 6. 
    37103679</p> 
    37113680 
     
    42234192 
    42244193<h4 id="faq6_20"> 
    4225     <a href="#faq6_20">6.20 In MySQL 4, I see a lot of databases which are not mine, and cannot 
     4194    <a href="#faq6_20">6.20 I see a lot of databases which are not mine, and cannot 
    42264195    access them. 
    42274196</a></h4> 
    42284197 
    4229 <p> Upgrading to MySQL 4 usually gives users those global privileges: CREATE 
     4198<p> You have one of these global privileges: CREATE 
    42304199    TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also 
    42314200    enable users to see all the database names. 
Note: See TracChangeset for help on using the changeset viewer.