Phpmyadmin doesn't open

User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

I think you didn't change this:
3) Edit /etc/php/7.3/fpm/pool.d/your-site.com.conf
find

Code: Select all

group = yourusername
(probably line 9)
and change that line to:

Code: Select all

group = www-data

Tags:
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

here it is
pma.png
pma.png (48.19 KiB)
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Nope.
you edited
listen.group = www-data
but you should edit
group = www-data
4 lines below
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

oh! sorry.

but no reaction, white screen, and a zero error log after logrotate
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

you restarted php7.3-fpm after that change?
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

ofcourse
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

with http i can see logon screen, but can't login (Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin.)
with https just blank screen
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

If you want you can send me (via private message) your SSH root login and URL of phpmyadmin (with DB credentials), and I will take a look.
icechieff
Posts: 48
Joined: Thu Aug 27, 2020 10:13 pm
Your location: Saint-Petersburg

sended pm
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

Checked, you are trying to visit it via server IP (https://server.ip/phpmyadmin/), and it's not possible.
Only domain/subdomain can be configured to run phpmyadmin.
Post Reply