These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
I just came across this question.
Regarding your MySQL error, I could suggest making sure that MySQL is running with the following command:
- sudo systemctl status mysql
If it is not running you can start it with the following command;
- sudo systemctl start mysql
Regarding the new plugin issue, usually, this could be due to incorrect permissions. What you could do is make sure that your WordPress files and folders are owned by your Apache user:
chown -R www-data: /var/www/html
Note that if your Apache service is running as another user you would need to change the www-data
with your actual user.
Regards, Bobby
Click below to sign up and get $100 of credit to try our products over 60 days!
Update :