Reaper-X » Emulators » Guide » How To » Linux » Software » Tutorials » Video Games » Windows » Configuring Mangos for TBC Server or WoW Classic Server – Setting up Private WoW Server

Configuring Mangos for TBC Server or WoW Classic Server – Setting up Private WoW Server

Update : You can browse this site software category if you’re looking for my mangos release or my custom mangos release … btw i’d suggest you to get my mangos release first because it has been tested with WoW 2.2.3 and will be updated frequently (even easier than anything written on this old post because i already include everything you need to run your own wow private server except for mysql program of course)

Or you can also look at the recent software section located at the footer section of this website to see the new update to my mangos release :)

This is the second part of the Creating your own World of Warcraft Server using Mangos

  1. The First part is all about Installing and Configuring MySQL on your Windows Machine
  2. The Second part is about Configuring the WoW Mangos itself
  3. The Third part is all about Setting up Private WOW Server for Lan Party
  4. The Fourth part is all about Installing and Setting up Apache Webserver with PHP

Okay and before i start i’d like to warn you first especially to those who’s using Dial Up Connection because there are a lot of images used here and the previous mysql installation guide although i’ve optimized it further

Without further ado … here’s the guide ;)

Requirements :

If you’re planning on creating :

The Burning Crusade Server :

Okay i’ve decided to upload my own compiled mangos to make thing easier, for more info see this new post

Btw … the installing mysql part is still the same … so if you need information on how to install mysql refer to the part 1

Note : Since most people who compiled Mangos for Win32 already included DBC and Map Extractor in their release you should use that one first. And unfortunately i can not give direct link to the files so you must try it by yourself and judge which version is the best for you :)

Btw some people prefer (especially to those who’s using high speed internet access – not me of course –) to download the extracted maps and dbc from somewhere rather than extracting it directly so if you are using the same high speed connection you might like to use this option

World of Warcraft Classic Server :

  1. Compiled Mangos Revision 3462 for Win32 / Windows by Maxis
  2. Compatible SDB Full Dump for Mangos 3462 with Changesets 156
  3. Compatible Map and DBC Extractor

That’s it … unfortunately since it is using the old mangos revision you’ll notice more bugs compared to latest / newest version for TBC … and since i dont have TBC Client installed, i can only give you a how to guide to configure your mangos server based on my experience when doing remote assistance to someone who asked for help via MSN

Btw if you’re going to create WoW Classic server you can use my extracted DBC Files

Side Note : Basically since there are no differences on creating WoW TBC Server and WoW Classic Server the only thing you should change is just the filename … don’t worry if you don’t understand what i’m talking about right now, soon you’ll know about it :)

Creating Directory Structure :

Okay i assume you’ve finished downloading all the required stuff and now its the time to configure your mangos. But before that you need to extract the required files first into your harddrive and organize it before starting to configure mangos (although this step optional but i think organized directory structure looks better but that is just my own opinion)

Look at the image below for a good explanation about this :

Wow server directory structure

  1. The daemon directory is where you should extract the mangos program itself
  2. The data directory is where you should put the extracted maps and dbc folder (soon you’ll know about this process)
  3. The SDB is just a temporary directory to be used when importing the SQL Files

Extracting Maps and DBC Files from World of Warcraft Game :

Now this is when the ad.exe and dbc extractor came. But first we are going to use the ad.exe. And here’s the step

  1. Copy the ad.exe into your WoW Game directory (usually C:\Program Files\World of Warcraft)
  2. Create folder called maps
  3. Run the ad.exe and wait until its finished
  4. Move the maps folder into C:\WoW\data (if you’re using the same directory structure like me)

Extracting maps

After you’ve finished extracting maps now it is the time you use DBC Extractor … and here’s the step to use it

  1. Extract the MPQE.exe (and it’s dll if available) into your WoW Game Data directory (C:\Program Files\World of Warcraft\Data)
  2. Create shortcut to the MPQE, right click on it and choose properties and adjust it’s target into “C:\Program Files\World of Warcraft\Data\MPQE.exe” /p dbc.MPQ DBFilesClient\*.dbc
  3. Run the shortcut and wait until it finished
  4. Rename the DBFilesClient folder into DBC
  5. Move the DBC folder into C:\WoW\data (if you’re using the same directory structure like me)

If you want a more detailed explanation look at the screenshot below

Creating Shortcut

