Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2003-02-23 23:55:47 +0300
committerMarc Delisle <marc@infomarc.info>2003-02-23 23:55:47 +0300
commitcd3b3492ef2013a6672d90e3ef788994d355ac07 (patch)
treea8bb36cd9383146830a3f7b82b58fbfe275a944a
parent36fc7a4ca201e643a77633e907e2dff33dddae5d (diff)
-rw-r--r--ANNOUNCE.txt6
-rwxr-xr-xChangeLog3
-rwxr-xr-xDocumentation.html4
-rw-r--r--Documentation.txt175
-rw-r--r--libraries/defines_php.lib.php32
-rw-r--r--translators.html4
6 files changed, 99 insertions, 95 deletions
diff --git a/ANNOUNCE.txt b/ANNOUNCE.txt
index 66a3fdbefc..bd4aff8d2b 100644
--- a/ANNOUNCE.txt
+++ b/ANNOUNCE.txt
@@ -6,8 +6,8 @@
|_| |_| |___/ 2.4.0
http://phpmyadmin.net
-phpMyAdmin 2.4.0 - March 2nd, 2003
-==================================
+phpMyAdmin 2.4.0 - February 23rd, 2003
+======================================
A set of PHP-scripts to administrate MySQL over the WWW.
-----------------------------------------
@@ -217,5 +217,5 @@ Author & Copyright
-EOF -- Alexander M. Turek / 2003.03.02
+EOF -- Alexander M. Turek / 2003-02-23
diff --git a/ChangeLog b/ChangeLog
index 34cbb19590..d2ec1d124d 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-02-23 Marc Delisle <lem9@users.sourceforge.net>
+ ### 2.4.0 released
+
2003-02-23 Olivier L. Müller <om@omnis.ch>
* docs.css: highlight FAQ questions in blue -> more readble.
diff --git a/Documentation.html b/Documentation.html
index 3f495be5b4..e5cda56c62 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -8,7 +8,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>phpMyAdmin 2.4.0-rc3 - Documentation</title>
+ <title>phpMyAdmin 2.4.0 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
@@ -29,7 +29,7 @@
<hr noshade="noshade" width="100%" />
</div>
-<h1>phpMyAdmin 2.4.0-rc3 Documentation</h1>
+<h1>phpMyAdmin 2.4.0 Documentation</h1>
<!-- TOP MENU -->
diff --git a/Documentation.txt b/Documentation.txt
index fc6cbbce8c..7559fa7321 100644
--- a/Documentation.txt
+++ b/Documentation.txt
@@ -5,7 +5,7 @@
Configuration - FAQ - Developers - Credits - Translators
______________________________________________________________________
- phpMyAdmin 2.4.0-rc2 Documentation
+ phpMyAdmin 2.4.0 Documentation
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
@@ -13,8 +13,8 @@
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
- * Documentation version: $Id: Documentation.html,v 1.399 2003/02/14
- 18:15:03 lem9 Exp $
+ * Documentation version: $Id: Documentation.html,v 1.404 2003/02/23
+ 20:52:12 lem9 Exp $
Requirements
@@ -30,11 +30,12 @@ Requirements
Introduction
- phpMyAdmin can manage a whole MySQL-server (needs a super-user) but
- also a single database. To accomplish the latter you'll need a
- properly set up MySQL-user who can read/write only the desired
+ phpMyAdmin can manage a whole MySQL server (needs a super-user) as
+ well as a single database. To accomplish the latter you'll need a
+ properly set up MySQL user who can read/write only the desired
database. It's up to you to look up the appropriate part in the MySQL
- manual. Currently phpMyAdmin can:
+ manual.
+ Currently phpMyAdmin can:
* create and drop databases
* create, copy, drop, rename and alter tables
* do table maintenance
@@ -45,12 +46,13 @@ Introduction
* create (*) and read dumps of tables
* export (*) data to CSV, XML and Latex formats
* administer multiple servers
+ * manage MySQL users and privileges
* check referential integrity
* using Query-by-example (QBE), create complex queries automatically
connecting required tables
* create PDF graphics of your Database layout
* search globally in a database or a subset of it
- * communicate in 43 different languages
+ * communicate in 42 different languages
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
@@ -60,8 +62,8 @@ Installation
NOTE: phpMyAdmin does not apply any special security methods to the
MySQL database server. It is still the sysadmin's job to grant
- permissions on the MySQL databases properly. phpMyAdmin's "Users" page
- can be used for this.
+ permissions on the MySQL databases properly. phpMyAdmin's "Privileges"
+ page can be used for this.
Warning for Mac users:if you are on a MacOS version before OS X,
Stuffit unstuffs with Mac formats.
@@ -78,7 +80,7 @@ Installation
extension (.php3 or .php) depending on the way your web/PHP server
interprets those extensions.
2. Untar or unzip the distribution (be sure to unzip the
- subdirectories): tar xzvf phpMyAdmin_x.x.x.tar.gz in your
+ subdirectories): tar -xzvf phpMyAdmin_x.x.x.tar.gz in your
webserver's document root. If you don't have direct access to your
document root, put the files in a directory on your local machine,
and, after step 3, transfer the directory on your web server
@@ -958,7 +960,7 @@ FAQ - Frequently Asked Questions
[1.1] I'm running php 4+ and my server is crashing each time a specific
action is required or phpMyAdmin sends a blank page or a page full of
- cryptic characters to my browser, what can I do
+ cryptic characters to my browser, what can I do?
There are some known php bugs with output buffering and compression.
Try to set the $cfg['OBGzip'] directive to FALSE in your
@@ -969,7 +971,7 @@ FAQ - Frequently Asked Questions
with MS Internet Explorer. Please upgrade to the release version php
4.2.0.
- [1.2] My Apache server crashes when using phpMyAdmin
+ [1.2] My Apache server crashes when using phpMyAdmin.
You should first try the latest versions of Apache (and possibly
MySQL).
@@ -979,7 +981,7 @@ FAQ - Frequently Asked Questions
[1.3] I'm running phpMyAdmin with "cookie" authentication mode under PHP
4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the script:
- I'm always displayed the login screen
+ I'm always displayed the login screen.
This is a known PHP bug (see this bug report) from the official php
bug database. It means there is and won't be any phpMyAdmin fix
@@ -987,14 +989,14 @@ FAQ - Frequently Asked Questions
[1.4] Using phpMyAdmin on IIS, I'm displayed the error message: "The
specified CGI application misbehaved by not returning a complete set of
- HTTP headers...."
+ HTTP headers...".
You just forgot to read the install.txt file from the php
distribution. Have a look at the last message in this bug report from
the official php bug database.
[1.5] Using phpMyAdmin on IIS, I'm facing crashes and/or many error
- messages with the http or advanced authentication mode
+ messages with the http or advanced authentication mode.
This is a known problem with the php ISAPI filter: it's not so stable.
For some more information and complete testings see the messages
@@ -1010,7 +1012,8 @@ FAQ - Frequently Asked Questions
header_printview.inc.php3, index.php3, left.php3 and
libraries/common.lib.php3.
- [1.7] How can I GZip or Bzip a dump or a CSV export. It seems to not work
+ [1.7] How can I GZip or Bzip a dump or a CSV export. It does not seem to
+ work.
These features are based on the gzencode() and bzcompress() php
functions to be more independent of the platform (Unix/Windows, Safe
@@ -1021,7 +1024,7 @@ FAQ - Frequently Asked Questions
In this case you should switch to the release version of php 4.2.0.
[1.8] I cannot insert a text file in a table, and I get an error about safe
- mode being in effect
+ mode being in effect.
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
@@ -1037,7 +1040,7 @@ FAQ - Frequently Asked Questions
[1.9] I'm having troubles when uploading files. In general file uploads
don't work on my system and uploaded files have a Content-Type: header in
- the first line
+ the first line.
It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat
7.0 and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't
@@ -1053,7 +1056,7 @@ FAQ - Frequently Asked Questions
[1.10] I'm having troubles when uploading files with phpMyAdmin running on
a secure server. My browser is Internet Explorer and I'm using the Apache
- server
+ server.
As suggested by "Rob M" in the phpWizard forum, add this line to your
httpd.conf:
@@ -1061,7 +1064,7 @@ FAQ - Frequently Asked Questions
It seems to clear up many problems between IE and SSL.
[1.11] I get an 'open_basedir restriction' while uploading a file from the
- query box
+ query box.
Since version 2.2.4, phpMyAdmin supports servers with open_basedir
restrictions. Assuming that the restriction allows you to open files
@@ -1071,28 +1074,28 @@ FAQ - Frequently Asked Questions
uploaded files will be moved there, and after execution of your SQL
commands, removed.
- [1.12] I have lost my MySQL root password, what can I do
+ [1.12] I have lost my MySQL root password, what can I do?
The MySql manual explains how to reset the permissions.
- [1.13] I get an error 'No SQL query' when trying to execute a bookmark
+ [1.13] I get an error 'No SQL query' when trying to execute a bookmark.
If PHP does not have read/write access to its upload_tmp_dir, it
cannot access the uploaded query.
[1.14] I get an error 'No SQL query' when trying to submit a query from the
- convenient text area
+ convenient text area.
Check the post_max_size directive from your php configuration file and
try to increase it.
- [1.15] I have problems with mysql.user field names
+ [1.15] I have problems with mysql.user field names.
In older MySQL versions, the User and Password fields were named user
and password. Please modify your field names to align with current
standards.
- [1.16] I cannot upload big dump files
+ [1.16] I cannot upload big dump files.
The first things to check (or ask your host provider to check) are the
values of upload_max_filesize, memory_limit and post_max_size in the
@@ -1101,7 +1104,7 @@ FAQ - Frequently Asked Questions
submitted and handled by php. One user also said that post_max_size
and memory_limit need to be larger than upload_max_filesize.
- [1.17] Does phpMyAdmin support MySQL 4.1
+ [1.17] Does phpMyAdmin support MySQL 4.1?
Because of a major change in the definition syntax of string field
types, this version of phpMyAdmin probably won't work correctly with
@@ -1111,7 +1114,7 @@ FAQ - Frequently Asked Questions
[1.18] I'm running MySQL <= 4.0.1 having lower_case_table_names set to 1.
If I create a new table with a capital letter in its name it is changed to
lowercase as it should. But if I try to DROP this table MySQL is unable to
- find the corresponding file
+ find the corresponding file.
This is a bug of MySQL <= 4.0.1. Please upgrade to at least
MySQL 4.0.2 or turn off your lower_case_table_names directive.
@@ -1124,7 +1127,7 @@ FAQ - Frequently Asked Questions
Please refers to the FPDF manual to build these files.
[1.20] I receive the error "cannot load MySQL extension, please check PHP
- Configuration"
+ Configuration".
To connect to a MySQL server, PHP needs a set of MySQL functions
called "MySQL extension". This extension may be part of the PHP server
@@ -1135,11 +1138,11 @@ FAQ - Frequently Asked Questions
"PHP-MySQL" or something similar.
[1.21] I am running the CGI version of PHP under Unix, and I cannot login
- using cookie auth
+ using cookie auth.
In php.ini, set mysql.max_links higher than 1.
- [1.22] I don't see the "Location of text file" field, so I cannot upload
+ [1.22] I don't see the "Location of text file" field, so I cannot upload.
This is most likely because in php.ini, your file_uploads parameter is
not set to "on".
@@ -1158,12 +1161,12 @@ FAQ - Frequently Asked Questions
SHOW VARIABLES LIKE 'lower_case_table_names';
[1.24] Some characters are being truncated in my queries, or I get
- characters randomly added. I am running PHP 4.2.3
+ characters randomly added. I am running PHP 4.2.3.
This is a PHP 4.2.3 bug.
[1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP, and I get
- problems, such as undefined variables when I run a SQL query
+ problems, such as undefined variables when I run a SQL query.
A tip from Jose Fandos: put a comment on the following two lines in
httpd.conf, like this:
@@ -1181,22 +1184,31 @@ FAQ - Frequently Asked Questions
should work.
[1.27] I get empty page when I want to view huge page (eg.
- db_details_structure.php3 with plenty of dabases)
+ db_details_structure.php3 with plenty of dabases).
This is a PHP bug that occur when GZIP output buffering enabled. If
you turn off it (by $cfg['OBGzip'] = FALSE in config.inc.php3), it
should work. This bug will be fixed in PHP 5.0.0.
+ [1.28] My MySQL server sometimes refuses queries and returns the message
+ 'Errorcode: 13'. What does this mean?
+
+ This can happen due to a MySQL bug when having database / table names
+ with upper case characters although lower_case_table_names is set to
+ 1. To fix this, turn off this directive, convert all database and
+ table names to lower case and turn it on again. Alternatively, there's
+ a bugfix available starting with MySQL 3.23.56 / 4.0.11-gamma.
+
[2. Configuration]
[2.1] The error message "Warning: Cannot add header information - headers
- already sent by ..." is displayed, what's the problem
+ already sent by ..." is displayed, what's the problem?
Edit your config.inc.php or .php3 file and ensure there is nothing (ie
no blank lines, no spaces, no characters...) neither before the <?php
tag at the beginning, neither after the ?> tag at the end.
- [2.2] phpMyAdmin can't connect to MySQL. What's wrong
+ [2.2] phpMyAdmin can't connect to MySQL. What's wrong?
Either there is an error with your PHP setup or your username/password
is wrong. Try to make a small script which uses mysql_connect and see
@@ -1205,7 +1217,7 @@ FAQ - Frequently Asked Questions
[2.3] The error message "Warning: MySQL Connection Failed: Can't connect to
local MySQL server through socket '/tmp/mysql.sock' (111)..." is displayed.
- What can I do
+ What can I do?
For RedHat users, Harald Legner suggests this on the mailing list:
On my RedHat-Box the socket of mysql is /var/lib/mysql/mysql.sock. In
@@ -1232,7 +1244,7 @@ FAQ - Frequently Asked Questions
documentation.
[2.4] Nothing is displayed by my browser when I try to run phpMyAdmin, what
- can I do
+ can I do?
Try to set the $cfg['OBGZip'] directive to FALSE in the phpMyAdmin
configuration file. It helps sometime.
@@ -1242,7 +1254,7 @@ FAQ - Frequently Asked Questions
[2.5] Each time I want to insert or change a record or drop a database or a
table, an error 404 (page not found) is displayed or, with http or cookie
- authentication, I'm asked to login again. What's wrong
+ authentication, I'm asked to login again. What's wrong?
Check the value you set for the $cfg['PmaAbsoluteUri'] directive in
the phpMyAdmin configuration file.
@@ -1250,7 +1262,7 @@ FAQ - Frequently Asked Questions
[3. Known limitations]
[3.1] When using http authentication, an user who logged out can not relog
- in with the same nick
+ in with the same nick.
This is related to the authentication mechanism (protocol) used by
phpMyAdmin. We plan to change it as soon as we may find enough free
@@ -1259,7 +1271,7 @@ FAQ - Frequently Asked Questions
able to logs in again.
[3.2] When dumping a large table in compressed mode, I get a memory limit
- error or a time limit error
+ error or a time limit error.
As of version 2.2.4, we build the compressed dump in memory, so large
tables dumps may hang. The only alternative we can think about (using
@@ -1268,13 +1280,13 @@ FAQ - Frequently Asked Questions
is is limited by the system administrator, and time limit is enforced.
[3.3] With InnoDB tables, I lose foreign key relationships when I rename or
- alter a table
+ alter a table.
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep
in mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
[3.4] I am unable to import dumps I created with the mysqldump tool bundled
- with the MySQL server distribution
+ with the MySQL server distribution.
The problem is that mysqldump creates invalid comments like this:
-- MySQL dump 8.22
@@ -1295,7 +1307,7 @@ FAQ - Frequently Asked Questions
[4. ISPs, multi-user installations ]
[4.1] I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need
- to install it for each customer
+ to install it for each customer.
Since version 2.0.3, you can setup a central copy of phpMyAdmin for
all your users. The development of this feature was kindly sponsored
@@ -1304,7 +1316,7 @@ FAQ - Frequently Asked Questions
install section on "Using http authentication".
[4.2] What's the preferred way of making phpMyAdmin secure against evil
- access
+ access.
This depends on your system.
If you're running a server which cannot be accessed by other people,
@@ -1321,14 +1333,14 @@ FAQ - Frequently Asked Questions
to include your config.inc.php3 in their scripts.
[4.3] I get errors about not being able to include a file in /lang or in
- /libraries
+ /libraries.
Check php.ini, or ask your sysadmin to check it. The include_path must
contain "." somewhere in it, and open_basedir, if used, must contain
"." and "./lang" to allow normal operation of phpMyAdmin.
[4.4] phpMyAdmin always gives "Access denied" when using http
- authentication
+ authentication.
This could happen for several reasons:
* $cfg['Servers'][$i]['controluser'] and/or
@@ -1338,14 +1350,14 @@ FAQ - Frequently Asked Questions
phpMyAdmin-directory, eg. a .htaccess file. This would interfere
with phpMyAdmin's authentication, so remove it.
- [4.5] Is it possible to let users create their own databases
+ [4.5] Is it possible to let users create their own databases?
Starting with 2.2.5, in the user management page, you can enter a
wildcard database name for a user, and put the privileges you want.
For example, adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP,
INDEX, ALTER would let a user create/manage his/her database(s).
- [4.6] How can I use the Host-based authentication additions
+ [4.6] How can I use the Host-based authentication additions?
If you have existing rules from an old .htaccess file, you can take
them and add a username between the 'deny'/'allow' and 'from' strings.
@@ -1369,20 +1381,20 @@ FAQ - Frequently Asked Questions
[5. Browsers or client OS]
[5.1] I get an out of memory error, and my controls are non-functional,
- when trying to create a table with more than 14 fields
+ when trying to create a table with more than 14 fields.
We could reproduce this problem only under Win98/98SE. Testing under
WinNT4 or Win2K, we could easily create more than 60 fields.
A workaround is to create a smaller number of fields, then come back
to your table properties and add the other fields.
- [5.2] With Xitami 2.5b4, phpMyAdmin won't process form fields
+ [5.2] With Xitami 2.5b4, phpMyAdmin won't process form fields.
This is not a phpMyAdmin problem but a Xitami known bug: you'll face
it with each script/website that use forms.
Upgrade or downgrade your Xitami server.
- [5.3] I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2)
+ [5.3] I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2).
With Konqueror 2.1.1: plain dumps, zip and gzip dumps work ok, except
that the proposed file name for the dump is always 'tbl_dump.php'.
@@ -1393,7 +1405,7 @@ FAQ - Frequently Asked Questions
Testing needs to be done for Konqueror 2.2.2.
[5.4] I can't use the cookie authentication mode because Internet Explorer
- never stores the cookies
+ never stores the cookies.
MS Internet Explorer seems to be really buggy about cookies, at least
till version 6. And thanks to Andrew Zivolup we've traced also a php
@@ -1402,9 +1414,9 @@ FAQ - Frequently Asked Questions
may work!
[5.5] In Internet Explorer 5.0, I get Javascript errors when browsing my
- rows
+ rows.
- Upgrade to at least Internet Explorer 5.5SP2.
+ Upgrade to at least Internet Explorer 5.5 SP2.
[5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying to
modify a row in a table with many fields, or with a text field
@@ -1415,37 +1427,37 @@ FAQ - Frequently Asked Questions
example. The workaround is to create a primary or unique key, or use
another browser.
- [5.7] I refresh (reload) my browser, and come back to the welcome page
+ [5.7] I refresh (reload) my browser, and come back to the welcome page.
Some browsers support right-clicking into the frame you want to
refresh, just do this in the right frame.
[5.8] With Mozilla 0.9.7 I have problems sending a query modified in the
- query box
+ query box.
Looks like a Mozilla bug: 0.9.6 was ok. We will keep an eye on future
Mozilla versions.
[5.9] With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a
- whitespace in the SQL-Query edit area: the page scrolls down
+ whitespace in the SQL-Query edit area: the page scrolls down.
This is a Mozilla bug (see bug #26882 at Bugzilla).
[5.10] With Netscape 4.75 I get empty rows between each row of data in a
- CSV exported file
+ CSV exported file.
This is a known Netscape 4.75 bug: it adds some line feeds when
exporting data in octet-stream mode. Since we can't detect the
specific Netscape version, we cannot workaround this bug.
- [5.11] Extended-ASCII characters like German umlauts are displayed wrong
+ [5.11] Extended-ASCII characters like German umlauts are displayed wrong.
Please ensure that you have set your browser's charset to the one of
the language file you have selected on phpMyAdmin's start page.
Alternatively, you can try the auto detection mode that is supported
by the recent versions of the most browsers.
- [5.12] Apple OS X: Safari browser changes special characters to "?"
+ [5.12] Apple OS X: Safari browser changes special characters to "?".
This issue has been reported by a OS X user, who adds that Chimera,
Netscape and Mozilla do not have this problem.
@@ -1460,7 +1472,7 @@ FAQ - Frequently Asked Questions
[6. Using phpMyAdmin]
[6.1] I can't insert new rows into a table / I can't create a table - MySQL
- brings up a SQL-error
+ brings up a SQL-error.
Examine the SQL error with care. Often the problem is caused by
specifying a wrong field-type.
@@ -1472,20 +1484,20 @@ FAQ - Frequently Asked Questions
your syntax is correct.
[6.2] 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 table, save, then display the table properties and click
the Index link to create the other index.
- [6.3] How can I insert a null value into my table
+ [6.3] 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.
- [6.4] How can I backup my database or table
+ [6.4] How can I backup my database or table?
Click on a database or table name in the left frame, the properties
will be displayed. Then on the menu, click "Export", you can dump the
@@ -1499,7 +1511,7 @@ FAQ - Frequently Asked Questions
document.
[6.5] How can I restore (upload) my database or table using a dump? How can
- I run a ".sql" file
+ I run a ".sql" file.
Click on a database name in the left frame, the properties will be
local displayed. Then in the "Run SQL query" section, type in your
@@ -1507,7 +1519,7 @@ FAQ - Frequently Asked Questions
For additional help on this subject, look for the word "upload" in
this document.
- [6.6] How can I use the relation table in Query-by-example
+ [6.6] How can I use the relation table in Query-by-example?
Here is an example with the tables persons, towns and countries, all
located in the database mydb. If you don't have a PMA_relation table,
@@ -1556,13 +1568,13 @@ FAQ - Frequently Asked Questions
correct joins have been generated
* Click "Submit query"
- [6.7] How can I use the "display field" feature
+ [6.7] How can I use the "display field" feature?
Starting from the previous example, create the PMA_table_info as
explained in the configuration section, then browse your persons
table, and move the mouse over a town code or country code.
- [6.8] How can I produce a PDF schema of my database
+ [6.8] How can I produce a PDF schema of my database?
First you have to fill the "relation", "table_coords" and "pdf_pages"
configuration variables.
@@ -1606,7 +1618,7 @@ FAQ - Frequently Asked Questions
[6.10] My database has an underscore in it's name, and when I grant
privileges to a user for this database, a backslash is added before the
- underscore
+ underscore.
This is normal and means that the grant is done only for this
database. If there was no backslash, this would be a wildcard grant,
@@ -1616,11 +1628,11 @@ FAQ - Frequently Asked Questions
If you really want to grant using a wildcard, there is a dialog box "
Database (wildcards allowed)" for this.
- [6.11] What is the curious symbol ø in the table statistics
+ [6.11] What is the curious symbol ø in the statistics pages?
It means "average".
- [6.12] I want to understand some Export options
+ [6.12] I want to understand some Export options.
"Complete inserts" adds the column names on every INSERT command, for
better documentation (but resulting file is bigger).
@@ -1629,14 +1641,14 @@ FAQ - Frequently Asked Questions
"Enclose table and field names with backquotes" ensures that field and
table names formed with special characters are protected.
- [6.13] I would like to create a database with a dot in its name
+ [6.13] I would like to create a database with a dot in its name.
This is a bad idea, because in MySQL the syntax "database.table" is
the normal way to reference a database and table name. Worse, MySQL
will usually let you create a database with a dot, but then you cannot
work with it, nor delete it.
- [6.14] How do I set up the SQL validator
+ [6.14] How do I set up the SQL validator?
To use it, you need a very recent version of PHP, 4.3.0 recommended,
with XML, PCRE and PEAR support. On your system command line, run
@@ -1649,7 +1661,7 @@ FAQ - Frequently Asked Questions
service.
[6.15] I want to add a BLOB field and put an index on it, but MySQL says
- "BLOB column '...' used in key specification without a key length"
+ "BLOB column '...' used in key specification without a key length".
The right way to do this, is to create the field without any indexes,
then display the table structure and use the "Create an index" dialog.
@@ -1657,22 +1669,11 @@ FAQ - Frequently Asked Questions
size to the index, which is the condition to create an index on a BLOB
field.
- [6.16] How can I simply move in page with plenty editing fields
+ [6.16] How can I simply move in page with plenty editing fields?
You can use Ctrl+arrows for moving on most pages with plenty editing
fields (table structure changes, row editing, etc.).
- [6.17] Why is there checkbox called "Binary" when uplaoding file into
- database?
-
- It defines how data will be inserted into MySQL. When not checked, the
- data from file will be treated as text, if charset conversion is
- enabled (you are using utf-8 translation) charset of the text will be
- converted according to it and could possibly be displayed as part of
- update SQL after upload. When checked data will be inserted as
- hexadecimal value and so will be in database exactly as in file. In
- most cases you should keep it checked.
-
[7. phpMyAdmin project]
[7.1] I have found a bug. How do I inform developers?
diff --git a/libraries/defines_php.lib.php3 b/libraries/defines_php.lib.php3
index df2a47c682..fbd07a7b08 100644
--- a/libraries/defines_php.lib.php3
+++ b/libraries/defines_php.lib.php3
@@ -13,7 +13,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
- define('PMA_VERSION', '2.4.0-rc3');
+ define('PMA_VERSION', '2.4.0');
}
// php version
diff --git a/translators.html b/translators.html
index c931f390bc..adc80f16b9 100644
--- a/translators.html
+++ b/translators.html
@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>phpMyAdmin 2.4.0-rc3 - Official translators</title>
+ <title>phpMyAdmin 2.4.0 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
<script lanuage="javascript" type="text/javascript">
<!--
@@ -42,7 +42,7 @@
<hr noshade="noshade" width="100%" />
</div>
-<h1>phpMyAdmin 2.4.0-rc3 official translators list</h1>
+<h1>phpMyAdmin 2.4.0 official translators list</h1>
<p>
Here is the list of the so called &quot;official translators&quot; of