• 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 on Linux

russogracie

New Member
Joined
Sep 9, 2010
Messages
205
Reaction score
2
How do I properly install phpmyadmin? on linux of course I tried:

apt-get install phpmyadmin

Only a few blue screens aparecerer began asking for some information and I think this part was I wrong.
 
in this blue screen, read IT!

first blue screen ask for u mysql password, the second ask for a phpmyadmin password, and have others screens asking to you, what webserver u use;
 
First - do you have mysql server installed an is it running?

If yes:

apt-get remove phpmyadmin

apt-get install phpmyadmin
if the blue screen showed enter password for your root mysql user

In my case it was all information required
 
Back
Top