-
G girish moved this topic from Off-topic on
-
LAMP app : phpmyadmin dont have a Users tab so I can't add DB
@Admin : I can't choose LAMP in category. I can't post in APPS / LAMP sub forum. Weird..
@levisadm the database is already added. If you go to the app's Web Terminal , if you run
env | grep CLOUDRON_MYSQL_
you will get the values to use in your app. It's actually better if you just use the env variables directly in your app likegetenv('CLOUDRON_MYSQL_USERNAME')
etc