summaryrefslogtreecommitdiffstats
path: root/devel/phpmyadmin/DETAILS
blob: 18936e343558fe98bf0acba55732d8ca4a026016 (plain) (blame)
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
36
37
38
39
40
           SPELL=phpmyadmin
         VERSION=3.3.10
  SECURITY_PATCH=17
     SOURCE_HASH=sha512:896b5382f9d04bf76d7a647a1b976489229fb6241930288e6cc74aa459b74d2793eac6b36ce267bd593952f0f2dddf6bb946c1372789d363ff00cdee31e798bb
          SOURCE=phpMyAdmin-$VERSION-all-languages.tar.bz2
#     SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/phpMyAdmin-$VERSION-all-languages
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
        WEB_SITE=http://www.phpmyadmin.net/
         ENTERED=20030120
      LICENSE[0]=GPL
        KEYWORDS="mysql devel"
           SHORT="PHP/Web-based MySQL server/database management tool"
cat << EOF
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 database.  It's up to you to
look up the appropriate part in the MySQL manual.  Currently phpMyAdmin can:

  *  create and drop databases
  *  create, copy, drop, rename and alter tables
  *  do table maintenance
  *  delete, edit and add fields
  *  execute any SQL-statement, even batch-queries
  *  manage keys on fields
  *  load text files into tables
  *  create (*) and read dumps of tables
  *  export (*) data to CSV, XML and Latex formats
  *  administer multiple servers
  *  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 

(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps and
CSV exports if you use PHP4 >= 4.0.4 with Zlib support (--with-zlib) and/or
Bzip2 support (--with-bz2).
EOF