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 6735059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:57:47+00:00 2026-05-26T10:57:47+00:00

At some point earlier on it appears there were too many sql connections and

  • 0

At some point earlier on it appears there were too many sql connections and the following was echo’d to screen for whomever was looking:

PHP Fatal error:  Uncaught exception 'PDOException' with message  'SQLSTATE[08004] [1040] Too many connections' in /dir/file.php:21
Stack trace:
#0 /dir/file.php(21): PDO->__construct('mysql:host=loca...', 'the user', 'password')

As you can see, it printed the username and password.

I’m new to PDO form of connecting to db, and I got into it because people told me my regular mysql_connect form was insecure. However by default, when mysql_connect ever had too any connections it never printed the username and password to the screen.

What a disaster.

How do I stop PDO from doing this if it error’s out??

I’m using:

$dbh = new PDO('mysql:host=localhost;dbname=' . $db, $user, $pass);
  • 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-26T10:57:48+00:00Added an answer on May 26, 2026 at 10:57 am

    Edit your php.ini and set

    display_errors = 0
    

    If you don’t have access to php.ini then at the top of your script(s) you need to add:

    ini_set("display_errors", "0");
    

    See http://php.net/manual/en/errorfunc.configuration.php and http://php.net/manual/en/function.error-reporting.php

    This will stop all errors from being outputted to the browser. Make sure you are still logging errors (via php.ini setting).

    P.S. Do not toss away PDO

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

Sidebar

Related Questions

At some point in time I turned on a setting in Visual Studio 2005
At some point Find All References feature got broken for a single solution that
At some point I need to display a disabled (greyed out by disabled=disabled attribute)
At some point, I've sent an email and it is processed and received by
In my application at some point, I have to call the Propel library version
I believe I read at some point that due to Android running on the
I'm considering using memcached (at some point) in my application i'm currently developing. Eventually,
I have a huge application and at some point, when a redirect is involved
Ok, so at some point in time, somebody checked in some files with names
I am designing a system which will at some point require to send email

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.