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');
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...
No comments:
Post a Comment