X-Forums

Computer, Games, and Technology

Need Little help here.

13 posts

  1. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    I got every working up to point of mangos. I went and change mangosd.conf, realm, conf, and scriptdev2.conf. this is what I useing.
    127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;{mypassword};realmd
    127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;{mypassword};mangos
    127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;{mypassword};characters
    127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;{mypassword};scriptdev2

    so when run the mangos i get world datbase: 127.0.0.1;3306;c:\promgram files\mysql\mysql server 5.0\bin;mypassword;mangos
    could not connect to mysql data at 127.0.0.1: access denied for user 'c:\program files'@@localhost' (using password: yes)

    cannot connect to world database 127.0.0.1;c:\program files\mysql\mysql server 5.0\bin;mypassword;mangos

    that what i get when i try to run mangosd, i did try 5953 and 6245 which i'm using now.
    i can connect to mysql when using cmd command mysql -r -p

    If get any help that be great! it maybe something I'm over looking.

    Posted 1 year ago » Permalink

  2. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    You did overlook something :) it wants the sql username where you put the path, so replace C:\blalba...\ with root and it should work i think

    Posted 1 year ago » Permalink

  3. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    i have no idea what you are trying to say.

    Posted 1 year ago » Permalink

  4. Viskar

    Member
    Joined: Aug '08
    Posts: 5

    c:\program files\mysql\mysql server 5.0\bin;mypassword;mangos

    All of those lines. the username is in front of mypassword. It should be

    c:\program files\mysql\mysql server 5.0\bin;myusername;mypassword;mangos

    Posted 1 year ago » Permalink

  5. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    Ok I understand that my ussername, but what user name do I to put? Or did i miss a step? Sorry about this i just kind litte lost.

    Posted 1 year ago » Permalink

  6. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    the default username is "root" (without the ""). I would try that. And im sorry i couldn't make myself clear the first time. GL

    Posted 1 year ago » Permalink

  7. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    Maybe excessive, but the username and password required are those you entered when installing MySQL, so these are the MySQL username and password, and not the WoW login information.

    Posted 1 year ago » Permalink

  8. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    Np, so i try like this:
    127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;root;{mypassword};realmd

    I did like that and still get same message.

    Posted 1 year ago » Permalink

  9. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    I just dont get it, just about to give up, I try reinstall everything and i still cant get pass these last part. here error one more time.

    2008-08-05 15:30:56 World Database: 127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;root;me;mangos
    2008-08-05 15:30:56 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user 'c:\program files'@'localhost' (using password: YES)

    2008-08-05 15:30:56 ERROR:Cannot connect to world database 127.0.0.1;3306;c:\program files\mysql\mysql server 5.0\bin;root;me;mangos

    mangos is run in its on folder not in mysql or anything else.

    Posted 1 year ago » Permalink

  10. BmmB

    Regular
    Joined: Feb '08
    Posts: 141

    I'm not in wow lately and I can't remember that you needed to enter MySQL installation path in those lines. It should be like this:

    127.0.0.1;3306;root;password;mangos

    You know mangos/mysql expects root or other username and it gets c:\program files... instead of real username.

    Sorry if I'm wrong...

    Posted 1 year ago » Permalink

  11. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    I try it that way and still couldn't get it to work

    Posted 1 year ago » Permalink

  12. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    It should be:
    LoginDatabaseInfo = "127.0.0.1;3306;root;{password};realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;{password};mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;{password};characters"
    and replace {password} with your MySQL password

    Posted 1 year ago » Permalink

  13. darthrage

    Member
    Joined: Aug '08
    Posts: 7

    this is what i'm getting now.

    2008-08-07 00:25:44 World Database: 127.0.0.1;3306;root;password;mangos
    2008-08-07 00:25:44 ERROR:Could not connect to MySQL database at 127.0.0.1: Unknown database 'mangos'

    2008-08-07 00:25:44 ERROR:Cannot connect to world database 127.0.0.1;3306;root;password;mangos

    It looks some where i'm missing step or i'm not getting mysql dir.
    By the way i'm useing my password other then password, using password to log into mysql from cmd.

    any more help or just i just go back to doing noob things. lol

    Posted 1 year ago » Permalink

RSS feed for this topic

Reply

You must log in to post.

Topic Info

  • Started 1 year ago by darthrage
  • Latest reply from darthrage

Tags

Computers

Hardware problem? Software? or just want to discuss about Computer Related stuff?

68 Topics – 389 Posts