- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- 程序員修煉之道:程序設計入門30講
- 解構產品經理:互聯網產品策劃入門寶典
- Vue.js快跑:構建觸手可及的高性能Web應用
- 征服RIA
- Python Data Analysis(Second Edition)
- PySide GUI Application Development(Second Edition)
- Learn React with TypeScript 3
- Linux Device Drivers Development
- 實戰Java高并發程序設計(第2版)
- Getting Started with Polymer
- C陷阱與缺陷
- ABAQUS6.14中文版有限元分析與實例詳解
- 軟件測試分析與實踐
- Python Social Media Analytics