README 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. phpMyAdmin - Readme
  2. ===================
  3. Version 4.0.10.20
  4. A set of PHP-scripts to manage MySQL over the web.
  5. https://www.phpmyadmin.net/
  6. Copyright
  7. ---------
  8. Copyright (C) 1998-2000
  9. Tobias Ratschiller <tobias_at_ratschiller.com>
  10. Copyright (C) 2001-2014
  11. Marc Delisle <marc_at_infomarc.info>
  12. Olivier Müller <om_at_omnis.ch>
  13. Robin Johnson <robbat2_at_users.sourceforge.net>
  14. Alexander M. Turek <me_at_derrabus.de>
  15. Michal Čihař <michal_at_cihar.com>
  16. Garvin Hicking <me_at_supergarv.de>
  17. Michael Keck <mkkeck_at_users.sourceforge.net>
  18. Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
  19. [check documentation for more details]
  20. License
  21. -------
  22. This program is free software; you can redistribute it and/or modify it under
  23. the terms of the GNU General Public License version 2, as published by the
  24. Free Software Foundation.
  25. This program is distributed in the hope that it will be useful, but WITHOUT
  26. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  27. FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
  28. details.
  29. You should have received a copy of the GNU General Public License
  30. along with this program. If not, see <http://www.gnu.org/licenses/>.
  31. Requirements
  32. ------------
  33. * PHP 5.2 or later
  34. * MySQL 5.0 or later
  35. * a web-browser (doh!)
  36. Summary
  37. -------
  38. phpMyAdmin is intended to handle the administration of MySQL over the web.
  39. For a summary of features, please see the documentation in the doc folder.
  40. Download
  41. --------
  42. You can get the newest version at https://www.phpmyadmin.net/.
  43. More Information
  44. ----------------
  45. Please see the documentation in the doc folder.
  46. Support
  47. -------
  48. See reference about support forums under https://www.phpmyadmin.net/
  49. Enjoy!
  50. ------
  51. The phpMyAdmin Devel team
  52. PS:
  53. Please, don't send us emails with question like "How do I compile PHP with
  54. MySQL-support". We just don't have the time to be your free help desk.
  55. Please send your questions to the appropriate mailing lists / forums. Before
  56. contacting us, please read the documentation (especially the FAQ part).