@ Nirracca
PREPARE YOURSELVES NEWCOMERS. WE'RE GOING DEEP HERE.
Did you copy/paste the actual sql files into a folder?
( i'm assuming you did this) ^
or
Did you use a SQL GUI program to update the actual logical database called 'Trinncharacters' ?
------
OKAY now if you did just copy/paste the files thats not going to work.
SQL and Trinity work in a logical form with some physical pieces. SQL files, Trinity core.exe and even the .dll files are physical if you will. Together with the help of programs they create the Logical portion of the server. Like Databases and the actual server world.
The Logical part is the Databases, The actually Server core. When you run Trinitycore.exe Trinity Realm .exe and even Apache and MySQL..they all create and assemble the Logical portion.
SO when you are dealing with updates to a database, You need a physical SQL file and a way to access this Logical part (database)...Download
Navicat-Lite
Navicat Free MySQL GUI Lite - Free software downloads and reviews - CNET Download.com
ITs free.
You use this to update the Trinncharacters database using those two SQL files you have.
Now if you need a step by step navicat setup, I'll do one tonight, a quickie for you
First turn on MySQL, so open this repacks Server folder and double click on the MySQL.exe application
NOW in NAVICAT Lite
Basically, create a new connection,
set the IP address as
127.0.0.1
*this is your internal IP of your machine*
User: root
Password: ascent
*note* the password is most likely ascent as it was for this repack but you would know had you changed it*
Thats it. Accept the changes (Hit OK)
Now double click the 127.0.0.1 that is on the left side of Navicat.
If you did install the server and such properly you should see 6 (six) new items in that list.
These are your database tables. (Databases) The server core reads these among other files to create the game world.
Back to the update at hand ok... You should see in the list of 6 (six) the name Trinncharacters. Double click it to expand the list. Now on the left you see more new options and on the right a LOAD of tables (data the game is made of)
Now ignore the right side for now..focus on the left and RIGHT-click on the Trinncharacters and click on Execute Batch File. Now a new window appears. Dont touch anything besides the 3 ... to select the file. Browse to the 01 sql character file you downloaded and select it. Then hit Start.
Repeat for 02 SQL file.
There. All is good and the character DB is updated.
I hope this helps you
Nirracca. Welcome to the WoW emulation community!! It's very fun and an interesting hobby. I enjoy it a lot and there is a wealth of knowledge about it here at mmowned.com. Moreso than other sites.:wave:
