stlyz3's picture

Hello.

Is there a way to add the MySQL Webmin screen from the LAPP appliance through apt-get?

Forum: 
Alon Swartz's picture

Yep, just make sure the turnkeylinux universe component is uncommented.
apt-get update
apt-get install webmin-mysql
Btw, 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
stlyz3's picture

Perfect. It worked. Thank you so very much for your help with this!
Optimmus's picture

What is the port to run phpmysql in turnkeylinux lapp ?

Jeremy Davis's picture

Ie 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

Optimmus's picture

it doen't work , it show up 

Not Found

The requested URL /phpmyadmin was not found on this server.

Add new comment