X-Forums

Computer, Games, and Technology

Install Reaper-x Trinity.bat errors

13 posts

  1. Uber

    Member
    Joined: Oct '08
    Posts: 14

    Hi, I keep getting these errors when I start Install Reaper-x Trinity.bat and select option 1.

    1

    What is your MySQL Database USERNAME?

    root
    What is your database PASSWORD?

    mypwd
    What is your World/Trinity Database Name? (Most likely "World")

    World
    What is your Characters Database Name? (Most likely "Characters")

    Characters
    What is your Realmd Database Name? (Most likely "RealmD")

    RealmD
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.

    This may take a while...

    Press any key to continue . . .
    [IMPORTING] Please Wait...
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.

    Done Installing Databases (DO NOT EXIT! Press any key to Continue)

    [Importing] Installing Some Housekeeping...
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.
    Housekeeping Finished!

    Press any key to continue . . .

    Please help me if you can, thanks!

    Posted 1 year ago » Permalink

  2. nexus2322

    Member
    Joined: Jan '09
    Posts: 20

    i know of a couple reasons that it isnt working.. 1 your path to the bin folder isnt right.. make sure your using the correct path right click on the bat and go to edit... and change the path... using " around it (important! without those " before and after the path it will not work!!!)

    the other is that you havent installed mysql!

    i imagine it could be others but thats all i can think of...

    Posted 1 year ago » Permalink

  3. Uber

    Member
    Joined: Oct '08
    Posts: 14

    Thank you for your reply nexus2322. I tried adding those quotation marks around the bin path, however I still had the same problems. Here's what my bin path looks like "C:\ProgramFiles\MySQL\MySQLServer5.1\bin".
    By the way I know I have installed mysql, it's even in my start menu. I think something else is wrong.

    Posted 1 year ago » Permalink

  4. nexus2322

    Member
    Joined: Jan '09
    Posts: 20

    in mine i had to add the spaces.. "C:\Program Files\MySQL\MySQL Server 5.1\bin" and it worked.. go to that directory and make sure its there.. there is also a command line you can type using start, run, cmd but my mind escapes me on what it is... i know its around here somewhere

    Posted 1 year ago » Permalink

  5. Uber

    Member
    Joined: Oct '08
    Posts: 14

    I added the spaces, but now I see a new error. /sigh

    1

    What is your MySQL Database USERNAME?

    root
    What is your database PASSWORD?

    mypwd
    What is your World/Trinity Database Name? (Most likely "World")

    World
    What is your Characters Database Name? (Most likely "Characters")

    Characters
    What is your Realmd Database Name? (Most likely "RealmD")

    RealmD
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)

    This may take a while...

    Press any key to continue . . .
    [IMPORTING] Please Wait...
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)

    Done Installing Databases (DO NOT EXIT! Press any key to Continue)

    [Importing] Installing Some Housekeeping...
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: Y
    ES)
    Housekeeping Finished!

    Press any key to continue . . .

    Not to sure why I'm getting this since I'm using the right password.

    Posted 1 year ago » Permalink

  6. nexus2322

    Member
    Joined: Jan '09
    Posts: 20

    lol geez, this one is trying to give you all the errors... um.... you can try reconfiguring mysql... or re-installing... worst case is you can import the sql files manually using navicat... go into navicat open your connection and right click, new database and type realmd do this for world characters and scriptdev.... then doubleclick them to open them, right click and go to execute batch, and then navigate your way to the respective sql for that database, there are 3 world ones do them in order, the world 1 takes the longest but the others are pretty quick....

    Posted 1 year ago » Permalink

  7. Uber

    Member
    Joined: Oct '08
    Posts: 14

    Mysql wont let me configure it.... I tried reinstalling but I still get the same errors, and it asks me for my old password. Even though I'm putting in the right password it still doesn't work.
    I don't have time at the moment to do it all through navicat, but I'll look into it when I've got some more time.
    Thanks again for your help.

    Posted 1 year ago » Permalink

  8. nexus2322

    Member
    Joined: Jan '09
    Posts: 20

    ok sounds like it defaulted... uninstall mysql, and delete the remaining folders in the program folder, then reinstall mysql follow the guide to the t..(http://www.reaper-x.com/2007/06/27/mysql-installation-and-configuration-setting-up-private-wow-server/) make sure you check the box where it says Include BIN Directory in PATH.. thats important i had that error once on an older server but i havent seen it latley...
    hopefully that helps you... email me at nexus2322@gmail.com or find me at shadowcurse.no-ip.org if you need more help

    Posted 1 year ago » Permalink

  9. Uber

    Member
    Joined: Oct '08
    Posts: 14

    I had followed that guide, and included the bin directory path. However now I have a new error...

    The security settings could not be applied.
    Error Number 2003.
    Can't connect to MySQL server on 'localhost'(10061)

    Posted 1 year ago » Permalink

  10. daggo

    Regular
    Joined: May '08
    Posts: 157

    When you try to re-configure the sql, it keeps the old security settings. You will need to uninstall, then Delete the folder which contains your sql security settings, then re-configure.

    Posted 1 year ago » Permalink

  11. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    Some time ago i managed to reset the password without reinstalling mysql entirely. gimme a few minutes to google the guide.

    From the official mysql site: http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

    Posted 1 year ago » Permalink

  12. Uber

    Member
    Joined: Oct '08
    Posts: 14

    I read that reference on how to change your MySQL password but got stuck on 6, the commands they say to type aren't recognized. By the way why is it when I uninstalled MySQL the password didn't get deleted with it? I made sure I deleted the folders in program files containing the old MySQL files, what file aren't I deleting?

    Posted 1 year ago » Permalink

  13. Pitje

    Regular
    Joined: Aug '08
    Posts: 178

    I havent done this for some time, so just try at your own risk ;) and sorry fo rthe late reply.

    lets assume you got mysql installed in the folder: C:\Program Files\Mysql\Mysql Server 5.0\bin\
    1. create that init file somewhere you can find it (i.e. C:\mysql-init.txt).
    2. open a command prompt (start -> run -> cmd)
    3. type: C:\Program Files\Mysql\Mysql Server 5.0\bin\mysqld-nt --init-file=C:\mysql-init.txt
    4. if it didnt work, try adding some "" around the path.
    5. if it still doesnt work, check to make sure the file mysqld-nt.exe exists in the folder youre trying to find it (C:\Program Files\Mysql\Mysql Server 5.0\bin)

    good luck.

    Posted 1 year ago » Permalink

RSS feed for this topic

Reply

You must log in to post.

Topic Info

Tags

Gaming

Discuss about PC Games, Console Games or Emulation here

410 Topics – 2,318 Posts