★ wanayoo — archive 1999 http://phpwizard.net/phpMyAdmin/Nouvelle recherche | Portail wanayoo
  [Logo]phpWizard.net - Building Dynamic Websites
  HOME
  PROJECTS
    phpAds
    phpEasyMail
    phpMyAdmin
    PostgresAdmin
    phpIRC
    phpPolls
  TIPS & TUTORIALS
    phpTidbits
    phpTips
    phpMisc
  HELPERS
    Hover
    Validator
  RESOURCES
    Link Directory
    Books
  ABOUT
    About Me
    Contact

phpMyAdmin 2.0.3

Overview

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:
  • create and drop databases
  • create, copy, drop and alter tables
  • 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 values
  • administer multiple servers and single databases

News

[08/15/1999]: phpMyAdmin version 2.0.3 has been released!
This is mostly a maintenance release fixing some bugs, but there are two small new features:

  • It should be much easier for ISP to set up a central copy of phpMyAdmin for their users now as phpMyAdmin displays only those databases a user has actually the permissions to access (if using $adv_auth).
  • phpMyAdmin is the only graphical client to have support for MySQL 3.23's table comments :-).

CVS

Development of phpMyAdmin is done using CVS. You can check out the current tree over the web. Anonymous read-only access is available, use the following commands to check out the current copy:
cvs -d :pserver:anon@phpwizard.net:/usr/local/cvsroot login
(password phpMyAdmin)
cvs -d :pserver:anon@phpwizard.net:/usr/local/cvsroot checkout phpMyAdmin

Mailing List

There's an announcement mailing-list for phpMyAdmin. On this list I'll inform you about new releases and bugfixes. It won't clutter your mailbox though :-).
Feel free to subscribe by sending an email with "subscribe" in the body to phpMyAdmin-announce- request@htmlwizard.net.

Online-Demo

You can now test phpMyAdmin through an online-demo. Feel free to play around, you can't break much (just don't drop the database please).

Download

Download phpMyAdmin 2.0.3 [zip]

© 1998-1999 Tobias Ratschiller