• 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 PhpMyAdmin doesn't working

Stewie

Family Guy # ;3
Joined
May 3, 2010
Messages
786
Reaction score
12
Location
TV
Show this when i open localhost/phpmyadmin

Code:
Not Found

 The requested URL /phpmyadmin/ was not found on this server.
 
doesn't work

Code:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start mysql
 
It should work :eek: You have to start mysql in order to have access to Phpmyadmin. try without sudo
 
try this
Code:
ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
then
Code:
/etc/init.d/apache2 reload
 
Back
Top