This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
I just came across this question.
Regarding your MySQL error, I could suggest making sure that MySQL is running with the following command:
If it is not running you can start it with the following command;
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:
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