File: README

package info (click to toggle)
phpmyadmin 4%3A2.6.2-3sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,240 kB
  • ctags: 91,384
  • sloc: php: 115,860; sh: 557; sql: 224; perl: 4
file content (35 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
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