and then the shortcut properties

Properties of Shortcut to DBC Extractor

Importing the SDB Files :

Okay we have finished extracting the maps and dbc files required for mangos, now we need to import the database first before you can run mangos program

and here’s the summary on how it done :

If you’re going to create WoW Classic Server

  1. Extract the SQL files from my mangos sql dump into C:\WoW\SDB (if you follow my directory structure)
  2. Open Command Prompt
  3. Run the sql query from the command prompt (look image below for an example on how to use the query)

Command to use to import the mangos sql files

and here’s what it’ll looks like when it’s finished

SQL Import Process Finished

Note : Because some people prefer to see the importing process (some say it’s like Matrix .. lol), i decided to use -v (verbose) switch but if you prefer not to see it you can safely remove the -v switch

If you’re going to create TBC Server

Here’s the summary on how it’s done :

  1. Extract the SDB Full Dump for Mangos Revision 3900 into C:\WoW\SDB
  2. Extract the Mangos Program / Archive into C:\WoW\Daemon\Mangos
  3. Go into C:\WoW\Daemon\Mangos\SQL
  4. Copy the create_mysql.sql and realmd.sql into C:\WoW\SDB
  5. Open the Command Prompt
  6. Execute the same query as above but adjust the filename first

An example on how to execute the query is like below (you must do this in order) and using the same path as the above image

  1. mysql -u root -p -v < create_mysql.sql
  2. mysql -u root -p -v -D realmd < realmd.sql
  3. mysql -u root -p -v -D mangos < the_filename_used_on_sql_dump_from_e_turray.sql

And that’s it you’re finished importing the database required :)

Editing Mangos Configuration :

You’ve finished extracting maps, dbc and already imported the database required but now what else ? of course you need to edit the mangosd.conf file itself

Now here’s the summary on how it is done :

  1. Go into C:\WoW\Daemon\Mangos
  2. Open the mangosd.conf using wordpad (you can not edit it using notepad, because it is using Unix Line Break)
  3. Change the datadir into C:\WoW\data
  4. Save it

Now here’s some screenshot of the mangos configuration file editing process :

Editing mangosd.conf

Inside mangosd.conf

Make sure everything is working as it should :

Now you’ve done almost everyting required to make your own wow private server … now before started playing it you need to make sure that everything is okay before starting to connect to your own server

Here’s how it is done :

  1. Run the realmd.exe (C:\WoW\daemon\mangos\realmd.exe)
  2. Run the mangosd.exe (C:\WoW\daemon\mangos\mangosd.exe)
  3. See if one of the above process close itself automatically or not. If one of the process close itself automatically after launched that means there’s something wrong with your configuration try restarting the configuring process from the beginning

And now here’s the screenshot if your mangosd and realmd process is working as it should :

Realmd process launched

Mangosd process launched

The last step for configuring mangos and wow, editing the Realmlist used by WoW to connect :

After everything is okay, now there’s one more thing left for you to do … which is editing the realmlist.wtf file inside your WoW Game directory (C:\Program Files\World of Warcraft\realmlist.wtf) using your favorite text editor. You can use notepad or wordpad to do this

The default realmlist.wtf file should be like this :

set realmlist us.logon.worldofwarcraft.com

and then change it into

set realmlist 127.0.0.1

Creating Test Account for yourself :

Okay now you’ve created and set up everything but there’s still one more thing left and that is creating a test account with normal player status for yourself. And this process is really simple actually all you have to do is just typing this on the mangosd window (above image)

create desired_username desired_password

Okay that’s it you just created a test account that can be used to connect to your own wow server. If you get error message and / or stuck at realm loop i’m sure there’s something wrong with your configuration or you’re not using compatible mangos / wow client

That’s all for this part … stay tune for the next part ;)

As a side note, this is the first time i’m using lots of images on my guides and i’m looking forward to your opinion about this (tell me if you like it this way or would you prefer text with few screenshot or images) :)


Update :

To those who’s still having problem with Mangos like finding the correct mangos version,etc. I’ve decided to upload my own compiled Mangos Revision 4431 with Scriptdev2 241, and also included DBC Extractor (Thanks to XLayer for his DBC Extractor) and VMaps Extractor. And also mirrored the SDB 0.7.3 with Changesets 208 from http://opensvn.csie.org/NewSDB

