• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux help please i remove phpadmin folder in host linux !!

Remove any traces of phpmyadmin first and then install phpmyadmin once again.

Code:
killall dpkg
apt-get remove phpmyadmin -- (purge remove may be necessary)
apt-get install phpmyadmin
 
Last edited:
try:
Code:
killall dpkg
sudo apt-get remove phpmyadmin -- (purge remove may be necessary)
sudo apt-get install phpmyadmin
 
can u help me to open putty to online server

- - - Updated - - -

can u help me in teamviwer

- - - Updated - - -

please i need help to phpmyadmin i dont make it and i need help please any one have 5 min i make with him teamviwer to help me please
 
sudo ln -sf /usr/share/phpmyadmin/ /var/www/phpmyadmin
or without sudo if youre not using it(ln -sf /usr/share/phpmyadmin/ /var/www/phpmyadmin)
 
After reinstalling phpmyadmin you may need to reconfigure it
dpkg-reconfigure phpmyadmin
 
Back
Top