From 540cd447a3f8b8e324daf9ccd2ec8112687a690f Mon Sep 17 00:00:00 2001
From: Marc Delisle The MySQL manual explains how to
-
+
reset the permissions. Since phpMyAdmin 3.0.x, only MySQL 5.0.1 and newer are supported. For
- older MySQL versions, you need to use 2.8.x branch. phpMyAdmin can
+ older MySQL versions, you need to use the latest 2.x branch. phpMyAdmin can
connect to your MySQL server using PHP's classic
MySQL extension as well as the
improved MySQL extension (MySQLi) that
@@ -2777,12 +2777,7 @@ setfacl -d -m "g:www-data:rwx" tmp
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some PHP distributions is
rather old and might cause problems
- (see FAQ 1.17a).
- If your webserver is running on a windows system, you might want to try
- MySQL's
- Connector/PHP
- instead of the MySQL / MySQLi extensions that are bundled with the official
- php Win32 builds.
@@ -2767,7 +2767,7 @@ setfacl -d -m "g:www-data:rwx" tmp
support?
Have also a look at the - + corresponding section of the MySQL documentation.
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is - structured (see - http://dev.mysql.com/doc/mysql/en/ANSI_mode.html). Most important of all, + structured (see + http://dev.mysql.com/doc/mysql/en/ansi-mode.html). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL @@ -3995,7 +3990,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal'); columns!
No, it's MySQL that is doing - silent + silent column type changing.