Posted On April 1, 2019

LAMPP Passwords Change

kimconnect 0 comments
blog.KimConnect.com >> Codes , Linux >> LAMPP Passwords Change
Change ProFTP password:
vim /opt/lampp/etc/proftpd.conf
<?– delete the last line in password, leave the first password intact –>
 
Change LAMPP password:
/opt/lampp/lampp security
 
Change phpMyAdmin root password:
log into phpMyAdmin to do this
Change password for root of “localhost”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Obtain Domain Admin Credential

function obtainDomainAdminCredentials{ # Legacy domain binding function function isValidCred($u,$p){ # Get current domain using logged-on…

Function to Import PortQry (a Systernal Utility)

Update: much adieu about nothing. Run this quick script and ignore the prior jibberish: if…

How to Call Functions or Pass Function as Argument

cls   function listClusters{     # List all Clusters in this Domain     $items=get-cluster -domain (get-addomain)     $global:clusters=$items…