Jump to content
TrinityCore

Ness199X

Plebs
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Ness199X

  1. Alright, so I rebased my TrinityCore repo to the last sync version (14d80d269dd7f9624983bc5a610e511f31ed33f0), I imported TDB 4.3.4, then ran the updates from the TrinityCore_4.3.4_DB_Alpha repo, then imported the world updates from the rebased TrinityCore repo... And Worldserver.exe still won't connect to the db. I drop the db, and tried doing it in a different order (TDB -> world updates -> TrinityCore_4.3.4_DB_Alpha), and still nothing. What can I be missing at this point?
  2. When I attempted to connect my 4.3.4 server to the database I recieved the familiar 2012-07-11 16:47:10 ERROR: DatabasePool world NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors. 2012-07-11 16:47:10 ERROR: Cannot connect to world database 127.0.0.1;3306;trinity;trinity;world error. I read through the FAQ, I have set up a number of 3.3.5 servers over the last year and a half, I knew it had to do with DB updates, so I followed the guide at: http://collab.kpsn.org/pages/viewpage.action?pageId=1704351 Yet, no matter what I did, I couldn't get the server to connect. On a hunch, I decided to pull the sql files from /sql/updates/world, which I knew the guide said explicitly not to. When I did, I recieved a ton of errors in my SQL console, but now the world server was connecting to the DB. The data is completely non functional, even worse than the usual alpha bugs the 4.3.4 branch has, but I'm wondering why did it only connect when I imported updates I'm not supposed to import? How do I get it to connect with the proper DB?
  3. Edit: I went through the rbac tables and made the edits you mentioned, but I still cannot access gm commands. Edit2: I dumped the auth DB again and now everything is working. I hate when I fix things without knowing why. Anyways, solved.
  4. I was doing my monthly update to the latest version of the core, and was surprised to see errors thrown in importing the updates from /sql/updates/auth Table 'auth.rbac_group_roles' doesn't exist Table 'auth.rbac_role_permissions' doesn't exist I attempted a variety of troubleshooting methods, including manually adding the tables, to no avail. I eventually decided to start the server to see if it threw any errors, it didn't, so I logged in, and discovered all of the gm commands were disabled. I went to the worldserver console and reset my account level, it said it completed successfully, but after reologing in, commands still didn't work. I tried manually setting my gmlevel in the database. Nope. I dumped the whole auth database, rebuilt it from the base, re-applied all the updates. It still threw the missing table errors, and I still couldn't set the account level. I've been running Trinity for over a year wuithout even the slightest issue before, I haven't the slightest clue wha I may have done wrong this time.
×
×
  • Create New...