Jump to content

altera

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by altera

  1. We have 5.4 on Johnny. I don't know when Stevie will be updated, but it will be after we verify that 5.4 is stable on Johnny (so probably a few weeks at best, never at worst).

     

    Thanks for the info, would've used johnny but it had so much lag and downtime I transfered to stevie

  2. We have 5.4 on Johnny. I don't know when Stevie will be updated, but it will be after we verify that 5.4 is stable on Johnny (so probably a few weeks at best, never at worst).

     

    Thanks for the info, would've used johnny but it had so much lag and downtime I transfered to stevie

  3. I'm trying to upload a database for my website (I know my database isn't corrupted because I can upload it on other sites), whenever I do so the upload cuts off and I get a

     

    "#2002 - can't connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (2) the server is not responding (or the local server's socket is not correctly configured)."

     

    aswell as it says the table its trying to upload doesn't exist, even though it does?

     

    Error

    SQL query:

     

    -- --------------------------------------------------------

    --

    -- Table structure for table `reputation`

    --

    CREATE TABLE IF NOT EXISTS `reputation` (

     

    `UserID` TEXT NOT NULL ,

    `GivenIP` VARCHAR( 100 ) NOT NULL ,

    `GivenID` TEXT NOT NULL

    ) ENGINE = INNODB DEFAULT CHARSET = latin1;

     

    MySQL said: Documentation

     

    #1146 - Table 'altera_main.reputation' doesn't exist

     

    Does anybody know how to fix this?

×
×
  • Create New...