Home » questions » MySQL Databases?

MySQL Databases?

2006-08-15 00:53:32, Category: Programming & Design
What the heck can I do with 10? Don't I need at least 25 and preferably 50?

Answers

  1. helix.helix

    On 2006-08-15 00:56:46


    if youre running blogging software, 10 is about right. dont pay godaddy more than you have to.
  2. bill91173

    On 2006-08-15 01:00:55


    10, 25, and 50 databases? A single database can hold many tables and each table many records. Most web applications that use MySQL, such as address books, forums, and estores to name a few use only one database per application. If you are referring to disk space provided for the database, unless you are storing binary data into the database (like storing picture files into it for example) 10 meg goes quite a long way for text and if you get close to exceeding that space it is a good time to archive the database data or upgrade your service at that point. Unless you are planning on a high volume site that will not lend itself easily to archiving. In that case you may want to start with more disk space.