From 609d3e66a1fe428b48d82803e0f5b479790975e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Quick Install:
+ $cfgServerDefault to any one of them to autoconnect to that
+ server when phpMyAdmin is started, or set it to 0 to be given a list of
+ servers without logging in.
If you have only one server configured, $cfgServerDefault MUST
be set to that server.
- I get an 'open_basedir restriction' while uploading a file from the
- query box.
+ I get an 'open_basedir restriction' while uploading a file from the
+ query box.
Since version 2.2.4, phpMyAdmin supports servers with open_basedir
- restrictions. Assuming that the restriction allows you to open files
- in the current directory ('.'), all you have to do is create a 'tmp'
- directory under the phpMyAdmin install directory, with permissions 777
- and the same owner as the owner of your phpMyAdmin directory. The
- uploaded files will be moved there, and after execution of your SQL
- commands, removed.
+ restrictions. Assuming that the restriction allows you to open files in the
+ current directory ('.'), all you have to do is create a 'tmp' directory
+ under the phpMyAdmin install directory, with permissions 777 and the same
+ owner as the owner of your phpMyAdmin directory. The uploaded files will
+ be moved there, and after execution of your SQL commands, removed.
- I have lost my MySQL root password, what can I do?
+ I have lost my MySQL root password, what can I do?
- The MySql manual explains how to
+ The MySql manual explains how to
reset the permissions.
- In Internet Explorer 5.0, I get Javascript errors when browsing
- my rows.
+ In Internet Explorer 5.0, I get Javascript errors when browsing my
+ rows.
Upgrade to at least Internet Explorer 5.5SP2.
- In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a
- table with many fields.
+ In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a table
+ with many fields.
- Your table does not have a primary key, so we must use a long URL to
+ Your table does not have a primary key, so we must use a long URL to
identify this row. There is a limit on the lenght of the URL in those
browsers, and this not happen in Netscape, for example. The workaround
is to create a primary key, or use another browser.
@@ -1227,8 +1226,8 @@
- With Mozilla 0.9.7 I have problems sending a query modified in
- the query box.
+ With Mozilla 0.9.7 I have problems sending a query modified in the query
+ box.
Looks like a Mozilla bug: 0.9.6 was ok. We will keep an eye on future
Mozilla versions.
@@ -1253,7 +1252,7 @@
When I create a table, I click the Index checkbox for 2 fields and
- phpMyAdmin generates only one index with those 2 fields.
+ phpMyAdmin generates only one index with those 2 fields.
In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields
index. If you want two indexes, create the first one when creating the
@@ -1265,8 +1264,8 @@
How can I insert a null value into my table?
Since version 2.2.3, you have a checkbox for each field that can be null.
- Before 2.2.3, you had to enter "null", without the quotes,
- as the field's value.
+ Before 2.2.3, you had to enter "null", without the quotes, as the
+ field's value.