Elessar
Feb 5 2008, 04:21 PM
Okay, I have a forum which is growing daily. Even though members aren't that many, I'm still concerned over my database space and its capacity to hold the forum's content. Since post counts take up database space, the remaining space will decrease daily, albeit by little amounts. Still, it will decrease anyway and eventually my database for that forum will run out of space. My question is: 1. Is there any way to possibly create a new database to continue holding the old database's increasing data? As in, my old database is there but its full and I create a new one to hold the incoming new data although my forum is the same and keeps growing daily. 2. Why do hosting services and companies never said anything about their MySQL database size? 3. How much is database space is needed to host a moderate size forum with, say, 1000 members? 4. What is the typical database size offered by hosting companies? I know these questions sound weird, but I just have a burning desire to learn everything.
Reply
rvalkass
Feb 5 2008, 06:54 PM
QUOTE(Elessar @ Feb 5 2008, 04:21 PM)  1. Is there any way to possibly create a new database to continue holding the old database's increasing data? As in, my old database is there but its full and I create a new one to hold the incoming new data although my forum is the same and keeps growing daily. No, you can't "overflow" from one database into another. However, you can export the existing database and then import that data into a new database. This allows you to keep your data and expand the size of your database. Use something like PHPMyAdmin to export the .SQL file, then go to your new database and import that file. QUOTE(Elessar @ Feb 5 2008, 04:21 PM)  2. Why do hosting services and companies never said anything about their MySQL database size?  Usually it's one of two reasons: Firstly, most hosts do not limit the size of the database, except to the size of your hosting account. For example, if you have 500MB of space, that may include both files and database data. The other option is that the database space limit is so low it would put people off, so they just don't mention it  QUOTE(Elessar @ Feb 5 2008, 04:21 PM)  3. How much is database space is needed to host a moderate size forum with, say, 1000 members? Unfortunately I can't help you here. I'm not exactly sure how much space a forum of that size would take up. QUOTE(Elessar @ Feb 5 2008, 04:21 PM)  4. What is the typical database size offered by hosting companies? It varies massively between companies, and it is often best to check with their sales department if they do not specifically mention the database size on their website or in their literature.
Reply
tricky77puzzle
Feb 5 2008, 09:58 PM
QUOTE(rvalkass @ Feb 5 2008, 01:54 PM)  It varies massively between companies, and it is often best to check with their sales department if they do not specifically mention the database size on their website or in their literature. I know the limit with AwardSpace is 10 MB.
Reply
Elessar
Feb 7 2008, 02:17 AM
Yeah, typically the database size is often less than 50MB in my experience. And most of the hosting companies don't even mention their database space. As to the 'overflow' technique, well I just thought there might be a trick to do it. Turns out I'm wrong. Anyway, what's the point of exporting a SQL database and importing it into another one if the database capacity is the same? Unless I find another host with bigger database space capacity. But then how could the huge forums like Digital Point and Trap17 host their forum if the membership space is so huge? I guess their hosting is unlimited huh.
Reply
rvalkass
Feb 7 2008, 06:55 AM
QUOTE(Elessar @ Feb 7 2008, 02:17 AM)  As to the 'overflow' technique, well I just thought there might be a trick to do it. Turns out I'm wrong. Anyway, what's the point of exporting a SQL database and importing it into another one if the database capacity is the same? Unless I find another host with bigger database space capacity. That is what I was getting at - import the data into a database with a bigger limit, so you don't lose any data but still get an increase in space. QUOTE(Elessar @ Feb 7 2008, 02:17 AM)  But then how could the huge forums like Digital Point and Trap17 host their forum if the membership space is so huge? I guess their hosting is unlimited huh. Large websites have their own separate, dedicated web servers and database servers. This means you are effectively limited by the size of the hard drive you put in the machine.
Reply
Elessar
Feb 19 2008, 02:04 PM
Okay, so I suppose if I want to host a pretty large forum, I need to get a dedicated web host. Sounds like a lot of work. Anyhow, thanks for all the information shared here. Really appreciate it. I have another question. Suppose my forum is at the domain myforum.info . Later on, I decide to get that forum to a new domain, myforum.com at another new hosting company. How do I do this? I figured I'll need to install the forum at the new host, so do I then backup my forum's database at the old host and move that into the new host? How about the domain name? How does that work then?
Reply
rvalkass
Feb 19 2008, 05:44 PM
QUOTE(Elessar @ Feb 19 2008, 02:04 PM)  I have another question. Suppose my forum is at the domain myforum.info . Later on, I decide to get that forum to a new domain, myforum.com at another new hosting company. How do I do this? I figured I'll need to install the forum at the new host, so do I then backup my forum's database at the old host and move that into the new host? Yes. Most forums will have an area in the admin panel to allow you to export the database and save it locally to your computer. Then they should also have an option to restore from a backup. You set the forum up on your new host and then import the database backup. All your settings, posts and everything else should then work. If not, you can use something like phpMyAdmin to export the database data, then use phpMyAdmin running at your new host to import it again. QUOTE(Elessar @ Feb 19 2008, 02:04 PM)  How about the domain name? How does that work then? To forward people from one place to another, you'd use a 301 Permanently Moved status message. You would set that up for the old domain to forward everyone to the new domain name. There are guides to doing this using a .htaccess file, which is the easiest way. Just run a search for a tutorial.
Reply
Elessar
Feb 21 2008, 02:22 AM
Thanks for the input. That was hugely helpful to me. One more noobie question: I'm using phpBB now, so for my new forum, can I switch to other forums like IPB of vBulletin without changing the content/posts/members inside my forum? As in, use a different forum without altering anything inside my original forum. It's kinda impossible in my opinion, but not sure what others might think. Just want to get an opinion.
Reply
jlhaslip
Feb 21 2008, 02:40 AM
QUOTE(Elessar @ Feb 20 2008, 07:22 PM)  One more noobie question: I'm using phpBB now, so for my new forum, can I switch to other forums like IPB of vBulletin without changing the content/posts/members inside my forum? As in, use a different forum without altering anything inside my original forum. It's kinda impossible in my opinion, but not sure what others might think. Just want to get an opinion. Depends on whether there is a "convertor" written to transpose the data from phpbb format to the new Forum Database structure. Forums rarely share the Database structure, so the data needs to be transformed and stored into the new structure. You will need to consider the availability of a convertor package as you investigate the options for the new Database. It is highly unlikely that the phpbb Support Forums will offer the convertor for moving away from phpbb, unless it is into the phpbb3 version, of course, so check IPB or the new Forum software site for the Convertor Package. One hiccup in the conversion process is that most Forum softwares code the Member passwords in an encrypted form. Often they use a "one-way" encryption method, so the new Forum will likely need your Members to receive an email, click a link, receive their new password and then login and mod the password into their own. Good luck with your Forum Hosting.
Reply
Elessar
Feb 21 2008, 01:36 PM
Thanks a lot for the input. That sounds like a hell lot of difficult coding process. Sounds a wee bit advanced for me, cause I'm so new to all these database thing. Anyway, thanks again!
Reply
Similar Topics
Keywords : forum, database, forum, database, space, capacity, hold, content
- Help Me _ Error Message: "could Not Retrieve Session Record"
IPB-Forum error message (2)
Azurian Skin
put on forum (0) Azurian forum style for invisionfree forum. For preview of this skin visit:
z11.invisionfree.com/FreeLoads To install this skin, the writing in red must be changed.
yourBOARDNAMEhere has to be changed to urs (such as mine is FreeLoads), and the z11 in red has to be
yours (yours couls be z4). For help removing the miikerocks copyright and replacing with your own,
seek my other tutorials. There are to header and body's-one for the style only, the other is my
configuration - (the style with music and message flasher added.) There is also 2 footers-One just
for the styl....
Is The Database System Gone Again?
Errors on PHPMyAdmin again (9) I wonder if there is a problem with the PHPMyAdmin system again? When trying to get into it, I once
again get the following: QUOTE Warning: session_write_close() : SQLite: session write query
failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
Warning: session_write_close() : Failed to write session data (sqlite). Please verify that the
current setting of session.save_path is correct
(/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in
/usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42 Warning: Ca....
Database Or Pdf
Best way to list books on my site (1) Hi all, I am not sure if this is the right place to post but I'm sure you'll tell
me if it's not. My problem is this: I have a website where I sell books and it's one of
those simpleton sites where I don't need to know code, I just click icons etc Anyway, I can
upload images to the server and need to have them in different resolutions and link from a thumbnail
to the larger picture. What I am trying to say is I have about 6000 books to display on my
website which is impractical as it takes me about 10 mins to load 1 copy. What is the ....
Add Flashing Inbox To Invisionfree Forum
Html code for invsiionfree!! (0) Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
Invisionfree Skin How-to Put On Your Forum
A skin I partially made, I show you how to put on your forum. (0) Hey All who may want an invisionfree forum skin, because they are tired of their old, boring,
squarish one. Well I helped with this skin, and I'm going to give an explanation for starting
users, so that they may too, have a nice forum skin! First of all, when installing a new skin on
your board, no upload or download is needed. You will most definately have to replace your old forum
CSS or "Style sheets" (as called in the invisionfree Admin CP). You will almost all the time have
to place something in the footer (in Board wrappers IN THE ADMIN CP), and usually a ....
Dead Space
(0) Here are some trailers over at gametrailers.com Dead Space - Exclusive Story Trailer
http://www.gametrailers.com/player/34128.html Dead Space - Developer Diary: Strategic
Dismemberment http://www.gametrailers.com/player/35752.html Dead Space Website
http://deadspace.ea.com/ Pretty much from what I know, your stuck on some spaceship in space and
your crew, or most of your crew, are dead. You have to fight the creature which killed your crew and
somehow get the hell out of there. Looks like a pretty intense story line which will probably have
a lot of scary mome....
Webmasters Forum
(1) Hey guys, a week or so ago I launched my new webmaster forum (TheWebForums.info or
TheAdminforums.Com). It's basically a forum for webmasters to talk about SEO, Web Design,
Coding, Hosting, Domains, and much much more. There's also a sell/trade forum as well. I need
to find a good IPB skin, but I can't really find one that is professional enough. Anyway, tell
me what you guys think. http://thewebforums.info Thanks!....
A Tour In Space?
(1) Has anyone checked out the SpaceShipTwo and White Knight Two that Virgin plans on rolling out in
2009. I know that SpaceShipTwo is a space shuttle that will be for tourists and will orbit the
earth, giving tourists a seven minutes to experience zero gravity. From what I read, they plan on
testing this summer! And tickets will only run you $200,000. Anyone have a spare
$200,000 I can borrow? We'll see what happens. Although after reading about this I did
a little digging and found articles from '97 that talk about how we are going to have hot....
Dreamweaver Cs3: How To Link Content To Layers/apdivs
(4) Hi all! I've been searching the internet like crazy but just can't find any answers to
my problem. I want to make it so that my navigation buttons links content to be loaded inside a
smaller layer/apDiv or perhaps something i've yet to discover. I just can't for my life
understand how to do this nor what tools and options to use. I am using Dreamweaver CS3 in design
mode and have no clue how to hard code in html, CSS etc.. Here's a picture of what i want to
do. I really hope someone can help me or perhaps atleast point me in the right direction....
Phpmyadmin
Create new database: No Privileges (6) i can not make a sql for diff srcipt, but the sricpt i have is php, DJ-cpanel.. all tho i can not
install it the error is like this Creating Database Tables No database selected there a mysql
database is made, but i can not use it for othere stuff... plz note that this is Free script and not
for paid.. is there a way that the myqsul can not use sql other scripts? or it maybe not working...
but i am not sure if the script not working or it can be the server may be down on mysql...? ....
Forum Member's Town Suffers Tornado
Wind and rain damage is extensive. (10) Just got back on line. Things have been quite a mess here for the last few days. On
Thursday night June 12th we had a tornado and 80+ mile-an-hour winds in my town. The tornado
evidently didn't touch all the way down to ground level as only very old, tall trees were
toppled or uprooted. Falling trees caused much damage to houses, cars, power lines and telephone
lines. Lost electric power for over 20 hours at my house and others still don't have power.
Thank heaven NObody was reported injured. The torrents of rain that accompanied this storm pounde....
Looking For Developers To Help With A Forum Software
(5) Ok so as the topic title says i'm looking for some Developers to help with a forum software.
Just a little back ground on the software. It was started back in 2005, and has been sold 2 times,
the second time which was a few months ago the owner abandoned the project and left it to die.
(which it did) Now under the Licensen it says that you are aloud to make a forked version of the
software, and once you have changed over 50% you may remove all refrence of the orginal script. So
that is what I'm planing on doing. I arleady have one delveloper who was one of the or....
Help On Choosing Forum Discussion Category
(5) Hi, I want to create a forum. But seems I don't have much idea on the topic of discussion. See
for example, a gaming forum. There's already too too many gaming forum that popular, and why
people must join mine if there are already a better one? Then, lets say about a forum focused on
technology and computers. I don't have much experience on computer except on basic one and a
little bit of *simple* advanced. So, which one should I create?....
Python Forum
(5) Hi, as the title says i want a python forum in trap17. The thing is that the admin cannot add a
forum just for me, so i would like to listen your opinions about this. Python is a programming
language that is growing really fast this years. It has become very famous in the open source
community. The link to the webpage of python is : http://www.python.org/ . It would be interesting
to share our ideas about this topic in the forum. Regards....
Hackers Hijack A Half-million Sites: Phpbb Forum Users Must Read
(8) Since January, hackers have hit hit over 500,000 website, with everything you could possible
imagine; viruses, trojans, malware etc etc. As for the types of websites, sadly to say, these
websites who are getting hit are running PHPBB forum and the worse part is htey don't mention
which version of the phpbb forums are getting hack. So it is safe to say any version below 3.0 is
hackable and maybe even 3.0 itself. As for some of the stuff that is being transmitted are old and
new, but one trojan has been identified and it is the Zlob Trojan or rather variations to th....
Database With Mysql++
getting mySQL++ to work with trap17 (7) Hi, I'm trying to build an online game and figured the easiest way to do the server list would
be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
website and I always get an abnormal program termination; however, it will work with the mySQL on my
own machine. The code is below: CODE #include <iostream> #include <iomanip>
#include <mysql++> #include "pass.h"//holds my password (i program at
school) int main(void) { Connection con("t3jem3_test","....
Dead Forum
(4) Is there anyone around willing to maybe start a new graphics tournament? All these posts seem to
be 365+ days old o.O....
Is Outer Space The Future Of Mankind?
the moon, mars, asteroids (16) Is space the solution to the troubels of mankind? Can we in space find the resources that we need
to keep the growth going? Imagine that the billions in china and india over the next decades will
want the same standart of living as we currently have in europe and north america. Is mars the
solution to over population on earth, mars does present 3 times the land area of earth. Is mining
he3 (for fusion energy) on the moon the solution to the polution free energy need on earth? 25gram
he3 pr year would be sufficient to cover the energy needs of usa (the worlds larges ....
How Did You Hear About This Forum
word (630) Hi! friends, we are all here... but how did we reach here? Lets take a poll, may be this info
will be useful to the admins also, in shaping their policies... So let's start!
Googlue! Could you also visit my site and comment on that here? I found out in another
forum. When I was disgusted with shyper.com, I started searching and reached post2host.com. That
sucks... and is anyway down! Somebody had mentioned this site there.. and goog lord.. I am here.
LOL /rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /> ____....
Would You Go On A Trip Into Deep Space?
Even if you knew you were never coming back... (28) As the topic says, if you had the opportunity to go on a deep space mission but you knew it was a
one way trip, would you do it? Lets say fro arguments sake, that you would see the following
sights: The moon Mars Jupiter and its moons Saturn and the outer planets. I would like to see what
everyones opinions are, I would personally do it if I had the opportunity.....
Evilboard (forum Software) - Multiple Categorys - Don't Work :(
I am creating a forum and i can't fix more then 1 category. (6) I am at the moment trying to program my own forum, but i need more then a single category, here is
my source: CODE function cat () { include("functions/functions.php");
echo '<table width="100%" border="0" cellspacing="0">
<tr> <td class="eb_top" colspan="3" style="border-bottom-width:
0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
</tr>'; global $catid; $db = new db; $db->connec....
Putting A Signature On The Forum
A tutorial on how to put a signature on here (35) Concidering it is a part of the rules that we put signatures in the signature portion instead of
typing it every time you make a post, i made this to tel people how to put the signature up for
people to see. It will automaticly be added to the end of every single post you make! First Off
you need to go to "My Controlls" which can be found in the top right hand side of the screen...
Once you are in your controlls look on the left hand side for "Edit Signature" once you are
there you should see a screen like this that shows your current signature for ex: m....
Mysql Database Size
related to the free database space (6) hi all! this is my first post /biggrin.gif' border='0' style='vertical-align:middle'
alt='biggrin.gif' /> and i have a doubt, how much mysql space i am allowed to use... i mean how
much is available for my free account....
Come Up With New Member Rank Names
your chance to contribute in forum mod (36) I'm sorry the previous topic was deleted accidentally when I went to control a spam post.
Again, any spam reply will be deleted on the spot--no exceptions. Currently we have ranking name
only up to 200 posts. I would like to add the followings: Post count: 500 Member rank: To Be
Announced Post count: 1000 Member rank: TBA Post count: 2000 Member rank: TBA Post count: 3000
Member rank: TBA Post count: 4000 Member rank: TBA Post count: 5000 Member rank: TBA I was trying
for few names like: TRAP 1, TRAP 2, Trappateer, Trap Cadet, Trap General, Trap Admiral, TR....
Import From Excel File Into Mysql Database
(7) Has anyone tried using the excel import function that comes with phpmyadmin
http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
to import the data to , there is a link on the bottom left corner which says "insert data from a
text file into the table" - although it says text file it still can be used to import an excel file.
When you click on this link you will be taken to a page where you will be asked for the file name
(the....
Pet/animal Care Forum
Online veterinary advise (18) Hi I am A veterinarian and would like to offer through this forum an online tutorial and
consultation service... For a start lemme tell you something about training, feeding and breeding
your pets... QUOTE Training Pets Training pets Dog training is an art and science. It is
very important for your dog to be trained at least to the extent of obeying your basic commands. The
training must be methodical and must be regularly carried out. An obedient dog is an asset and also
required for the owner’s safety. An untrained adult Alsatian or Doberman can be quite letha....
Free Forum Hosting With No Annoying Ads!
Forums PHPbb (29) Does anyone know where I can get a FREE! Forum with NO ADS!? Thanks A Billion.!....
How To Create A Forum?
(16) I want to create a forum after getting a host on this site,but i cant find a propper program for
it.Also i want to know how to have polls and other stuff on the side. P0ZzZ! Post moved to the
right section ....
How Much Space Does Google Have On Their Servers?
(47) i really wanna know. this is like serious.. if 512 users sign up for gmail, then they use up a
terabyte of space... now its more than like to have around hundreds and hundreds of thousands of
people who would've signed up for gmail.. now this is getting a bit unbeleivable.. if a
million people sign up... 2 million gigabytes... now where thats like nearly 2000
terabytes!!!!!!!!!!!!!!! enough to
store all the information that every human ever spoke since the dawn of time(k..k.. i am
exxxxagerating) , now ho....
Looking for forum, database, forum, database, space, capacity, hold, content
|
|
Searching Video's for forum, database, forum, database, space, capacity, hold, content
|
advertisement
|
|