From ff1d4d185b6ca6a5aa7d169a07ca105f52489883 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= config
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:
+ 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 +
Then you can open setup.php
in your browser and perform
setup. After saving your configuration move generated configuration to top