coderhimanshu
New Coder
I am using a cloud remote mysql database and I want to ask what is the max connection limit shown in mysql datbase information. I am creating a python application that will be used by more than 1000 users at a time and the max connection shown is 75 can my application handle the request from mysql server or it will fail to do so. And if it fails what to do ? . Is this 75 for different applications or 75 connection for single application ?