MySQL database credentials do not appear in Web terminal
-
Per <ins>this page</ins> I ran
env | grep CLOUDRON_MYSQLin the Web terminal. The result was nothing, just the return of the command line. -
Those credentials will only appear for an app that actually uses MySQL. For example, if it uses Postgres, it will have some other Postgres related environment variables.
Note that access credentials are per app. Only the app can access the specific database. One app cannot access another app's database.
-
Those credentials will only appear for an app that actually uses MySQL. For example, if it uses Postgres, it will have some other Postgres related environment variables.
Note that access credentials are per app. Only the app can access the specific database. One app cannot access another app's database.
@girish said in MySQL database credentials do not appear in Web terminal:
Note that access credentials are per app. Only the app can access the specific database. One app cannot access another app's database.
that's not quite correct, if you know the MYSQL username and password, you can use any app with MYSQL to access that database

-
@girish said in MySQL database credentials do not appear in Web terminal:
Note that access credentials are per app. Only the app can access the specific database. One app cannot access another app's database.
that's not quite correct, if you know the MYSQL username and password, you can use any app with MYSQL to access that database

@msbt Right. We considered network blocking/fire walling the databases per app, but people wanted to use another app's database across apps sometimes.
But also, this is the same as saying (for any service) "One use cannot access another user's email/account". If I know their username/password, I can access it, of course

-
@msbt Right. We considered network blocking/fire walling the databases per app, but people wanted to use another app's database across apps sometimes.
But also, this is the same as saying (for any service) "One use cannot access another user's email/account". If I know their username/password, I can access it, of course

-
G girish marked this topic as a question on
-
G girish has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
