How Do I Fix the “Can’t Connect to Local MySQL Server Through Socket” Error?

Home » Knowledge Base » Databases » How Do I Fix the “Can’t Connect to Local MySQL Server Through Socket” Error?

At the heart of most content management systems lies a database, such as MySQL, where the majority of content is stored. So for your pages to fully load, your website needs to be able to fetch the necessary information from the database at a moment’s notice. If for some reason a connection to the database cannot be established, you may see an error such as “Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock”. In this article, we will explore what is causing this problem and how to fix it.

What Does the PHP Warning “mysql_connect() can’t connect to MySQL server” Mean?

If your website shows a message that it cannot connect to the local MySQL server through a socket, then the connection settings that you have entered are probably incorrect or incomplete. Double-checking these settings are very likely to fix this issue.

 

An example of the “mysql_connect() can’t connect to MySQL server” warning can be seen below:

If your website has trouble connecting to its database, it may display an error message similar to this one.
If your website has trouble connecting to its database, it may display an error message similar to this one.

 

How Can I Fix the “Can’t Connect To Local MySQL Server Through Socket” Error?

First and foremost, you need to head to the Database Manager section of our Control Panel and click on the database that you are trying to connect to. From there, click on the Information tab.

The information tab will provide you with all credentials necessary to successfully connect to your MySQL database.
The information tab will provide you with all credentials necessary to successfully connect to your MySQL database.

In the Information tab, you will find your Database Host, Database Port, Database Name, Database User, Database Version, and Database Storage Engine. Compare this information to the database settings in your website configuration file and make changes where necessary. If you are not sure what password is assigned to your database, you can reset it from the Password tab in the Database Manager. Additional help with connecting your website to your database, including sample connection code, can be found in our article on where to find the database connection settings.

The Database Manager will be available to you if you are using our free hosting, premium shared hosting or one of the Semi-Dedicated web server plans. You can read our in-depth walkthrough of the Database Manager to familiarize yourself with all of the features this section of our Control Panel has to offer.

If you own a Virtual Private Server, then you can manage your databases through the command line via a remote connection to the server. Our VPS instances can also come equipped with special variants of popular Linux distributions that allow access to our Easy VPS Control Panel where you can manage your databases.

While setting up most website software packages, such as WordPress, Joomla, and others, you will be asked to provide your database information. Some fields may be prefilled as a point of convenience, however, the prefilled information will not always be correct. One such instance is the Database Server/Host field. By default, you will see the text localhost prefilled, but if you are using our shared hosting platform, then this value is incorrect. Be sure to update the field to have the same value as the Database Host entry in the Database Manager section of the Control Panel.

 

What is localhost?

The term localhost is used in computer networking to denote the current computer. The localhost name is a shorthand for the IP address 127.0.0.1 which is referred to as the loopback address and it allows the computer to take advantage of any network services that it may be broadcasting.

So when you see localhost automatically prefilled while installing a website software package, it means that the installer assumes that the database server is located on the same physical machine as the web server that is powering the installer itself.

While placing the web server and database server applications on the same computer may be true for some hosting providers, we use separate machines to act as the web and database servers. The benefit of this approach is that we can balance the servers’ load across multiple machines, thus sustaining better performance and responsiveness at times of peak utilization.

The lone exception to this rule is our Virtual Private Server plans. If you own a VPS, you can run the web and database server applications in the same instance and can thus take advantage of the localhost hostname.

 

Conclusion

Errors related to database connection issues can often be cryptic and not provide a lot of actionable information. As such, it is always a good idea to double-check your database connection settings before proceeding with more in-depth troubleshooting. If you are using one of the more popular content management systems out there, such as WordPress, Joomla, PrestaShop, Drupal or similar, you should consider going over our article on how to resolve database connections issues with most CMS’s.

Was this post helpful?

i

Relevant tags:

Connect

Latest posts:

How to Install a MediaWiki Skin

In MediaWiki, skins determine the visual appearance of your wiki website. Skins define how content is presented to users and include such settings for the overall website layout, typography, color scheme, and more. By default, when you install MediaWiki, the platform...

How to Create a Page in MediaWiki

Creating pages in MediaWiki is а core feature that allows you to add content to your MediaWiki website. Whether you are adding details for a project, contributing to a knowledge base, or anything else, learning how to create a page in MediaWiki is crucial for your...

How to Install MediaWiki Extensions

Now that you have installed MediaWiki and learned how to log in to the CMS, it is time to extend MediaWiki's functionality via extensions. MediaWiki extensions are sets of files that add various types of functionality to your MediaWiki website. You can use extensions...

How to Log In to MediaWiki

After you install MediaWiki, it is time to log in to the platform, so you can start working on your new MediaWiki website. To log in, you must open the MediaWiki login page and enter your credentials. Doing so will open the platform’s admin panel. In the following...

How to Install MediaWiki

You can quickly install MediaWiki on any of the AwardSpace web hosting plans. This includes our free web hosting, shared hosting, as well as advanced services such as semi-dedicated hosting and VPS hosting. You can install MediaWiki in a matter of minutes, whichever...



Create a website for free!


Free forever

Our Support Team is Here to Help

 

If you need any questions answered, don't hesitate and contact us. Click the button below and follow the instructions. You can expect an answer within an hour.

 

Contact AwardSpace

 

iNewest knowledge base articles

How to Install a MediaWiki Skin

In MediaWiki, skins determine the visual appearance of your wiki website. Skins define how content is presented to users and include such settings for the overall website layout, typography, color scheme, and more. By default, when you install MediaWiki, the platform...

How to Create a Page in MediaWiki

Creating pages in MediaWiki is а core feature that allows you to add content to your MediaWiki website. Whether you are adding details for a project, contributing to a knowledge base, or anything else, learning how to create a page in MediaWiki is crucial for your...

How to Install MediaWiki Extensions

Now that you have installed MediaWiki and learned how to log in to the CMS, it is time to extend MediaWiki's functionality via extensions. MediaWiki extensions are sets of files that add various types of functionality to your MediaWiki website. You can use extensions...

How to Log In to MediaWiki

After you install MediaWiki, it is time to log in to the platform, so you can start working on your new MediaWiki website. To log in, you must open the MediaWiki login page and enter your credentials. Doing so will open the platform’s admin panel. In the following...

How to Install MediaWiki

You can quickly install MediaWiki on any of the AwardSpace web hosting plans. This includes our free web hosting, shared hosting, as well as advanced services such as semi-dedicated hosting and VPS hosting. You can install MediaWiki in a matter of minutes, whichever...

How to Install an Elgg Theme

After you have installed Elgg core and logged in to the admin dashboard, you can search for themes that can help you customize your new website. Elgg themes are a set of files that help you customize the appearance of your website. Via themes, you can modify website...

Even more web tutorials

Check out our web hosting knowledge base and the WordPress tutorials to learn more, and be better prepared for your website creation and maintenance journey.