phpMyAdmin v4.8.4 Final多語言中文正式版-MySQL數據庫管理
phpMyAdmin( MySQL數據庫管理)是一個用PHP編寫的,可以通過web方式控制和操作MySQL數據庫。通過phpMyAdmin可以完全對數據庫進行操作,例如建立、複製、刪除數據等等。如果使用合適的工具,MySQL數據庫的管理就會變得相當簡單。應用MySQL命令行方式需要對MySQL知識非常熟悉,對SQL語言也是同樣的道理。不僅如此,如果數據庫的訪問量很大,列表中數據的讀取就會相當困難。
phpMyAdmin是一個非常受歡迎的基於web的MySQL數據庫管理工具。它能夠創建和刪除數據庫,創建/刪除/修改表格,刪除/編輯/新增字段,執行SQL腳本等。
當前出現很多GUI MySQL客戶程序,其中最為出色的是基於Web 的phpMyAdmin 工具。這是一種MySQL 數據庫前台的基於PHP的工具。PhpMyAdmin 的缺點是必須安裝在Web 服務器中,所以如果沒有合適的訪問權限,其它用戶有可能損害到SQL 數據。
在什麼情況下會用到phpMyAdmin
1、需要修復數據庫的時候
2、設置數據庫用戶權限的時候
3、檢查和瀏覽數據庫的時候
4、執行SQL 語句的時候
5、恢復和備份數據庫的時候
6、還會用到一些常見問題上
更新記錄:
phpMyAdmin 4.8.4 is released
The phpMyAdmin team is pleased to announce the release of phpMyAdmin version 4.8.4. Among other bug fixes, this contains several important security fixes.
The security fixes involve:
- Local file inclusion (https://www.phpmyadmin.net/security/PMASA-2018-6/),
- XSRF/CSRF vulnerabilities allowing a specially-crafted URL to perform harmful operations (https://www.phpmyadmin.net/security/PMASA-2018-7/), and
- an XSS vulnerability in the navigation tree (https://www.phpmyadmin.net/security/PMASA-2018-8/)
In addition to the security fixes, this release also includes these bug fixes and more as part of our regular release cycle:
- Issue with changing theme
- Ensure that database names with a dot (‘.’) are handled properly when DisableIS is true
- Fix for message “Error while copying database (pma__column_info)”
- Move operation causes “SELECT * FROM `undefined`” error
- When logging with $cfg[‘AuthLog’] to syslog, successful login messages were not logged when $cfg[‘AuthLogSuccess’] was true
- Multiple errors and regressions with Designer
官網地址: https://www.phpmyadmin.net/
官網更新日誌: https://www.phpmyadmin.net/news/
官網軟件下載地址: