phpmyadmin contain error

Post Reply
harism
Posts: 4
Joined: Mon Mar 22, 2021 2:20 pm

i install mysql with postgre sql.
but when im try to create new database with mysql, something error.
like this.

how to fix it?

thanks before
Attachments
root.png
root.png (78.06 KiB)
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

try:

Code: Select all

curl -O -k https://raw.githubusercontent.com/skurudo/phpmyadmin-fixer/master/pma-debian.sh && chmod +x pma-debian.sh && ./pma-debian.sh
Post Reply