+ Reply to Thread
Results 1 to 7 of 7

Thread: SQL error?

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    7

    Default SQL error?

    I'm getting this error on the front page of my website (getofftheinternet.net):

    Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /hsphere/local/home/phrankle/getofftheinternet.net/libs/db.php on line 87 Warning: mySQL database connection is not active in /hsphere/local/home/phrankle/getofftheinternet.net/libs/db.php on line 125

    What's up?

  2. #2
    Junior Member
    Join Date
    May 2008
    Posts
    4

    Default

    I'm having similar issues with my database as well although I opened a support ticket.

  3. #3
    Junior Member
    Join Date
    Jul 2008
    Posts
    7

    Default

    Yeah, I just did too.

  4. #4
    Junior Member
    Join Date
    Aug 2008
    Posts
    3

    Default

    Same issue - seems to be caused by too many DB connections. Still waiting for a reply to my ticket.

  5. #5
    Junior Member
    Join Date
    May 2008
    Posts
    4

    Default

    I got a reply and it sounds like it may be awhile...great

    There have been some table corruption issues on the MySQL server causing various issues with certain tables/databases. We are aware of the issue and currently in the process of repairing the issue. Due to the number of databases it may take some time to repair all the databases, but we are certainly working to resolve the issue as soon as possible.

  6. #6
    Junior Member
    Join Date
    Jul 2008
    Posts
    7

    Default

    Looks like it's back up.

  7. #7
    Junior Member
    Join Date
    Aug 2008
    Posts
    3

    Default

    If you're using MYiSAM for the engine for your tables then you'll want to create a cronjob to check the tables each night and repair if needed. myisam is fast but prone to corruption. If you don't need as much speed then change the engine for your table to InnoDB.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts