Mysql Database reached it's limit

Discussion in 'MySQL' started by googleandroid, Nov 19, 2007.

  1. #1
    What happens when your mysql database reaches it's limit? I was told the limit is 2GB,which is alot,but i'm just wondering what will happen. I have a few sites using the same mysql database so I just want to know.


    And for example,say you have a Forum that reaches it's mysql database limit,what happens to your forum? Can't people post anymore? Or do you create a new database and get your forum to start using the new one and keep the old one?
     
    googleandroid, Nov 19, 2007 IP
  2. msaqibansari

    msaqibansari Peon

    Messages:
    84
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think 2GB is enough for small sites. I think you should remove your DB log. it also count space with actuall DB space.
     
    msaqibansari, Nov 19, 2007 IP
  3. theanswer

    theanswer Well-Known Member

    Messages:
    365
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #3
    I am not exactly sure what happens, but I would imagine that once your limit is reached post will not be able to be made.
     
    theanswer, Nov 19, 2007 IP
  4. Kynlem

    Kynlem Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    MySQL doesn't have 2GB database size limit.

    There is a limit for table size, but it is much more than that.

    Rows size limit is 64 KiB exlcluding BLOB and TEXT fields.
     
    Kynlem, Nov 20, 2007 IP
  5. Kuldeep1952

    Kuldeep1952 Active Member

    Messages:
    290
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Perhaps 2 GB is the DB limit put by the Hosting provider.
    e.g. 1&1 have a 50 MB limit for each mysql database, but you can
    have multiple dbs. So if 2 GB is the limit per db, you can perhaps
    see if you can have multiple dbs.
     
    Kuldeep1952, Nov 20, 2007 IP
  6. googleandroid

    googleandroid Guest

    Messages:
    229
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i found out that my host uses the hard drive space for the mysql limit. so my server has 1000GB of space,so my mysql can be up to 1000GB large.
     
    googleandroid, Nov 21, 2007 IP
  7. Scorpioon

    Scorpioon Peon

    Messages:
    144
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    is it possible google ?
     
    Scorpioon, Nov 21, 2007 IP
  8. cmonkey

    cmonkey Peon

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It gives a weird error saying the data is corrupt happened to me a few years ago... after increasing the space from the provider resumed working well...
     
    cmonkey, Nov 21, 2007 IP
  9. st1905

    st1905 Well-Known Member

    Messages:
    573
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    135
    #9
    2gb is huge for a mysql db, thats not for small sites.
     
    st1905, Nov 21, 2007 IP