Changes

Jump to navigation Jump to search
659 bytes added ,  02:47, 22 April 2008
no edit summary
Line 20: Line 20:  
=== Uninstall ===
 
=== Uninstall ===
 
  yum remove smeserver-phpmyadmin
 
  yum remove smeserver-phpmyadmin
 +
 +
=== Configuration ===
 +
By default, access to phpmyadmin is restricted to the local network, and to any trusted networks. To make phpmyadmin accessible to external networks (the internet), the configuration parameter for access has to be changed. Changing this parameter requires you to use the Linux command line.
 +
<br>
 +
To view the current access setting:
 +
# config show phpmyadmin
 +
phpmyadmin=configuration
 +
access=private
 +
 +
To change the current setting:
 +
# config setprop phpmyadmin access (private|public)
 +
# signal-event ibay-modify
 +
 +
Example to open access to the public internet:
 +
# config setprop phpmyadmin access public
 +
# signal-event ibay-modify
 +
    
=== Additional information ===
 
=== Additional information ===
38

edits

Navigation menu