Friday, March 25, 2022

Word Press asking for FTP to install Plugins?

Wordpress may ask for FTP credentials for installing plugins in some hosting. To avoid that we can add this below line in wp-config.php

define('FS_METHOD', 'direct');

No comments:

Post a Comment

XAMPP MySql Crash issue

 This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. Solution: Back up C:\xampp\mysql\data Copy all file C:\xa...