Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4532418
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:01:43+00:00 2026-05-21T14:01:43+00:00

Good day! I have a website deployed in a free web-hosting server. Recently, I

  • 0

Good day!

I have a website deployed in a free web-hosting server. Recently, I cannot access my SQL and receive this warning: too many connections.

MY CODES:

In order to access mysql, i created a config.php file.

 <?php
        // save this as config.php
        define('DB_HOST', 'localhost');
        define('DB_USER', 'username');
        define('DB_PASSWORD', 'password');
        define('DB_DATABASE', 'pascual4_eventpost');
        $conn=mysql_pconnect(DB_HOST, DB_USER, DB_PASSWORD)
          or die ("Error connecting to database");
        mysql_select_db(DB_DATABASE)
          or die ("Error: Cannot access database");
    ?>

So If ever I need to access my database. I just call require("config.php");

I’ve read somewhere before that mysql connections automatically closes when the script is done. That’s why I don’t put any mysql close connection code on my PHP pages. Or do I still need to close it manually and input mysql_close($conn); on every page?

So I restarted my PC and flush my dns. Luckily, now I can access my mysql database but it is very slow. Maybe because I am using a free-web hosting? But, on my part, is there a way where I can speed-up my mysql connection and queries. What Validations can I include on the above code so that I could improve the performance of my mysql connection? Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T14:01:44+00:00Added an answer on May 21, 2026 at 2:01 pm

    As you state, PHP will close any open connections when your script terminates, so unless you’re tying up connections by executing long-running scripts/queries, etc. then this is most likely a symptom of a very low max_connections mysqld setting, which isn’t a huge surprise bearing in mind that you’re using a free hosting package.

    I’m not sure how many connections you’re using per “page”, but:

    1. In my experience using mysql_pconnect generally makes the situation worse, rather than better. (Just use mysql_connect.)

    2. If you’re using multiple connections on the same page, it would be an idea to re-use the same database connection if at all possible.

    Failing that, it might be time to look for a more appropriate hosting package.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.