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

Linux: How to Convert HEIC to JPEG

First, install certain utilities: sudo apt-get install libheif-examples Second, navigate to a directory where there…

PowerShell: Get SQL Server Performance Counters

Version 2 # getSqlPerformanceCounter.ps1 # version 0.02 $computername='sql0003.kimconnect.com' function getSqlPerformanceCounter($server=$env:computername,$sampleInterval=10,$maxSamples=1){ $PerformanceCounterSampleSet=$result=@() $counters=@( '\Memory\Available MBytes', '\Memory\Pages/sec',…

CentOS 5: Installing XAMPP, and Gallery2

1. Install CentOS 5 - Do not install MySQL, Apache, and FTP - edit /etc/resolv.conf…