Support Center > Knowledgebase > phpMyAdmin > Server
-
Yes. Out of the box, you can use URLs like http://server/pathTo/phpmyadmin/index.php?db=yourdb&table=yourtbl&target=script. Table and script parts...
-
Yes. However you need to pass authentication variable to CGI using following rewrite rule:
RewriteEngine On
RewriteRule .* -...
-
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI mode under IIS 5.1.
In your php.ini file, set cgi.rfc2616_headers = 0...
-
Yes but the default configuration values of Suhosin are known to cause problems with some operations, for example editing a table with many columns...
-
Yes.
However, phpMyAdmin needs to be backwards compatible to PHP 4. This is why phpMyAdmin disables the E_STRICT error_level in...
-
These features are based on the gzencode() and bzcompress() PHP functions to be more independent of the platform (Unix/Windows, Safe Mode or not,...
-
A tip from Jose Fandos: put a comment on the following two lines in httpd.conf, like this:
# mod_gzip_item_include file \.php$
#...
-
In php.ini, set mysql.max_links higher than 1.
-
You tried to access MySQL with an old MySQL client library. The version of your MySQL client library can be checked in your phpinfo() output. In...
-
Your uploaded file is saved by PHP in the "upload dir", as defined in php.ini by the variable upload_tmp_dir (usually the system default is /tmp)....
-
Starting with version phpMyAdmin 2.7.0, the import engine has been re–written and these problems should not occur. If possible, upgrade your...
-
This is a PHP bug that occurs when gzip output buffering is enabled. If you turn it off (by $cfg['OBGzip'] = false in config.inc.php), it should...
-
There can be many explanations to this and a look at your server's error log file might give a clue.
Furthermore, Internet Explorer defaults to...
-
This problem is known to happen when the server is running Turck MMCache but upgrading MMCache to version 2.3.21 solves the problem.
-
The MySQL manual explains how to reset the permissions.
-
In older MySQL versions, the `User` and `Password` fields were named `user` and `password` (lowercase). Please modify your field names to align...
-
This is a permission problem. Right-click on the phpmyadmin folder and choose properties. Under the tab Security, click on "Add" and select the...
-
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution...
-
Yes. This problem affects phpMyAdmin ("Call to undefined function pma_reloadnavigation"), so upgrade your PHP to the next version.
-
You should first try the latest versions of Apache (and possibly MySQL). See also the FAQ 1.1 entry about PHP bugs with output buffering. If your...
-
This is a PHP 4.2.3 bug.
-
All MySQL versions from 3.23.32 till 5.0 (except for 4.1.0 and 4.1.1) are fully supported. Please note that the older your MySQL version is, the...