README 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. phpMyAdmin - Readme
  2. ===================
  3. Version 4.2.7.1
  4. A set of PHP-scripts to manage MySQL over the web.
  5. http://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. Licensing of current contributions
  32. ----------------------------------
  33. Beginning on 2013-12-01, new contributions to this codebase are all licensed
  34. under terms compatible with GPLv2-or-later. phpMyAdmin is currently
  35. transitioning older code to GPLv2-or-later, but work is not yet complete.
  36. Third party licenses
  37. --------------------
  38. phpMyAdmin includes several third party libraries which come under their
  39. respective licenses.
  40. jQuery's license, which is where we got the files under js/jquery/ is
  41. (MIT|GPL), a copy of each license is available in this repository (GPL
  42. is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt).
  43. TCPDF which is located under libraries/tcpdf is released under GPL
  44. version 3 and the license is available as libraries/tcpdf/LICENSE.TXT.
  45. DejaVu fonts which are located under libraries/tcpdf/fonts/ and their
  46. license is documented in
  47. libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE.
  48. PHP-gettext which is located under libraries/php-gettext/ is released
  49. under GPL version 2 license which is available in the LICENSE file.
  50. Requirements
  51. ------------
  52. * PHP 5.3 or later
  53. * MySQL 5.0 or later
  54. * a web-browser (doh!)
  55. Summary
  56. -------
  57. phpMyAdmin is intended to handle the administration of MySQL over the web.
  58. For a summary of features, please see the documentation in the doc folder.
  59. Download
  60. --------
  61. You can get the newest version at http://www.phpmyadmin.net/.
  62. More Information
  63. ----------------
  64. Please see the documentation in the doc folder.
  65. Support
  66. -------
  67. See reference about support forums under http://www.phpmyadmin.net/
  68. Enjoy!
  69. ------
  70. The phpMyAdmin Devel team
  71. PS:
  72. Please, don't send us emails with question like "How do I compile PHP with
  73. MySQL-support". We just don't have the time to be your free help desk.
  74. Please send your questions to the appropriate mailing lists / forums. Before
  75. contacting us, please read the documentation (especially the FAQ part).