Gentoo Linux - phpMyAdmin

Om phpMyAdmin te installeren, voert u de opdracht uit

 # emerge phpMyAdmin 

Vervolgens wordt de configuratiemap gemaakt:

 # cd phpMyAdmin # mkdir config # chmod o + rw config # cp config.inc.php config / chmod o + w config / config.inc.php 

Typ het volgende adres in uw browser, gebruik de wizard om de database te configureren en vervolgens op te slaan. Als dit niet het geval is, worden de wijzigingen niet in aanmerking genomen.

//ip_du_serveur/phpMyAdmin/scripts/setup.php

Wijzig het pad naar het configuratiebestand en verwijder de aanvullende machtigingen.

 # mv config / config.inc.php. # chmod o-rw config.inc.php # rmdir config 

Typ het volgende adres om uw configuratie te verifiëren


Vorige Artikel Volgende Artikel

Top Tips