And here’s the file :

  • Mangos 4431 with ScriptDev2 124
  • SDB 0.7.3 with Changesets 208

Another Update : See my new post about new Mangos 4488 Update with Silvermoon Database … and tested with WoW 2.1.3 Client … just look at the screenshot below

All you have to do (i assume you’ve completed all of the steps involving mysql installation, and also already extract the DBC and VMaps files) is just :

1. Import / Overwrite the database with this new SDB (if you want the easiest way to start all over again from the Importing SDB step, you can execute the create-database.sql inside my Mangos 4431 archive (in reaper-sql directory) using this command :

mysql -u root -p < create-database.sql

mysql -u root -p -D mangos < SDB_0.7.3_Changeset_208_Rev1.sql

mysql -u root -p -D mangos < reaper4431.sql

Note : Make sure you’re in the same directory as the create-database.sql and the SDB_0.7.3.sql when executing that command

2. And then the next step is, importing the sql files inside the scriptdev2-sql directory (2 files) like below example (must be in order) :

mysql -u root -p -D mangos < scriptdev_full.sql

mysql -u root -p -D mangos < scriptdev_additional_req.sql

And you’re done :)

Perhaps the above might sound confusing for some people, so if you need help just leave comment here

Here’s a screenshot taken using Mangos 4488 Scriptdev2 134

Damn i'm looks great

Another Screenshot

Tags: ApachedatabasegameGuidemangosmsnmysqlprivate serverserversilvermoonSoftwarewebserverWindowsworld of warcraftwow

Leave a Comment

