diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-12 23:32:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:40 +0200 |
commit | a8defaaa71d10d62236f8d52a0e33fd923d75292 (patch) | |
tree | 1f8200c40fac0a8585332a4c2a5ae6360b95f989 /network/phpmyadmin/README | |
parent | dcfc8298b253229af2f918842754ef61650698b7 (diff) | |
download | slackbuilds-a8defaaa71d10d62236f8d52a0e33fd923d75292.tar.gz |
network/phpmyadmin: Added to 12.2 repository
Diffstat (limited to 'network/phpmyadmin/README')
-rw-r--r-- | network/phpmyadmin/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/network/phpmyadmin/README b/network/phpmyadmin/README new file mode 100644 index 0000000000..944f22ca37 --- /dev/null +++ b/network/phpmyadmin/README @@ -0,0 +1,22 @@ +phpMyAdmin is a free software tool written in PHP intended to handle the +administration of MySQL over the World Wide Web. phpMyAdmin supports a +wide range of operations with MySQL. The most frequently used operations +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. + +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 |