Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How to Enable MySQL Port on Your Linux Dedicated Server

MySQL is an open-source relational database management system that is based on SQL queries. It is compatible with most known programming languages and can be installed on most Linux distributions that exist, such as Ubuntu and CentOS. MySQL runs as a system service in Unix family systems and services are configured through text files. The my.cnf file is the file where all MySQL configurations are defined.

To allow and enable the MySQL port, use the following process:

  1. First, log in to your server as root.
     
  2. Edit the csf (Firewall) configuration file using the following command:
     
    nano /etc/csf/csf.conf
     
  3. Search for the following lines as shown in the image below:
     
    Screenshot showing the results of the nano /etc/csf/csf.conf command.
     
  4. Proceed to add the port no 3306 as follows.
     
    Screenshot showing the addition of Port 3306 to multiple lines within the MySQL configuration file.
     
  5. Save the changes Ctrl+O followed by Ctrl+X to exit.
     
  6. Refresh the firewall using the following command:
     
    csf –r
     
    Which should give an output similar to the screenshot below.
     
    Screenshot showing the results of the csf –r command.

Popular Links

Looking for more information on Linux? Search our Knowledge Base!

Interested in more articles about Operating Systems? Navigate to our Categories page using the bar on the left or check out these popular articles:

Popular tags within this category include: Linux, Windows, Apache, CentOS, Debian, Fedora, RedHat, and more.

Don’t see what you’re looking for? Use the search bar at the top to search our entire Knowledge Base.

 

The Hivelocity Difference

Seeking a better Dedicated Server solution? In the market for Private Cloud or Colocation services? Check out Hivelocity’s extensive list of products for great deals and offers.

With best-in-class customer service, affordable pricing, a wide-range of fully-customizable options, and a network like no other, Hivelocity is the hosting solution you’ve been waiting for.

Unsure which of our services is best for your particular needs? Call or live chat with one of our sales agents today and see the difference Hivelocity can make for you.

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...