473,379 Members | 1,533 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

MYSQL limitation on my hosting. Any ideas?

258 100+
Hi everyon
I bought a hosting 2 month ago and I'm happy with it.
510 GB webspace
5000 GB Monthly bandwith

for 7 dollars per month. Then I started to make a chatroom with (Flash + Actionscript) for client side scripting and (PHP) for server side.

But after setting up everything I realized that the server I have my hosting on has a MYSQL limitation. Here are the details

100,000 Updates /Hour
100,000 Questions /Hour

It would be MAX 28 requests per seconds. But a chatroom with minimum 1000 users online will generate more trafic than this limitation.

Do you have any idea what I can do? because I already have paid for 1 year. Can I use an external MYSQL server or is there any other way to fix this problem?

Any suggestions will be highly appriciated.

Thanks / Behzad
Sep 5 '08 #1
3 1821
Atli
5,058 Expert 4TB
Hi.

You can of course have your application use a different MySQL server, although that may cause some security problems. It would require you to allow connections from a remote IP address, as apposed to a local server that would be limited to a local network.

For a web with that much traffic, maybe you could contact your host and have the limitation removed or increased?
I bet they would want to charge you something extra, but that's just how it goes.

Unless, are you able to set up your own server?
It's more challenging but it would remove all limitation.
Sep 5 '08 #2
bnashenas1984
258 100+
Thanks for the reply Atli
Actualy I'v already contacted them but the answer was no. Because they have more than 150,000 hostings on their servers they can not increase the limitation. (Even if I pay more) I know it sounds crazy

I also know that the remote MYSQL server should be set to allow external connections but what I'm wondering is if this slows down the program to connect to external database?

One other thing I need to ask. How much does it cost to own a server? I'v never set up a server other than local ones like IIS and Apache.

I'm sure it needs a very fast connection.

Oh by the way. there is one more option which is more complicated. This limit they have on their database is for each MYSQL server. I made several databases and realized that each one of them is stored on a different server.
That means if I make 4 databases it will increase the limitation 4 time more. But how can I use several databases in 1 script.
Is there any way to mix all of them?
Sep 5 '08 #3
mwasif
802 Expert 512MB
Setting up your own server (at home/office) needs much more attention and you have to deal a lot of things yourself. If you have that much traffic and can afford $150 per month, then you should go for dedicated server from some hosting company like The Planet etc.

If you have several databases on different servers then you can not use them in a single query, otherwise you can use if they are on the same server e.g.
Expand|Select|Wrap|Line Numbers
  1. SELECT db1.table_name.username, db2.table_name.location
  2. FROM db1.table_name.id, db2.table_name.user_id
Sep 7 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Jake | last post by:
I apologize for what is probably a "stupid", uninformed question but here goes... I just inherited an ASP site project currently running off of a Microsoft Access DB which I'd really like to...
4
by: Dave Moore | last post by:
Hi All, I'm looking at using PHP and MySQL for a particular website application. However, I was a bit concerned that if a PHP script went wrong then it would be possible to accidentally delete or...
11
by: Mike MacSween | last post by:
My client has an MS Access database application on her local machine. I have full access to that in terms of changing the design. I've got a simple PHP/MySql application on shared hosting, so no...
6
by: jacob nikom | last post by:
I would like to create data model for a group of stores. All stores in this group are very similar to each other, so it is natural to allocate one MySQL database per store. Each database is going...
2
by: Dave Brown | last post by:
I believe I have found a severe limitation of DotNet, with respect to hosting Windows Form Controls in WebPages. It appears this is only possible when the web is configured on Port 80. Any other...
19
by: cover | last post by:
Is there a restriction to the number of fields you can work with in a PHP to MySQL connection? I'd used as many as 15 quite a few times and now I have a form with 34 fields and can't seem to get...
12
by: mistral | last post by:
phpMyAdmin 2.6.2 problem: can no connects to mySQL database: each time shown error #1045 - Access denied for user 'username'@'192.168.1.2' (using password: YES) Is seems, this is most common...
14
by: mistral | last post by:
Need php script to create mySQL database programmatically; since hosting configuration may not allow create database from script, script also need eliminate/rewrite all restrictions in appropriate...
2
by: aidanhaylock | last post by:
Morning, This one is really driving me insane. I am developing a site for a client who doesn't particularly want to move their hosting away from their current provider. The current host are...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.