"Cannot create account! Internal SQL error:"

Discussion in 'MySQL' started by gery555, Feb 3, 2009.

  1. #1
    Hy
    I installed a web-based game (i downloaded it from sourceforge), but when i want to register i get this error message:

    why can not insert the values?
    what sould i do?
    thanks
     
    gery555, Feb 3, 2009 IP
  2. DougF

    DougF Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's an SQL table for the database. Did you create a database for the game in PhpMyAdmin or Cpanel SQL Wizard, or maybe Putty SSH? Those are a few ways to set up a database, do you know how to do it? Or is this a 'self installer' that you run and it installs for you? If it is, you still need a database first to connect to so it can insert the table.
     
    DougF, Feb 5, 2009 IP
  3. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #3
    It seems that something is wrong with your DB. Either table is not present or it is trying to insert invalid data.

    Kailash
     
    kailash, Feb 5, 2009 IP
  4. gery555

    gery555 Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i activated the mysql, than a get one dbname (i dont have to create user and password cause i get it immediately - so it impossible to make mistake)
    there i imported the required sql tables than i tried to register and I get this error
     
    gery555, Feb 6, 2009 IP
  5. DougF

    DougF Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What's the whole error message? It looks like you only pasted the first part of the SQL response.
     
    DougF, Feb 9, 2009 IP