This project is a fork of the phpmyadmin.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/phpmyadmin.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerak4u2009@gmail.com
last changeMon, 17 Jun 2013 14:23:12 +0000 (17 07:23 -0700)
content tags
add:
README
phpMyAdmin - Readme
===================

Version 4.1-dev

A set of PHP-scripts to manage MySQL over the web.

http://www.phpmyadmin.net/

Copyright
---------

Copyright (C) 1998-2000
    Tobias Ratschiller <tobias_at_ratschiller.com>

Copyright (C) 2001-2013
    Marc Delisle <marc_at_infomarc.info>
    Olivier Müller <om_at_omnis.ch>
    Robin Johnson <robbat2_at_users.sourceforge.net>
    Alexander M. Turek <me_at_derrabus.de>
    Michal Čihař <michal_at_cihar.com>
    Garvin Hicking <me_at_supergarv.de>
    Michael Keck <mkkeck_at_users.sourceforge.net>
    Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
    [check documentation for more details]

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Requirements
------------

* PHP 5.2 or later
* MySQL 5.0 or later
* a web-browser (doh!)

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, please see the documentation in the doc folder.

Download
--------

You can get the newest version at http://www.phpmyadmin.net/.

More Information
----------------

Please see the documentation in the doc folder.

Support
-------

See reference about support forums under http://www.phpmyadmin.net/


Enjoy!
------

The phpMyAdmin Devel team


PS:

Please, don't send us emails with question like "How do I compile PHP with
MySQL-support". We just don't have the time to be your free help desk.

Please send your questions to the appropriate mailing lists / forums.  Before
contacting us, please read the documentation (especially the FAQ part).
shortlog
2013-06-17 Marc DelisleMerge pull request #431 from xmujay/0609_monitormaster
2013-06-17 Michal ČihařMerge remote-tracking branch 'origin/QA_4_0'
2013-06-17 Ádám Papp-KusterTranslated using Weblate (Hungarian)
2013-06-17 Michal ČihařTranslated using Weblate (Bosnian)
2013-06-17 xmujay1. using a better function name 2. fix code style issue...
2013-06-17 xmujayMerge branch 'master' of https://github.com/phpmyadmin...
2013-06-17 Dieter Adriaenssenscorrectly indent parameter documentation
2013-06-17 Dieter Adriaenssensfix indenting
2013-06-17 Dieter Adriaenssensfix coding style : closing parenthesis and brace of...
2013-06-17 Dieter Adriaenssensuse 'include' not 'require' to include files conditionally
2013-06-17 Marc DelisleDead code
2013-06-17 Marc DelisleDirectly use the POST parameter
2013-06-17 Michal ČihařMerge pull request #432 from madhuracj/fixTests
2013-06-17 Michal ČihařMerge pull request #429 from adamgsoc2013/UT_transform2
2013-06-17 Michal ČihařTranslated using Weblate (Bosnian)
2013-06-17 Madhura JayaratneFix failing tests related to charset conversion
...
heads
10 years ago master