因专注所以专业
我们一直在努力

phpMyAdmin v5.1.0/4.9.7 Final 多语言中文正式版-MySQL数据库管理

phpMyAdmin(MySQL数据库管理)是一个用PHP编写的,可以通过web方式控制和操作MySQL数据库。通过phpMyAdmin可以完全对数据库进行操作,例如建立、复制、删除数据等等。如果使用合适的工具,MySQL数据库的管理就会变得相当简单。应用MySQL命令行方式需要对MySQL知识非常熟悉,对SQL语言也是同样的道理。不仅如此,如果数据库的访问量很大,列表中数据的读取就会相当困难。

phpMyAdmin v5.1.0/4.9.7 Final 多语言中文正式版-MySQL数据库管理

phpMyAdmin是一个非常受欢迎的基于web的MySQL数据库管理工具。它能够创建和删除数据库,创建/删除/修改表格,删除/编辑/新增字段,执行SQL脚本等。

当前出现很多 GUI MySQL客户程序,其中最为出色的是基于 Web 的 phpMyAdmin 工具。这是一种 MySQL 数据库前台的基于PHP的工具。PhpMyAdmin 的缺点是必须安装在 Web 服务器中,所以如果没有合适的访问权限,其它用户有可能损害到 SQL 数据。

phpMyAdmin 5.0.0版本于今天正式发布。该版本同4.9.3版本同时存在,不过官方推荐没有安装旧版PHP的用户尽量使用5.0.0版本。本次5.0版本更新中在涵盖了4.9分支的大量改进之外,还引入了诸多新功能。

团队表示也希望为那些运行旧版PHP的用户尽量维护phpMyAdmin 4分支,有关受支持的版本和寿命终止日期的完整详细信息,请参阅https://www.phpmyadmin.net/downloads/上的“受支持的版本”一栏。phpMyAdmin 5.0.0版本移除了对旧版PHP版本(5.5、5.6、7.0和HHVM)的支持,这些旧版本已经不再得到PHP团队的支持。

在什么情况下会用到 phpMyAdmin

1、需要修复数据库的时候

2、设置数据库用户权限的时候

3、检查和浏览数据库的时候

4、执行 SQL  语句的时候

5、恢复和备份数据库的时候

6、还会用到一些常见问题上

更新记录:

phpMyAdmin 5.1.0 is released 2021-02-24

We at the phpMyAdmin project are pleased to publish phpMyAdmin 5.1.0.

There are many new features and bug fixes; a few highlights include:

  • Improve virtuality dropdown for MariaDB > 10.1
  • Added an option to perform ALTER ONLINE (ALGORITHM=INPLACE) when editing a table structure
  • Added ip2long transformation
  • Improvements to linking to MySQL and MariaDB documentation
  • Add “Preview SQL” option on Index dialog box when creating a new table
  • Add a new vendor constant “CACHE_DIR” that defaults to “libraries/cache/” and store routing cache into this folder
  • Add $cfg[‘CaptchaSiteVerifyURL’] for Google ReCaptcha siteVerifyUrl
  • Add the password_hash PHP function as an option when inserting data
  • Improvements to editing and displaying columns of the JSON data type.
  • Added support for “SameSite=Strict” on cookies using configuration “$cfg[‘CookieSameSite’]”
  • Fixed AWS RDS IAM authentication doesn’t work because pma_password is truncated
  • Add config parameters to support third-party ReCaptcha v2 compatible APIs like hCaptcha
  • Add $cfg[‘MysqlSslWarningSafeHosts’] to set the red text black when ssl is not used on a private network
  • Export blobs as hex on JSON export
  • Fix leading space not shown in a CHAR column when browsing a table
  • Added a rename Button to use RENAME INDEX syntax of MySQL 5.7 (and MariaDB >= 10.5.2)
  • Fixed missing option to enter TABLE specific permissions when the database name contains an “_” (underscore)
  • Fixed a PHP notice “Trying to access array offset on value of type null” on Designer PDF export
  • Fix for several PHP 8 warnings or errors, giving this release full compatibility with PHP 8

官网地址: https://www.phpmyadmin.net/

官网更新日志: https://www.phpmyadmin.net/news/

官网软件下载地址:

5.1.0:

https://files.phpmyadmin.net/phpMyAdmin/5.1.0/phpMyAdmin-5.1.0-all-languages.zip

4.9.7:

https://files.phpmyadmin.net/phpMyAdmin/4.9.7/phpMyAdmin-4.9.7-all-languages.zip

赞(0) 打赏
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《phpMyAdmin v5.1.0/4.9.7 Final 多语言中文正式版-MySQL数据库管理》
文章链接:https://www.unyoo.com/7734.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。