2.3.1-rc1

This commit is contained in:
Marc Delisle
2002-09-15 23:44:49 +00:00
parent 969c07bab2
commit f4dd696a59
4 changed files with 729 additions and 713 deletions

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.3.1-dev - Documentation</title>
<title>phpMyAdmin 2.3.1-rc1 - Documentation</title>
<style type="text/css">
<!--
.navigation {
@@ -74,7 +74,7 @@
<body bgcolor="#FFFFFF">
<a name="top"></a>
<h1>phpMyAdmin 2.3.1-dev Documentation</h1>
<h1>phpMyAdmin 2.3.1-rc1 Documentation</h1>
<!-- TOP MENU -->

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.3.1-dev Documentation
phpMyAdmin 2.3.1-rc1 Documentation
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
@@ -7,8 +7,8 @@
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.337 2002/09/05
12:58:16 lem9 Exp $
* Documentation version: $Id: Documentation.html,v 1.342 2002/09/15
23:43:48 lem9 Exp $
______________________________________________________________________
Top - Requirements - Introduction - Installation -
@@ -66,22 +66,26 @@ Installation
permissions on the MySQL databases properly. phpMyAdmin's "Users" page
can be used for this.
Warning for Mac users: php seems not to like Mac end of lines
character ("\r") and Stuffit unstuffs with Mac formats, of course.
Warning for Mac users:if you are on a MacOS version before OS X,
Stuffit unstuffs with Mac formats.
So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin
scripts before uploading them to your server.
scripts before uploading them to your server, as PHP seems not to like
Mac-style end of lines character ("\r").
Documentation warning: when you see in this document a .php3 file
extension, please transpose to .php if you are using a kit with files
having this extension.
Quick Install:
1. Use a distribution kit with the files having the extension (.php3
or .php) depending on the way your web/PHP server interprets those
extensions.
1. Choose and download a distribution kit with the files having the
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
webserver's document root.
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
using, for example, ftp.
3. Open the file config.inc.php3 in your favourite editor and change
the values for host, user, password and authentication mode to fit
your environment. Also insert the correct value for
@@ -1083,6 +1087,18 @@ FAQ - Frequently Asked Questions
This is most likely because in php.ini, your file_uploads parameter is
not set to "on".
[1.23] I'm running MySQL on a Win32 machine. Each time I create a new
table the table and field names are changed to lowercase!
This happens because the MySQL directive lower_case_table_names
defaults to 1 (ON) in the Win32 version of MySQL. You can change this
behavior by simply changing the directive to 0 (OFF):
Just edit you my.ini file that should be located in your Windows
directory and add the following line:
lower-case-table-names=0
Next, save the file and restart the MySQL service. You can always
check the value of this directive using the query
SHOW VARIABLES LIKE 'lower_case_table_names';
[2. Configuration]
[2.1] The error message "Warning: Cannot add header information -
@@ -1375,7 +1391,7 @@ FAQ - Frequently Asked Questions
'description');
Then test like this:
* Click on your db name in the left frame
* Choose "Query by example"
* Choose "Query"
* Use tables: persons, towns, countries
* Click "Update query"
* In the fields row, choose persons.person_name and click the "Show"

View File

@@ -12,7 +12,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.3.1-dev');
define('PMA_VERSION', '2.3.1-rc1');
}
// php version

View File

@@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.3.1-dev - Official translators</title>
<title>phpMyAdmin 2.3.1-rc1 - Official translators</title>
<style type="text/css">
<!--
body {
@@ -53,7 +53,7 @@
<body bgcolor="#FFFFFF">
<h1 align="center">phpMyAdmin 2.3.1-dev official translators list</h1>
<h1 align="center">phpMyAdmin 2.3.1-rc1 official translators list</h1>
<br />
<p>