Changes

From SME Server
Jump to navigationJump to search
258 bytes added ,  01:21, 22 June 2013
no edit summary
Line 38: Line 38:  
  yum --enablerepo=smecontribs install php-mcrypt
 
  yum --enablerepo=smecontribs install php-mcrypt
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
  −
=== Uninstall ===
  −
rpm -e smeserver-phpmyadmin phpmyadmin
      
=== Configuration ===
 
=== Configuration ===
Line 70: Line 67:     
*multiaccess
 
*multiaccess
set to enabled (enabled|disabled) to use with the url https://your-sme-ip/phpmyadmin-multi with the '''Mysql user account of a database''' and its password.
+
set to enabled (enabled|disabled) to use with the url https://your-sme-ip/phpmyadmin-multi with the '''Mysql user account of a database''' and its password. '''Only the database concerned is seen in the phpmyadmin management web page.'''
 
{{note box|alternatively you can use root and ldap password (cat /etc/ldap.secret) or (cat /etc/.my.cnf), but it is not advisable}}
 
{{note box|alternatively you can use root and ldap password (cat /etc/ldap.secret) or (cat /etc/.my.cnf), but it is not advisable}}
 
  config setprop phpmyadmin multiaccess enabled
 
  config setprop phpmyadmin multiaccess enabled
Line 93: Line 90:     
=== Additional information ===
 
=== Additional information ===
* Access with admin username/password via: https://yourdomain/phpmyadmin
+
* Adminaccess with admin username/password via: https://yourdomain/phpmyadmin
 +
* multiaccess with the '''Mysql user account of a database''' and its password via: https://your-sme-ip/phpmyadmin-multi
    
* The password is changed using the privileges section of phpmyadmin. (Locate the admin user and assign a new password there).
 
* The password is changed using the privileges section of phpmyadmin. (Locate the admin user and assign a new password there).
    
More information about PhpMyAdmin can be found on the [http://www.phpmyadmin.net PHPMyAdmin] site.
 
More information about PhpMyAdmin can be found on the [http://www.phpmyadmin.net PHPMyAdmin] site.
 +
=== Uninstall ===
 +
yum remove smeserver-phpmyadmin phpmyadmin
 +
signal-event post-upgrade; signal-event reboot
    
=== Bugs ===
 
=== Bugs ===

Navigation menu