Changes

Jump to navigation Jump to search
132 bytes added ,  08:26, 22 April 2008
m
Minor text changes and added a warning
Line 23: Line 23:  
=== Configuration ===
 
=== 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.
 
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:
+
To view the current access setting:
  # config show phpmyadmin
+
   
 +
db configuration show phpmyadmin
 +
 
 +
This would output something like this:
 
  phpmyadmin=configuration
 
  phpmyadmin=configuration
access=private
+
  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:
+
To change the current setting:
  # config setprop phpmyadmin access public
+
  db configuration setprop phpmyadmin access (private|public)
  # signal-event ibay-modify
+
  signal-event ibay-modify
    +
{{Warning box|Setting the access type to public makes PHPMyAdmin available to the internet, make sure you choose a strong password before doing so as you severely weaken the security of your server.}}
    
=== Additional information ===
 
=== Additional information ===

Navigation menu