What's the password for the user `app`?

Hi!
On Glitch app containers, what’s the default password for the app user?
Thanks :slight_smile:

1 Like

Not sure if you’re allowed to. You can email support@glitch.com

1 Like

I don’t think there is a password because there is no root access.

1 Like

The app user is not root.

1 Like

Can you give an example of a command that needs a password?

1 Like

Setting up a mysql db

1 Like

Correct me if I’m wrong, but doesn’t the user pick the password for their MySQL database? Could you send a screenshot of the command? I’ve just never heard of something like this.

1 Like

I’m…not sure. Command is just mysql. But if yes, I think this password has to be set from root.

1 Like

Interesting… I will ping @glitch_support. However, I think that if you need a password from the root on glitch, you cannot do it as there is no root access in glitch containers.

1 Like

I know there’s no root access.

1 Like

Were you using the lamp-poc project for the MySQL database? I know that MySQL is possible there.

1 Like

I’m using the lamp-php project.

1 Like

Ok. I’ll just wait to see what Glitch Support has to say.

1 Like

Hi, the password JUST FOR MYSQL is gomix. This is only for sql

3 Likes

Well, works, but I keep on getting access denied :confused:

1 Like

this password only works for SQL, you can’t use this for root

1 Like

Just want to come back here after I actually learned about managing mysql stuff. The mysql root user can be used to set up a database with mysql -u root.

2 Likes