1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
phpmyadmin for Debian
---------------------
USAGE
The application will be available at http://localhost/phpmyadmin/
after install.
PROBLEM WITH COOKIES
After upgrading the phpMyAdmin with cookie based authentication you might
notice the problem with logging in. Remove the cookies from your browser
if there is no error message and you are returned to the login prompt.
CONFIGURATION
The package installs symlink into /var/www directory. You can also add
Alias /phpmyadmin /usr/share/phpmyadmin
to the /etc/phpmyadmin/apache.conf file.
SECURITY
The default configuration for Debian has enabled cookie based authentication.
You *shouldn't* put your passwords into /etc/phpmyadmin/config.inc.php file.
This file has to be readable by www-data user, so it can be readable
by anyone who can run its own CGI script!
-- Piotr Roszatycki <dexter@debian.org> Fri, 25 Jun 2004 10:44:22 +0200
|