Line 53: |
Line 53: |
| | | |
| To change the current setting: | | To change the current setting: |
− | *private or public access
| + | ====private or public access==== |
| config setprop phpmyadmin access (private|public) | | config 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.}} | | {{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.}} |
| | | |
− | *adminaccess
| + | ====adminaccess==== |
| set to enabled (enabled|disabled) to use with the url https://your-sme-ip/phpmyadmin with the SME admin account and its password. | | set to enabled (enabled|disabled) to use with the url https://your-sme-ip/phpmyadmin with the SME admin account and its password. |
| config setprop phpmyadmin adminaccess enabled | | config setprop phpmyadmin adminaccess enabled |
Line 66: |
Line 66: |
| service httpd-e-smith restart | | service httpd-e-smith restart |
| | | |
− | *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. '''Only the database concerned is seen in the phpmyadmin management web page.''' | | 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}} |
Line 75: |
Line 75: |
| service httpd-e-smith restart | | service httpd-e-smith restart |
| | | |
− | *prevent the adminaccess
| + | ====prevent the adminaccess==== |
| in certain cases you may want to forbid the adminaccess and allow only the multiaccess, so you have to set the adminaccess to disabled and the multiaccess to enabled | | in certain cases you may want to forbid the adminaccess and allow only the multiaccess, so you have to set the adminaccess to disabled and the multiaccess to enabled |
| | | |