Hello.
Is there a way to add the MySQL Webmin screen from the LAPP appliance through apt-get?
Replies (5)
Perfect. It worked. Thank
Reply 1Perfect. It worked. Thank you so very much for your help with this!
Good question, and yes...
Reply 2Yep, just make sure the turnkeylinux universe component is uncommented.
apt-get update apt-get install webmin-mysqlBtw, you can get a list of the other 110 webmin module packages like this:
# apt-cache search webmin |sort webmin - A web-based administration interface for Unix systems. webmin-adsl-client - Webmin module - ADSL Client webmin-apache - Webmin module - Apache Webserver webmin-at - Webmin module - Scheduled Commands webmin-backup-config - Webmin module - Backup Configuration Files webmin-bacula-backup - Webmin module - Bacula Backup System webmin-bandwidth - Webmin module - Bandwidth Monitoring webmin-bind8 - Webmin module - BIND DNS Server ...And a little more info on a certain package like this:
# apt-cache show webmin-mysql
it doen't work , it show
Reply 3it doen't work , it show up
Not Found
The requested URL /phpmyadmin was not found on this server.
If you installed it then it will be default setup
Reply 4Ie it's not remapped to a port, it'll be https://<appliance-ip>/phpmyadmin (or something similar). If it's preinstalled with TKL then it's always 12322 ie https://<appliance-ip>:12322
What is the port to run
Reply 5What is the port to run phpmysql in turnkeylinux lapp ?