Jump to content
TrinityCore

jhatfield

Plebs
  • Posts

    5
  • Joined

  • Last visited

Posts posted by jhatfield

  1. Sorry for my late response.

    No it's still not working. Did it like you wrote by manually import the sqls but now i get:

    "Didn't find executeable mysql binary at 'D:/BUILD_TrinityCore/bin/Release' or in path, correct the path in the *.conf ("Updates.MySqlCLIPath")."

    Only by setting Updates.EnableDatabases = 0 (from 1) it seems to work but is this correct?

  2. 1 hour ago, gkdr said:

    hello,I think you can reload the bases.
    Starts well by the Create Base and then to finish the updates

    What do you mean exactly? Beginning with a new core compiling again or what do you mean with "you can reload bases". (MySQL TDB_full.... i just downloaded this morning)

     

    54 minutes ago, gixxer_j said:

    Looks like your mysql user is missing privileges...

    from the mysql prompt try:

    grant all on dbname.* to 'user'@'%' identified by 'password';

    change dbname to the name of the database in question, user to the mysql user and password to that user's password.

    Will try later and inform you if it worked

    Edit:
    So tried to fix privileges but didn't help.

    Also startet at point 0 recompiled, sql reinstallation ... same problem.

  3. Hey guys,

    i wanted to setup a complete fresh core and worked with the wiki Tutorial (not my first TC-Compiling!).

    Compiling did work like charm but setting up the DB is probably.

    As i said i used fresh data and compiled core. But anytime i start worldserver.exe for creating the new databases i get an permission error.

    I already tested to create manually DB's with the same Login Data as in worldserver.conf and it did work, but anytime im doing it with the worldserver.exe i get the following error.

    I already readed many threads where the same error appeared but nothing did help. Could it be that the core itself has a problem, cause 2 or 3 weeks ago there was no problem.

    Any ideas out there? (It's my first time im posting here sorry if i put it in the wrong place)

     

    Server.log

×
×
  • Create New...