What is max connection in mysql?



What is max connection in mysql?..

Answer / Sandeep Chaudhary

The maximum number of simultaneous connections in MySQL depends on the system's configuration. By default it's set to 151 for Linux and 256 for Windows systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How many ways we can we find the current date using MySQL?

5 Answers  


What is the difference between database and table?

1 Answers  


can you tell what are the different set operations available in mysql? : Mysql dba

1 Answers  


Explain the difference between mysql and mysql interfaces in php?

1 Answers  


How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.

1 Answers  


A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.

1 Answers  


How to store binary data in mysql?

1 Answers  


What is triggers and how it can be used in mysql?

1 Answers  


how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.

1 Answers  


What is join in mysql? What are the different types of join?

1 Answers  


What does mysql_fetch_assoc do?

1 Answers  


How do I start mysql in mysql workbench?

1 Answers  


Categories