diff options
Diffstat (limited to 'network/phpmyadmin/README')
-rw-r--r-- | network/phpmyadmin/README | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/network/phpmyadmin/README b/network/phpmyadmin/README index 944f22ca37..94a2e36d07 100644 --- a/network/phpmyadmin/README +++ b/network/phpmyadmin/README @@ -5,9 +5,6 @@ are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement. -It is recommended to use libmcrypt and mcrypt packages with phpmyadmin to -speed up database access considerably. - By default, there is only a sample config file included with the package. You can either copy that file and edit it according to your taste or you can do a graphical setup. Both processes are detailed in the docs. @@ -15,8 +12,4 @@ can do a graphical setup. Both processes are detailed in the docs. You can override DOCROOT, PHPUSER, and PHPGROUP at build time. They default to DOCROOT=/var/www/htdocs, PHPUSER=root, PHPGROUP=apache. -ADDITIONAL NOTE: -You may also have to recompile PHP to include support for mcrypt. Without this -you may see warnings about mcrypt extension in phpmyadmin. Please see the -link below on recompiling PHP with mcrypt support. (info and link provided by -Joel Adamson): http://slackwiki.org/Recompile_php_with_mcrypt +For configuration help, you can visit: http://wiki.phpmyadmin.net/pma/Config |