- 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.
推薦閱讀
- 嵌入式軟件系統(tǒng)測(cè)試:基于形式化方法的自動(dòng)化測(cè)試解決方案
- Java 9 Concurrency Cookbook(Second Edition)
- SQL學(xué)習(xí)指南(第3版)
- INSTANT FreeMarker Starter
- C語(yǔ)言程序設(shè)計(jì)教程(第2版)
- Mastering LibGDX Game Development
- Python完全自學(xué)教程
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- 編程與類(lèi)型系統(tǒng)
- Mastering C++ Multithreading
- Hands-On Neural Network Programming with C#
- Vue.js光速入門(mén)及企業(yè)項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Neo4j 3.x入門(mén)經(jīng)典
- Shopify Application Development