...... old post
...... old post
Last edited by User Name:; 30-01-09 at 04:33 AM.
can anyone help me
plzzz
you know... posting 6 minutes after your first post, and one minute after that wont do you much help. if people help you, you should be thankful, this isnt an "instant answer forum".
k srry just my brothers pushing me to get it fixxed
you have 4 pictures.. how do we know which error you are talking about?
they all have eroors they are all diffrent files
it tells me to run all four of them non of them finish they all say canot find file dir
When all else fails: Join us, SWITCH TO MaNGOS, other than that, look for these things:
1) Have you got your map/data dirs where they should be (look at config, change if needed)
2) Look at the I.P. you have it set to. (Use 10.1.1.1 whatever your PC is set to)
3) Looking at those logs, I should have to also say, look at the connection info in SQLYog/Navicat (whichever you have) **IMPORTANT** Look at your configs, and look at your SQL databases.
With all this said, join the MaNGOS revolution, I know a lot more. And to all those who posted unhelpful posts, Shame on you, we were all newbs once!
In every window it says the same thing. It is having a problem connecting to your MySQL server... try starting there.
ok im just droping this cause its not working im going to try MaNGOS if it will sopport WoW BC 2.0.12
look, the only problem you are having atm is that diskw cannot start on w:\, so, change your start.bat to this:This will tell it to use disk "y" instead. Anyways, you have to run start.bat BEFORE you run the server, as it starts the MySQL server.Code:@echo off diskw\home\admin\program\pskill.exe Apache.exe IF NOT ERRORLEVEL 1 goto started set Disk=%1 IF "%Disk%"=="" set Disk=y rem create the disk subst %Disk%: "diskw" IF ERRORLEVEL 1 goto hint set apachepath=\usr\local\apache2\ set apacheit=%Disk%:%apachepath%bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%. set programit=%Disk%:\home\admin\program\ set closeit=%programit%close.bat %Disk% %Disk%: cd \usr\local\php start \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf CLS echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/] start %Disk%:\home\admin\WWW\redirect.html start %programit%miniserv.exe "%apacheit%" "%closeit%" goto end :hint CLS echo The disk %Disk% is busy. Use start.bat [disk letter] goto pause :started CLS echo ERROR!!! echo One of the instances of Apache server is started. Use stop.bat :pause echo . pause :end exit
ok i tryed it with y it worked but i ran the ws and it worked but the other 2 files still got the error so i stoped it all then when to try it a second time and now i get the error on y
Actually the first error is the biggie, and the main cause for the rest. Odds are good that the other "diskw" distro is running Apache, mySQL, and PhP, meaning that a second one will attempt to start up secondary copies which will conflict. Then the mapped "virtual" drive will remain busy, possibly even failing to release when the stop.bat file is run (Check "My Computer" after running stop bat... is the drive still there?).
I haven't tried running a RS server, but would suggest you consider the possibility of either merging the two server applications into one "diskw", or think about setting up Apache, mySQL, PhP, and both of your servers as seperate applications.