dokku/dokku-mysql

How to access as root or admin user?

hugoruscitti opened this issue · 6 comments

Hi, i are using a separate application with phpmyadmin to access to the database by
using the same string connection. But i don't have admin rights by using the "mysql" named
user.

There is any way to get the root user to the mysql database instance?

I believe it is output via dokku mysq:info SERVICE.

nop, sadly it only show normal credentials, no root access to database settings :(

How i can get admin access to the database?

The root password is stored in a file called ROOTPASSWORD in the service-root dir.

Thank you very much, your suggestion has worked perfectly !!

@hugoruscitti
I'm having the same issue
I'm sorry if the answer to this is obvious but how do i access the service-root directory?

Regard

Edit: Asked too soon.
Incase anyone else is looking it is in the /var/lib/dokku/services/mysql/APP/ folder

cba85 commented

@hugoruscitti I'm having the same issue I'm sorry if the answer to this is obvious but how do i access the service-root directory?

Regard

Edit: Asked too soon. Incase anyone else is looking it is in the /var/lib/dokku/services/mysql/APP/ folder

To find service-root directory:

$ dokku mysql:info YOUR_APP_NAME

Screenshot 2023-05-02 at 10 08 10