how do i find my database name? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how do i find my database name?

    Hey everybody. Im making a website where i need my DB name, i know my server running with ascent - norwegianelite40. when i write norwegianelite40 it says its the wrong DB

    so can anyone please help me

    how do i find my database name?
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Most repacks use 'ascent' for the world DB, and 'logon' for characters/logon DBs.

  3. #3
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now i add ascent to the website and then you can try and see if something rly works.
    Last edited by Minichili; 03-18-2008 at 09:10 PM.

  4. #4
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error: Unable to select database. MySQL reported: Unknown database 'norwegianelite40'.

    You didn't change :P

    And remove that link before you get infraction points..

  5. #5
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry, i will and sec, then i will change it to "ascent"

  6. #6
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and now i changed it

  7. #7
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazingly enough, no error!

  8. #8
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well no. but just as example try make a acc ^^

  9. #9
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Table 'ascent.account' doesn't exist

    In the config file, make sure you set the logon database as 'logon' and not 'ascent'.
    'ascent' is the world database,
    'logon' is the logon & char database.

  10. #10
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try now, ill try too

  11. #11
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    done, no db selected

  12. #12
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Either the site's not good,
    or you're not configuring it properly.
    Post the config that came with it.

  13. #13
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <?php

    $realmd_database = array(
    'host'=>'localhost', // HOST for Realm database
    'user'=>'root', // USER for Realm database
    'password'=>'*****', // PASS for Realm database
    'db'=>'logon' // Realm database NAME
    );

    $database_encoding = 'UTF8'; // Now encoding should be in lang files. Please Update.

    $showshoutboxinindex=false; // True if you want to add a little frame with shoutbox in head of news page

    $forum=true; // DON'T CHANGE THAT, READ THE HELP.TXT
    $forum_url['game']= "inc/pomm/pomm.php"; // DON'T CHANGE THAT, READ THE HELP.TXT
    $forum_url['server']=""; // DON'T CHANGE THAT, READ THE HELP.TXT
    $forum_included=true; // DON'T CHANGE THAT, READ THE HELP.TXT

    $site_cookie['cookie_name'] = 'mangos_user'; // cookie name (change to what you want)

    // AUTO CONFIG // DON'T CHANGE //
    $site_cookie['cookie_path'] = str_replace('//','/',str_replace('\\','/',dirname($_SERVER['SCRIPT_NAME']).'/'));
    $site_cookie['cookie_secure'] = 0;
    $site_cookie['cookie_domain'] = $_SERVER['localhost']; // If you're getting login/logout problems. You can change this option with your host name.
    ?>

  14. #14
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What a sucky page, it assumes all your tables are in one DB. Ditch it and find a new one or make your own

  15. #15
    Minichili's Avatar Member
    Reputation
    12
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm i would LOVE to make my own. But i have no idea how to, if your assuming to help it would be honored and maybe +rep

Page 1 of 2 12 LastLast

Similar Threads

  1. how do i find a chest or legs or boots or hands or arm model name
    By Masterkenshin in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 02-19-2008, 12:13 PM
  2. How do i find out the account last name?
    By sineater213 in forum World of Warcraft General
    Replies: 3
    Last Post: 05-30-2007, 06:25 PM
All times are GMT -5. The time now is 03:03 AM. 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