|
|
|
@@ -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"
|
|
|
|
|