Phpmyadmin go blank

Hi

when i try access phpMyAdmin the page go blank. im not an expert and i have 2 website live on that database. is there any solution without losing data?

Welcome @shu Happy you are here

Using ssh terminal confirm you have phpmyadmin and get phpmyadmin if you dont have it like this

# as root or sudouser
# does this folder exist ?
$ find /usr/local/CyberCP/public -name phpmyadmin
# no it does not
$ wget -cv https://raw.githubusercontent.com/josephgodwinkimani/cyberpanel-mods/main/phpmyadmin.zip -P /usr/local/CyberCP/public
$ cd /usr/local/CyberCP/public && unzip phpmyadmin

Go back and try to access phpmyadmin