Comments Navigation 1 2 3 4 ... 14
  1. Shadowstorm138 said Jul 12, 2007 at 12:44 am

    i look in the server notpad and it says this 2007-07-11 13:42:36 ERROR:SQL: UPDATE `character` SET `online` = 0
    2007-07-11 13:42:36 ERROR:SQL ERROR: Table ‘mangos.character’ doesn’t exist
    2007-07-11 13:42:36 Initialize data stores…
    2007-07-11 13:42:36 ERROR:
    Some required *.dbc files (19 from 35) not found or not compatible:
    C:\Program Files\private world of warcraft server\Data/dbc/AreaTable.dbc (exist, but have 35 fields instead 27) Wrong client version DBC file?
    C:\Program Files\private world of warcraft server\Data/dbc/BattlemasterList.dbc (exist, but have 32 fields instead 24) Wrong client version DBC file?

  2. RegniZ said Jul 12, 2007 at 12:41 am

    Hi!

    I’ve got this problem while running the mangosd.exe checking if everythings alright. When I start the mangosd it shuts itself down and when I check the server .txt document it says the map-files are outdated and that they couldn’t find them. What can I do to fix this?

    and thanks for a very nice tutorial!

  3. Shadowstorm138 said Jul 12, 2007 at 12:25 am

    thanks a bunch man but i have a question what should i do to make sure i imported everything right? which steps should i redo thx in advance :)

  4. Chrisb said Jul 11, 2007 at 8:33 pm

    ok i got it, i just reinstalled wow, but on my other drive, also keeps me from havin to switch realm list. Thanx for makin this guide. works like a dream, and the fact that you help out after wards is even better, thanx alot

  5. Reaper-X said Jul 11, 2007 at 6:20 pm

    # Shadowstorm138

    I believe you didnt imported the mangos database dump correctly :) because mangos can’t find the character table in the mangos database (mysql)

    # Chrisb

    Perhaps it is possible, but i havent tried it yet. But if you know about the registry used by WoW im sure that will do the trick (btw i always use this because i often reinstalling windows from clean ghost image), and to make the game installed previously in another drive worked with the clean install of windows, i just need to reimport the registry keys used by the game

    # thejoester

    thank you for the tip joester ;)

  6. Shadowstorm138 said Jul 11, 2007 at 4:00 pm

    2007-07-11 04:58:13 SQL: DELETE FROM `corpse` WHERE `bones_flag` = ‘1′

  7. Shadowstorm138 said Jul 11, 2007 at 4:00 pm

    oh and im sorry i f2007-07-11 04:58:13 SQL: DELETE FROM `corpse` WHERE `bones_flag` = ‘1′orgot it says this too

  8. Shadowstorm138 said Jul 11, 2007 at 3:47 pm

    hey dude this guide is awesome but im stuck on the configureing part for TBC i cant firgure out how from keeping realmd.exe and mangosd.exe from closing well mangosd is the only one that closes i looked at the error and it says this 2007-07-11 04:41:20 SQL ERROR: Table ‘mangos.character’ doesn’t exist
    2007-07-11 04:42:23 SQL: UPDATE `character` SET `online` = 0
    2007-07-11 04:42:23 SQL ERROR: Table ‘mangos.character’ doesn’t exist

  9. Marcel said Jul 11, 2007 at 8:51 am

    When in the CMD menu for mangosd, and I’ve gotten it to all work, when i type in the command to find the three already made users, how do I find out the passwords to the accounts?

  10. Chrisb said Jul 10, 2007 at 2:08 am

    ok i fixed my problem with a new version of mangos. and a diffrent sql dump file (tried about 10 to find a working one, most you gotta make sure to add updates before entering) anyways my server comes up now but i guess im to high a version in wow. anyway to get delete a version without uninstalling and doing it all over again?
    thanx

  11. thejoester said Jul 9, 2007 at 11:48 pm

    I found to resolve this I had to move the MPQE.EXE into the /data/enUS/ folder and used the command

    “C:\Program Files\World of Warcraft\Data\enUS\MPQE.exe” /p locale-enUS.MPQ DBFilesClient\*.dbc

    because the dbc.MPQ file does not exist and it was renamed/merged with locale-enUS in the C:\program files\World of Warcraft\Data\enUS folder.

  12. William said Jul 9, 2007 at 8:07 pm

    I have the same problem as Ajx and zat, When i try to run my shortcut to MPQE.exe the command promt pops up for less than a second and then the command prompt just shuts down. Neither i can’t find the DBFilesClient folder. At this step i really doesn’t know how to do :S, i think i need a little bit of help here.. Also, when i install MaNGOS server, i don’t really know what too write in the “Enter MySQL information” step. Help.

  13. Marcel said Jul 9, 2007 at 4:09 am

    Kirt what you do is you put the name of the SDB dump you used and just put a .sql on the end of it, you dont actually use the_filename_used_on_sql_dump_from_e_turray.sql. For mine it was mysql -u root -p -v -D mangos

  14. Elliot said Jul 9, 2007 at 3:09 am

    All working, I can log onto the server and add items etc, can’t edit my database though, and I need to set it up as a local so my brother can join on another computer.

  15. Player said Jul 9, 2007 at 1:54 am

    I’m sorry that i’m answering so late. I fixed the problem the same day… after an hour or two and forgot about the post really sorry :D )… the problem was connected with my database, i didn’t upgrade it :D. Added few addons and everything went fine. Anyway, thanks for trying to help me :D.

    Good luck.

  16. ChrisB said Jul 8, 2007 at 11:43 pm

    ok, im stumped, i followed the guide everything was fine till the end when you need to connect to the server when i start mangosd.exe and realmd.exe both create a log saying “ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user ‘root’@'localhost’ (using password: YES)”
    id appreciate any help

  17. Thomas said Jul 8, 2007 at 5:04 pm

    When running the shortcut to MPQE with the correctly adjusted target I get “The application failed to initialize properly (0xc0000135). Click on OK to terminate the application.” I followed everything to the letter so far, can you please recommend a solution?

    • Mangas said Aug 25, 2007 at 9:56 pm

      replace libeay32.dll and libmySQL.dll with a different version.

    • Mangas said Aug 25, 2007 at 9:58 pm

      replace libeay32.dll and libmySQL.dll with different version.

  18. Really confused said Jul 8, 2007 at 8:33 am

    oo and i used the mysql 6.0 could that be the problem?

  19. Really confused said Jul 8, 2007 at 8:32 am

    Ok all is fine, no errors at all, until i go to log in to get on my server. It tells me that it is unable to connect right from the get. I figured that it was some kind of install error so i reinstalled everything however nothing changed.

    i used both the sdb 4029 and mango 4029
    i trying to get TBC on
    and everything I got i got from a link on your page. And i didn’t touch n/e thing i didn’t have to

  20. Kirt said Jul 8, 2007 at 7:18 am

    the_filename_used_on_sql_dump_from_e_turray.sql

  21. Kirt said Jul 8, 2007 at 6:40 am

    didnt say my last line sorry.

    mysql -u root -p -v -D mangos

  22. Kirt said Jul 8, 2007 at 6:38 am

    When I start doing the checks to make sure everything is ok. like the mangosd.exe I got a error that says

    This application has failed to start becuase LIBEAY32.Dll was not found. Re-installing the application may fix this problem

    It might be becuase I couldent figure out how to put
    mysql -u root -p -v -D mangos

  23. Marcel said Jul 8, 2007 at 3:00 am

    does having multiple versions of SDB dumps and mangos do anything to using the server? now i cant connect at all. it says cant connect once im in WoW and it has buttons to show help and a button to go back. Now i dont know what to do with it. I dont know what to change or what to delete or what to replace.

  24. Marcel said Jul 8, 2007 at 2:13 am

    ok, i figured it out, so scratch the last comment, but now i have another problem. When i try to log in with my realm, it says that it cant validate the game version. It says it either might be corrupt or another program is interfearing with it. What should i do and what part of the program is messed up?

  25. Marcel said Jul 8, 2007 at 1:11 am

    when i was testing to make sure that i had configured the mangosd.conf file right, the realmd worked and stayed up, but when i tryed to use the mangosd, it would pop up for a second, then it would close. what should i do?

  26. Reaper-X said Jul 7, 2007 at 7:27 pm

    # thejoester

    you will need to make a new login, give it access to the realmd and mangos databases and use that username/password in order for it to work remotely.

    yes … actually if you import the realmd sql files from mangos, you already created new account to be used specifically on mangos database and realmd database

    as an addition, if you run the mysql server on the same computer you dont need to give remote access beside most people prefer to use database (including various website) on localhost for security purpose :)

    # Jake

    you can get mysql community edition from :

    http://dev.mysql.com/

  27. Reaper-X said Jul 7, 2007 at 7:20 pm

    # Elliot

    Mangos-Gui ? did you use any other program to edit the mangosd.conf ? if so try editing manually (btw this is my preferred method) :)

    # To everyone who want the easiest way to get WoW DBC Files for TBC

    you can look at this page

    you just need to download it and you’re done :)

  28. Acrono said Jul 7, 2007 at 10:23 am

    When i attempt to extract the dbc files from the data folder the command window comes up for a split second before disapearing. I searched my computer for the folder it should of been extracted to “DBFilesClient” but it doesn’t exist. WTF I say…

    • Jesse said Aug 31, 2007 at 10:32 pm

      also have same problem, like many others.

  29. jake said Jul 7, 2007 at 2:25 am

    On step 1 i can’t find MySQL Community Edition. Where is it?

  30. Elliot said Jul 7, 2007 at 1:04 am

    Ok, nevermind, I can’t seem to retrieve the realms. any ideas?

  31. Elliot said Jul 7, 2007 at 12:43 am

    Its working now, had [ ] at the ends of the password… but now I get an error with the MaNGOS-GUI.exe, it says it wants a configuration editor.exe, any ideas?

  32. thejoester said Jul 7, 2007 at 12:25 am

    ok I found the issue,

    in Part 1 you tell it to not allow user ‘root’ to be used remotely. then when you configure the .conf files you are using the login for ‘root’

    you will need to make a new login, give it access to the realmd and mangos databases and use that username/password in order for it to work remotely.

  33. Thyzz said Jul 6, 2007 at 7:11 pm

    Fixed, the install file was corrupt and ZoneAlarm was interrupting the MySQL Security settings…

  34. Zak said Jul 6, 2007 at 5:39 pm

    #Reaper-X
    I am with MaNGOS4002+ScriptDev2rev62+MCH_nosave+VMAPSRELEASE and SDBFull 197 V2 Updated database.

    I turn On the server and it goes perfectly.
    But when i try to log in it just stays on “Handshaking”…
    WHat should I do?

    P.S:SRy for bad english.

  35. Thyzz said Jul 6, 2007 at 5:01 pm

    I’ve got past the dbc.MPQ affair, but now the damn MySQL command isn’t working, it says something about “MySQL isn’t recognized as a program or service”… :S?

  36. thejoester said Jul 6, 2007 at 4:27 pm

    ok you probably hate me by now…

    I got it running on BOX A. BOX A is my “file Server”. I can connect, login, play from BOX A.

    But I want to play from BOX B (which I loaded WoW client 2.0.12 on, I connect. It lets me login, but it loops the realm selection screen. If I cancel it, it takes me to the character screen but no characters load and all options are grey except “Back” and “Change Realm”

    Any help?

  37. Elliot said Jul 6, 2007 at 4:08 pm

    Doesn’t help, It is the right password. I can log into mysql but when I run Mangos.exe or Realmd.exe I find this error in the logs.

    2007-07-06 10:06:40 Verbinde zur Datenbank: 127.0.0.1;3306;root;[password];realmd
    2007-07-06 10:06:40 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user ‘root’@'localhost’ (using password: YES)

    2007-07-06 10:06:40 ERROR:Cannot connect to database

  38. Thyzz said Jul 6, 2007 at 4:03 pm

    Check this:

    DBC files

    Client database files store various things like area names. They have a uniform structure, where they can include a collection of data records having data fields of various types. The original files are found in dbc.mpq. The newest ones are in patch.mpq as

    DBFilesClient\*.dbc

    Since (I guess) Burning Crusade, the *.dbc files are now in the “World of Warcraft Folder\Data\{local}\” directory.

    Original files are in the base-{local}.MPQ. Newest are in patch-{local} files.

    For english client, {local} is enGB, for french it’s in frFR, German in deDE, etc.

  39. thejoester said Jul 6, 2007 at 1:41 pm

    ok… getting further but still stuck. At the last steps.

    I used:
    “C:\Program Files\World of Warcraft\Data\enUS\MPQE.exe” /p locale-enUS.MPQ DBFilesClient\*.dbc

    copied the map, the .sql files I found were create_mysql.sql, realmd.sql and mangos.sql. those went fine…

    problem is I run mangosd.exe and it crashes, I get “ERROR:… table is empty!” errors.

    can I email you the error log file?

  40. thejoester said Jul 6, 2007 at 12:24 pm

    OK I removed and installed from scratch, when I upgrade to TBC the file dbc.MPQ is removed.

    Please advise?

  41. Reaper-X said Jul 6, 2007 at 9:49 am

    # Zak

    I made the whole istallation and made an account,but when I try to log in it gets to “Handshaking” ..and that’s all,it freezes there. HOW can I fix this problem?

    Which mangos and sdb revision and you’re using ?

    # Elliot

    To make sure you’re using the correct password, try typing this from the command line :

    mysql -u root -p

    and then enter your password

    if you’re using the correct password you’ll get this message

    Welcome to the MySQL monitor. blablabla

  42. Elliot said Jul 6, 2007 at 4:15 am

    Access denied for user ‘root’@'localhost’ (using password: YES)

    the .exe files won’t start and I find this in their logs. whats happening? (Everythings right, ie: password)

  43. Elliot said Jul 6, 2007 at 3:13 am

    I got it working but my root user doesnt have the right permissions apparently

    …this is quite annoying.

  44. Zak said Jul 6, 2007 at 2:23 am

    If you gonna set a Mangos TBC serv then the game version have to be 2.0.12

  45. Elliot said Jul 6, 2007 at 2:10 am

    Urgh… downloading 2.0.12 of mangos.

  46. Zak said Jul 6, 2007 at 1:22 am

    The guide is ONLY for 2.0.12
    And Juzzy put the ad.exe into C:\Program Files\World of Warcraft and NOT in C:\Program Files\World of Warcraft\Maps
    I think that will solve the problem with the error.

  47. thejoester said Jul 6, 2007 at 1:13 am

    I am also getting the error that dbc.mpq is not found at the Step to use MPQE.EXE.

    I think the problem is I am trying to do this with the WoW 2.1.0 client, Your guide does not say which version to use but everywhere else I look the latest version to use is 2.0.12 ONLY.

    Please let us know.

    Thanks

  48. Juzzy said Jul 6, 2007 at 12:54 am

    sorry when I try to extract the map I kept getting this http://www.imageupload.com/out.php/i8730_error.JPG
    please help, thank you

    • swifty said Aug 21, 2007 at 12:21 pm

      i can’t get the MPQE thing to work… can anyone help. it tells me that the path is incorrect and everything and i have everything correct but i can’t seem to figure it out… please AIM me “swiftimundo” or reply to this comment… thanks for your help!!!

  49. Elliot said Jul 6, 2007 at 12:15 am

    How do I wipe my db and start from scratch? lol, its trying to load my first db.

Comments Navigation 1 2 3 4 ... 14

Trackbacks/Pingbacks

CommentLeave a response

Please read our comment policy | XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>