Added a note about Opera 7.
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
||||
* common.lib.php3: Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks
|
||||
to Charles Bailey (charles_bailey).
|
||||
* ldi_check.php3: Backslahes should be escaped.
|
||||
* Documentation.html: Added a note about Opera 7.
|
||||
|
||||
2003-02-04 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* Documentation.*: Added information about binary checbox when uploading
|
||||
|
@@ -1680,18 +1680,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
[1.17] Does phpMyAdmin support MySQL 4
|
||||
[1.17] Does phpMyAdmin support MySQL 4.1
|
||||
</h4>
|
||||
<p>
|
||||
MySQL 4 is not yet fully supported by phpMyAdmin.<br />
|
||||
Because of MySQL 4's backwards compatibility you can use phpMyAdmin
|
||||
for administering MySQL 4 servers, but phpMyAdmin does not yet
|
||||
support its new features. Please notice that in this case it is recommended
|
||||
to use php >= 4.1 since older versions of php are not
|
||||
compatible to MySQL 4.<br />
|
||||
Furthermore, several users reported problems with phpMyAdmin related to
|
||||
bugs in MySQL 4. <span class="important">MySQL 4 is still a beta
|
||||
release and should be used for test purposes only!</span>
|
||||
Because of a major change in the definition syntax of string field types,
|
||||
this version of phpMyAdmin probably won't work correctly with
|
||||
MySQL >= 4.1.0! We will work on the support as soon as
|
||||
@@ -2227,6 +2218,15 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
This is a bug in Internet Explorer, other browsers do not behave this way.
|
||||
</p>
|
||||
|
||||
<h4>
|
||||
[5.14] With Opera 7.00, I am not able to delete characters once I typed them
|
||||
into the SQL query text box.
|
||||
</h4>
|
||||
<p>
|
||||
This is a bug in Opera 7. For now, we can only recommend either to switch
|
||||
off JavaScript (e.g. by pressing F12) or to downgrade to version 6.05.
|
||||
</p>
|
||||
|
||||
<a name="faqusing"></a><br />
|
||||
<h3>[6. Using phpMyAdmin]</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user