Add commands how to setup config dir.
This commit is contained in:
@@ -207,8 +207,16 @@
|
||||
previous configuration you have to create <code>config</code> directory in
|
||||
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
|
||||
permissions for webserver).
|
||||
permissions for webserver). You can use following commands:
|
||||
</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>
|
||||
Then you can open <code>setup.php</code> in your browser and perform
|
||||
setup. After saving your configuration move generated configuration to top
|
||||
|
Reference in New Issue
Block a user