Hi,
For past few weeks i have been trying to install apache and mysql on my Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-54-generic x86_64)(digitalocean).
But i have been facing the same error again and again, no matter what i do this is the error i am facing "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"
i have tried everything every solution but nothing worked.
i have installed mysql and apache in my debian server which is working fine but i don’t know why (here in digitalocean) i am facing this error again and again.
i have followed the digitalocean tutorial twice but whenever i reached at this "sudo mysql_secure_installation" step i got this error: "Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)" i cant pass this step no matter what.
i need help how can i install all services without any issue i have to run a laravel website in this server.
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!
Hi there @ahsanharoonScubaDiver,
I would recommend checking if MySQL is up and running:
- sudo systemctl status mysql
If it is not running, you can star tit with this command:
- sudo systemctl start mysql
I could suggest following this step by step tutorial on how to install Apache and MySQL here:
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.