07-26-2019, 06:14 PM
You can use htop or ps to find out if the processes of MariaDB/MySQL are running.
htop is a advanced task manager that will list all processes. ps is a simple one and you need filtering.
PS command to findout MySQL/MariaDB processes:
Post the output here.
You installed phpmyadmin by hand? Where did you put the folder? Doesn't look like you put it into the default folder of the web server.
htop is a advanced task manager that will list all processes. ps is a simple one and you need filtering.
PS command to findout MySQL/MariaDB processes:
Code: (Select All)
ps aux | grep mysql
Post the output here.
You installed phpmyadmin by hand? Where did you put the folder? Doesn't look like you put it into the default folder of the web server.