From e612345bfa9d5da3f4807de958297efa4233ff56 Mon Sep 17 00:00:00 2001 From: zhangyijun402 <2634360052@qq.com> Date: Mon, 16 Dec 2024 15:24:59 +0800 Subject: [PATCH] =?UTF-8?q?MySQL=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE1:phpM?= =?UTF-8?q?yAdmin.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...20\351\241\271\347\233\2561:phpMyAdmin.md" | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 "MySQL\345\274\200\346\272\220\351\241\271\347\233\2561:phpMyAdmin.md" diff --git "a/MySQL\345\274\200\346\272\220\351\241\271\347\233\2561:phpMyAdmin.md" "b/MySQL\345\274\200\346\272\220\351\241\271\347\233\2561:phpMyAdmin.md" new file mode 100644 index 0000000..3fe5319 --- /dev/null +++ "b/MySQL\345\274\200\346\272\220\351\241\271\347\233\2561:phpMyAdmin.md" @@ -0,0 +1,64 @@ +链接:https://www.phpmyadmin.net/ + + + +# Bringing MySQL to the web + + + +## About + +phpMyAdmin is a free software tool written in [PHP](https://php.net/), intended to handle the administration of [MySQL](https://www.mysql.com/) over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. + +[![phpMyAdmin book](https://www.phpmyadmin.net/static/images/books/pma_en_3.4_150x185.png)![phpMyAdmin Starter](https://www.phpmyadmin.net/static/images/books/pma_starter_150x184.jpg)](https://www.phpmyadmin.net/docs/#books) + +phpMyAdmin comes with a wide range of [documentation](https://www.phpmyadmin.net/docs/) and users are welcome to update [our wiki pages](https://github.com/phpmyadmin/phpmyadmin/wiki) to share ideas and howtos for various operations. The [phpMyAdmin team](https://www.phpmyadmin.net/team/) will try to help you if you face any problem; you can use a [variety of support channels](https://www.phpmyadmin.net/support/) to get help. + +phpMyAdmin is also very deeply documented in a book written by one of the developers – [Mastering phpMyAdmin for Effective MySQL Management](https://www.packtpub.com/big-data-and-business-intelligence/mastering-phpmyadmin-34-effective-mysql-management), which is available in English and [Spanish](https://www.phpmyadmin.net/docs/#books). + +To ease usage to a wide range of people, phpMyAdmin is being translated into [72 languages](https://www.phpmyadmin.net/translations/) and supports both LTR and RTL languages. + +phpMyAdmin is a mature project with a stable and flexible code base; you can find out more about the [project and its history](https://www.phpmyadmin.net/about/) and the [awards](https://www.phpmyadmin.net/awards/) it earned. When the project turned 15, we published a [celebration page](https://www.phpmyadmin.net/15-years/). + +The phpMyAdmin project is a member of [Software Freedom Conservancy](https://sfconservancy.org/). SFC is a not-for-profit organization that helps promote, improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. + + + +## Features + +- Intuitive web interface +- Support for most MySQL features: + - browse and drop databases, tables, views, fields and indexes + - create, copy, drop, rename and alter databases, tables, fields and indexes + - maintenance server, databases and tables, with proposals on server configuration + - execute, edit and bookmark any SQL-statement, even batch-queries + - manage MySQL user accounts and privileges + - manage stored procedures and triggers +- Import data from CSV and SQL +- Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, LAT*E*X and others +- Administering multiple servers +- Creating graphics of your database layout in various formats +- Creating complex queries using Query-by-example (QBE) +- Searching globally in a database or a subset of it +- Transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link +- And much more... + +## [Latest News](https://www.phpmyadmin.net/news/) + +- [2023-02-08: phpMyAdmin 4.9.11 and 5.2.1 are released](https://www.phpmyadmin.net/news/2023/2/8/phpmyadmin-4911-and-521-are-released/) +- [2022-05-10: phpMyAdmin 5.2.0 is released](https://www.phpmyadmin.net/news/2022/5/10/phpmyadmin-520-released/) +- [2022-02-11: phpMyAdmin 4.9.10 and 5.1.3 are released](https://www.phpmyadmin.net/news/2022/2/11/phpmyadmin-4910-and-513-are-released/) +- [2022-01-23: phpMyAdmin 4.9.9 is released](https://www.phpmyadmin.net/news/2022/1/23/phpmyadmin-499-released/) +- [2022-01-22: phpMyAdmin 4.9.8, 5.1.2, and 5.2.0-rc1 are released](https://www.phpmyadmin.net/news/2022/1/22/phpmyadmin-498-512-and-520-rc1-are-released/) + +[...more news.](https://www.phpmyadmin.net/news/) + +## [Latest Posts in Developers Blogs](https://planet.phpmyadmin.net/) + +- [2019-08-26: Mohit Kuri: GSoC PMA: Week 11](https://medium.com/@ikurimohit/gsoc-pma-week-11-e235630bd0a?source=rss-35351c202385------2) +- [2019-08-25: Nupur Agarwal: GSoC 2019: Final work summary](https://pmagsocproject.wordpress.com/2019/08/25/gsoc-2019-final-work-summary/) +- [2019-08-20: Mohit Kuri: GSoC PMA: Final Submission](https://medium.com/@ikurimohit/gsoc-pma-final-submission-b93d47c53f5f?source=rss-35351c202385------2) +- [2019-08-20: Mohit Kuri: GSoC PMA: Week-10](https://medium.com/@ikurimohit/gsoc-pma-week-10-5af802270cd2?source=rss-35351c202385------2) +- [2019-08-13: Mohit Kuri: GSoC PMA: Week-9](https://medium.com/@ikurimohit/gsoc-pma-week-9-e2fbc18626e5?source=rss-35351c202385------2) + +[...more blogs.](https://planet.phpmyadmin.net/)