Error 500 Show mysl DB user and Password March 31, 2022, 12:30:06 AM If i try to make looping connection and make error on mysql connection it can show the error 500 and show the host db user and password Quote Selected
Re: Error 500 Show mysl DB user and Password Reply #1 – March 31, 2022, 11:33:03 AM @donaldr this error means that the maximum number of simultaneous connections to your MySQL server has been reached. And new connections to the server cannot be established. To solve it you need to increase the max number of connections for your database. Read more here SQLSTATE[08004] [1040] Too many connections error is shown in Plesk interface | Webcore Community | Webcore Cloud and php - SQLSTATE[08004] [1040] Too many connections - Stack Overflow Quote Selected
Re: Error 500 Show mysl DB user and Password Reply #2 – March 31, 2022, 11:50:37 AM @willvin yes i know for that to increase the max number but in this case myself its try to brutefoce the server and i can get the error like that. so is any option on phprad PDODB not show the error with user and password of my server databaseThanks for replay Quote Selected
Re: Error 500 Show mysl DB user and Password Reply #3 – March 31, 2022, 12:32:20 PM @donaldr If you don't want to display errors, please publish the project to production by setting PublishToProduction to True in the Publish section. The option is there to make the app production-ready, and to hide all information that could expose your app to hacks. Quote Selected Last Edit: March 31, 2022, 12:35:02 PM by willvin
Re: Error 500 Show mysl DB user and Password Reply #4 – March 31, 2022, 02:18:00 PM Ok Sir. Thanks for information i try nowThank you Quote Selected