Unknown Database 'Characters' (Johved) menu

User Tag List

Results 1 to 8 of 8
  1. #1
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unknown Database 'Characters' (Johved)

    Hi,

    I just changed from Johveds repack 3.1 to 3.0.9 because its more bugfree. Everything is set up, but I still get one error.
    I (obviously) dont have an acc yet, but when I go the the Accountcreator or Account management (doesn't matter which i use, i get the same error), it says "unknown database 'characters'". looking to the error, I assume he's missing the characters database.

    In my Navicat (8, lite), I only have the Databases:

    Information_schema / Logon / Mysql / Test / World.

    As you see, im missing characters. Someone said putting Logon where I put the #####'s instead of Characters, but that didnt work either:


    Code:
    <LogonDatabase Hostname = "127.0.0.1"
                   Username = "root"
                   Password = "root"
                   Name     = "Logon" <--########
                   Port     = "3306"
                   Type     = "1">
    And

    Code:
    <CharacterDatabase Hostname = "127.0.0.1" Username = "root" Password = "root" Name = "logon"<--######## Port = "3306">
    Any chance anyone can help me? +Rep for who can help
    Thanks!
    -Aldun

    Unknown Database 'Characters' (Johved)
  2. #2
    Choices's Avatar Member
    Reputation
    94
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make sure char db is named characters

  3. #3
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, in Navicat you can't rename the databases? When you click on properties (or w/e it is), the field where you see the DB name is grayed out so you can't change it.

    Information_schema / Logon / Mysql / Test / World.
    are the only ones I have.

  4. #4
    Dynashock's Avatar Contributor

    Reputation
    176
    Join Date
    Nov 2007
    Posts
    203
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just uploaded the charachter's structure sql from my arcemu trunk here: SQL pastebin - collaborative debugging tool
    Try creating a new database (i.e. characters), make sure you have it selected and then run that sql.

  5. #5
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I created new database, but now I (still) got this at database:




    Also, the characters DB (which I run in query from what you linked), is very similiar (but not 100%) as the Logon, is that supposed to be?





    Thanks!
    Last edited by Aldun; 06-09-2009 at 08:10 AM. Reason: Fixed screenie links

  6. #6
    Dynashock's Avatar Contributor

    Reputation
    176
    Join Date
    Nov 2007
    Posts
    203
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just noticed; 'accounts' is actually missing from your character database. We'll need to get you a sql for it.

    I hope this one works: SQL pastebin - collaborative debugging tool - it's a dump from my own database, I hope it's compatible, because I do have another one but that one's most likely outdated.
    Again, make sure you have selected your characters database first.

  7. #7
    Aldun's Avatar Banned
    Reputation
    616
    Join Date
    Feb 2009
    Posts
    1,365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Maybe I'm just stupid, but how do you add the file? "Dump SQL file" tries to save something, so doesn't work. A query (seems) to be doing nothing either and "Executing Batch File" says:

    Code:
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*/
    /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ANSI';*/
    /*!40014 SET @OLD' at line 1
    [Err] /*!40100 SET CHARACTER SET latin1;*/
    /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='ANSI';*/
    /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;*/
    
    
    #
    # Table structure for table 'accounts'
    #
    
    CREATE TABLE /*!32312 IF NOT EXISTS*/ "accounts" (
      "acct" bigint(20) unsigned NOT NULL auto_increment,
      "login" varchar(255) NOT NULL default '',
      "password" varchar(28) NOT NULL default '',
      "encrypted_password" varchar(40) NOT NULL default '',
      "gm" varchar(27) NOT NULL default '',
      "banned" int(10) unsigned NOT NULL,
      "lastlogin" timestamp NOT NULL default '0000-00-00 00:00:00',
      "lastip" varchar(15) NOT NULL default '',
      "email" varchar(50) NOT NULL default '',
      "flags" int(11) unsigned NOT NULL default '0',
      "forceLanguage" varchar(5) NOT NULL default 'enUS',
      "muted" int(30) NOT NULL default '0',
      "banreason" varchar(255) default NULL,
      PRIMARY KEY  ("acct","login"),
      UNIQUE KEY "acct" ("acct")
    ) AUTO_INCREMENT=52 /*!40100 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci*/;
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------

  8. #8
    Dynashock's Avatar Contributor

    Reputation
    176
    Join Date
    Nov 2007
    Posts
    203
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I kind of failed at my dump probably, it's a HeidiSQL one. Hm, I'm not sure. Have you tried removing the first stuff until ### Table structure yet? If all fails I can give you one that's sure to work but probably outdated. If you want you can add my msn (find it in my personal info) so we can try to work this out.

Similar Threads

  1. Replies: 9
    Last Post: 02-19-2010, 08:26 PM
  2. Unknown database
    By edrin in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 02-13-2010, 10:33 PM
  3. [HELP] something is wrong with database, character items wont work
    By iceghoull in forum World of Warcraft General
    Replies: 0
    Last Post: 08-10-2008, 02:12 PM
  4. Unknown Database?
    By †Crou† in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-24-2008, 06:59 PM
  5. navicat How do I add whicers database and characters?
    By FNOG in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 10-28-2007, 10:12 AM
All times are GMT -5. The time now is 02:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search