![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 |
#3
| |||
| |||
|
|
howa wrote: How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 That depends how many your database administrator has limited you to. I can't find the exact limit in the manual, but it will handle far more than you will ever need. Probably way more than thousands. Cheers, Nicholas Sherlock -- http://www.sherlocksoftware.org |
#4
| |||
| |||
|
|
howa wrote: How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 That depends how many your database administrator has limited you to. I can't find the exact limit in the manual, but it will handle far more than you will ever need. Probably way more than thousands. Cheers, Nicholas Sherlock -- http://www.sherlocksoftware.org But that would be a limit to how many that user could create. Other |
#5
| |||
| |||
|
|
How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 Will performance suffer If I install too many DB in a single server? Thanks. |
#6
| |||
| |||
|
|
howa ¼g¹D¡G How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 Will performance suffer If I install too many DB in a single server? Thanks. some background information... we have a limited set of user, say. 500, they have many rows (e.g. avg. more than 10000 rows stored on a table, so num of row = 5000000, and the number still increasing, what i am think is stored the data in different database per user, so each user owned a set of tables, the scablity of the system can be greatly increased. but i want to know the exact limit of the number of DB. |
#7
| |||
| |||
|
|
How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 Will performance suffer If I install too many DB in a single server? Thanks. |
#8
| |||
| |||
|
|
"howa" <howachen (AT) gmail (DOT) com> wrote in message news:1167818610.165070.102640 (AT) v33g2000cwv (DOT) googlegroups.com... How may databases are allowed to host in a given MySQL server? e.g. 4 or 5 Will performance suffer If I install too many DB in a single server? Thanks. As you will have gathered by other replies, there doesn't seem to be a "fixed" answer and in fact why should there be a fixed answer. It's more likely that the limitation would be the specification of the machine you're using for the server. Consider ISP's that provide MySQL databases as part of the hosting packages. My ISP only provides me with two databases, but multiply that by the number of clients they have and you will soon realise that they must have thousands per server. SA |
#9
| |||
| |||
|
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |