Phppgadmin and phpmyadmin give error 500

hello, when I was trying to install medusajs I think port 9000 was used in the php system and the php crashed due to a conflict. I cannot access both panels phppgadmin and phpmyadmin

root@admin:~# sudo systemctl status postgresql
● postgresql.service - PostgreSQL RDBMS
     Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
     Active: active (exited) since Sun 2024-02-18 20:58:03 +03; 21min ago
    Process: 1765 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
   Main PID: 1765 (code=exited, status=0/SUCCESS)
        CPU: 1ms

Feb 18 20:58:03 admin.upcreate.art systemd[1]: Starting PostgreSQL RDBMS...
Feb 18 20:58:03 admin.upcreate.art systemd[1]: Finished PostgreSQL RDBMS.
root@admin:~# sudo systemctl status mysql
● mariadb.service - MariaDB 10.11.7 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/mariadb.service.d
             └─migrated-from-my.cnf-settings.conf
     Active: active (running) since Sun 2024-02-18 20:58:01 +03; 21min ago
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
    Process: 798 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
    Process: 826 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 865 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-enviro>
    Process: 1098 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 1110 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SUCCESS)
   Main PID: 1027 (mariadbd)
     Status: "Taking your SQL requests now..."
      Tasks: 9 (limit: 14655)
     Memory: 143.9M
        CPU: 1.800s
     CGroup: /system.slice/mariadb.service
             └─1027 /usr/sbin/mariadbd

Feb 18 20:57:59 admin.upcreate.art systemd[1]: Starting MariaDB 10.11.7 database server...
Feb 18 20:58:01 admin.upcreate.art systemd[1]: Started MariaDB 10.11.7 database server.
Feb 18 20:58:01 admin.upcreate.art /etc/mysql/debian-start[1115]: Upgrading MySQL tables if necessary.
Feb 18 20:58:01 admin.upcreate.art /etc/mysql/debian-start[1220]: Triggering myisam-recover for all MyISAM tables and aria-recover for all Aria tables

[1]+  Stopped

the problem was solved by changing the port of the host address, when I made it default.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.