- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 153字
- 2021-08-20 15:55:22
Upgrading phpMyAdmin
Normally, upgrading is just a matter of installing the newer version into a separate directory and copying the previous version's config.inc.php
to the new directory.
New parameters appear from version to version. They are documented in Documentation.html
and defined in libraries/config.default.php
. If a configuration parameter is not present in config.inc.php
, its value from libraries/config.default.php
will be used. Therefore, we do not have to include it in config.inc.php
if the default value suits us.
Special care must be taken to propagate the changes we might have made to the layout.inc.php
files depending on the themes used. We will have to copy our custom themes sub-directories if we added our own themes to the structure.
推薦閱讀
- Python數據分析入門與實戰
- C語言程序設計案例教程(第2版)
- Learning Chef
- Groovy for Domain:specific Languages(Second Edition)
- JavaScript從入門到精通(第3版)
- BeagleBone Black Cookbook
- Solr Cookbook(Third Edition)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- ASP.NET 4.0 Web程序設計
- Node.js從入門到精通
- ASP.NET求職寶典
- Building Business Websites with Squarespace 7(Second Edition)
- Visual Basic程序設計基礎
- Deep Learning for Natural Language Processing
- 例解Python:Python編程快速入門踐行指南