Add commands how to setup config dir.
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
|||||||
* tbl_select.php, libraries/display_tbl.lib.php,
|
* tbl_select.php, libraries/display_tbl.lib.php,
|
||||||
tbl_properties_operations.php, tbl_indexes.php: Fix XHTML.
|
tbl_properties_operations.php, tbl_indexes.php: Fix XHTML.
|
||||||
* tbl_properties_export.php: Fix output before headers.
|
* tbl_properties_export.php: Fix output before headers.
|
||||||
|
* Documentation.html: Add commands how to setup config dir.
|
||||||
|
|
||||||
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/tbl_move_copy.php: added PMA_table_rename()
|
* libraries/tbl_move_copy.php: added PMA_table_rename()
|
||||||
|
@@ -207,8 +207,16 @@
|
|||||||
previous configuration you have to create <code>config</code> directory in
|
previous configuration you have to create <code>config</code> directory in
|
||||||
phpMyAdmin's top level directory and make it writable to web server. For
|
phpMyAdmin's 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).
|
permissions for webserver). You can use following commands:
|
||||||
</p>
|
</p>
|
||||||
|
<pre>
|
||||||
|
cd phpMyAdmin
|
||||||
|
mkdir config # create directory for saving
|
||||||
|
chmod o+rw config # give it world writable permissions
|
||||||
|
# if you want to edit existion configuration:
|
||||||
|
cp config.inc.php config/ # copy current configuration
|
||||||
|
chmod o+w config/config.inc.php # give it world writable permissions
|
||||||
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
Then you can open <code>setup.php</code> in your browser and perform
|
Then you can open <code>setup.php</code> in your browser and perform
|
||||||
setup. After saving your configuration move generated configuration to top
|
setup. After saving your configuration move generated configuration to top
|
||||||
|
Reference in New Issue
Block a user