Jump to content
TrinityCore

Clonix

Plebs
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Clonix

  1. There was a problem connecting, because..

    1. MySQL is not setup according to the wiki, or

    2. You didn't run the updates.

    unknown column 'permission' in field list.
    

    I'm leaning toward number 2.

    MySQL will try to read a DB/Table, when it's presented with too many errors than MySQL will dump the connection.

    thus the...

    Cannot connect to ...
    

    It's not always a permission or "access" issue.

    Alright when you say "run the updates" how exactly should I understand that? I mean how should I do that. Thank you!

  2. So I'm setting up my own localhost server to practise SQL on. I've follow this guide " http://collab.kpsn.org/display/tc/How-to_Win " but I'm getting a very odd error that I can't seem to fix when I run the worldserver.exe:

     

    7efe5d9078a6bd276287d76cdb10b159.png

     

    I've filled the following in in my worldserver.conf file:

     

    LoginDatabaseInfo     = "127.0.0.1;3306;root;password;auth"
    WorldDatabaseInfo     = "127.0.0.1;3306;root;password;world"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;password;characters"
     
     
    And the following in my authserver.conf file:
     
    LogindDatabaseInfo = "127.0.0.1;3306;root;password;auth"
     
     
    I can't seem to find the issue, is there anything I'm missing? Any help is appreciated, I'll of course provide any information to you need regarding the tables and columns in my db.
     
    Oh and by the way this is my first time ever setting up a trinitycore server and my first time with SQL in general (almost). Thank you! 
×
×
  • Create New...