Many new features to setup script.

This commit is contained in:
Michal Čihař
2005-11-27 19:19:46 +00:00
parent 6246d81e09
commit 7670cdfa7e
3 changed files with 1061 additions and 133 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-11-27 Michal Čihař <michal@cihar.com>
* Documentation.html, scripts/setup.php: Many new features to setup
script.
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/grab_globals.lib.php: allow scripts to bypass importing vars * libraries/grab_globals.lib.php: allow scripts to bypass importing vars
* libraries/common.lib.php, libraries/export/sql.php, * libraries/common.lib.php, libraries/export/sql.php,

View File

@@ -207,8 +207,12 @@
previous configuration you have to create <code>config</code> directory in previous configuration you have to create <code>config</code> directory in
phpMyAdmins top level directory and make it writable to web server. For phpMyAdmins top level directory and make it writable to web server. For
loading previous configuration, place it there (and make sure it has write loading previous configuration, place it there (and make sure it has write
permissions for webserver). Then you can open <code>setup.php</code> in permissions for webserver).
your browser and perform setup. </p>
<p>
Then you can open <code>setup.php</code> in your browser and perform
setup. After saving your configuration move generated configuration to top
level directory and delete created <code>config</code> directory.
</p> </p>
<p> <p>
Please note that it doesn not allow to configure everything, so for some Please note that it doesn not allow to configure everything, so for some

File diff suppressed because it is too large Load Diff