• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Can't connect to Database//TC_CATA_Eluna

Status
Not open for further replies.

Hei

Enthusiast
hello
i have this error every time when i startup the core, it can't connect to the database. We use the newest TC_DB-4.3.4 and the configs are right.
 

Tommy

Founder
Would be nice if you gave us an error. Did you check the server or DBError logs? It's most likely caused by outdated table(s).
 

Rochet2

Moderator / Eluna Dev
How do you know the configs are right?
If they are right, the problem is likely in the database.
Eluna shouldnt touch anything about databases.
 

Hei

Enthusiast
The db what i use is: http://www.trinitycore.org/f/files/file/9-tdb-full-434/

The updates what i use are: https://github.com/TrinityCore/TrinityCore_4.3.4_DB_Alpha

The core is: https://github.com/ElunaLuaEngine/ElunaTrinityCata

so the errorlogs
Server.log

DatabasePool ************** NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to world database **********

DBerror.log

In mysql_stmt_prepare() id: 53, sql: "SELECT name, permission, help FROM command"
Unknown column 'permission' in 'field list'

sry that i needed that long
 

Rochet2

Moderator / Eluna Dev
The core and DB versions dont match.
The core in our repository is not the same version as the 4.3.4 on TC repository.
But you are still using the database for the version on their repository.

Either find out what updates to run (remake DB with correct updates)

Or then you can just merge our repository with trinitycore's with
Code:
git remote add Trinty https://github.com/TrinityCore/TrinityCore.git
git pull Trinity 4.3.4
Resolve merge conflictions and you are ready.


This is likely the issue as I am viewing the stuff given so far. I am not exactly sure if I am correct.
 

Hei

Enthusiast
so I try the merge ^^ but which database should we use for the elunatrinitycata core?
 
Status
Not open for further replies.
Top