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

How to Move Virtualbox Guest VMs to Different Hosts

Connect to Source Host and copy files to NAS: ssh webadmin@server01 vboxmanage list running vms…

SQL: Using PowerShell to Check if a Table, View, or Stored Procedure Exists

#Usage # set variables $sqlServer='sql-server04' $databaseName="Test_Database" $objectType='view' $objectName='[dbo].[Test_View]' $saCred=get-credential # Call function checkDatabaseObject $sqlServer $databaseName…

Linux: How To Create XDG-MIME Association for Google Voice in Unbuntu

Google Voice is a great application that is available on IOS and Android. However, it…