WoW Mangos, help please!!

Newbie Spellweaver
Joined
Feb 15, 2007
Messages
11
Reaction score
0
I know this isnt about this server, but since I use enGB I cant connect to enUS, so Im making a server of my own.
Everything is done, except this tiny little crap.
Im using Mangos for client 1.12.1 enGB.
Well, the tiny little problem is that I cant set up my server!!

This is what its saying on my website.

Error: Unable to connect to MySQL server. MySQL reported: Host 'asus' is not allowed to connect to this MySQL server. Error: Unable to connect to MySQL server. MySQL reported: Host 'asus' is not allowed to connect to this MySQL server.

Well, would be glad if you could help me.
Heres the screen so you know whats wrong. ;)

First, putting up realm and server.
Vargo - WoW Mangos, help please!! - RaGEZONE Forums


Second, my site.
Vargo - WoW Mangos, help please!! - RaGEZONE Forums


Please, help me ASAP and please dont delete this topic since I cant find another forum to get help. If you got another forum that I could post this on, Id be glad.

But still, try to help me anyways.

Thanks in advance.
 
Thanks! The site works now.
But when I press start realm and start ManGOS DB it just comes up fast in a console and closes in no time.
 
2007-02-15 20:55:18 Using configuration file realmd.conf.
2007-02-15 20:55:18 MaNGOS realm daemon /0.6-SVN (Win32)
2007-02-15 20:55:18 <Ctrl-C> to stop.

2007-02-15 20:55:18 Database: 89.233.200.249;3306;root;root;realmd
2007-02-15 20:55:18 ERROR:Could not connect to MySQL database at 89.233.200.249: Host 'asus' is not allowed to connect to this MySQL server

2007-02-15 20:55:18 ERROR:Cannot connect to database
 
# Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;mangos"

? ;)

If its right, what should I change in them? ;)
 
Hmm, in what other files?

@echo off

diskw\home\admin\program\pskill.exe Apache.exe
IF NOT ERRORLEVEL 1 goto started
set Disk=%1
IF "%Disk%"=="" set Disk=w
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 C:\Program\MANGOS\diskw\usr\local\mysql\bin\mysqld-nt.exe --defaults-file=C:\Program\MANGOS\diskw\usr\local\mysql\bin\my-small.cnf
CLS

echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/]
start C:\Program\MANGOS\diskw\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


In my SQL start.
Is there something wrong?
My brother mentioned something that he changed the bolded areas.
 
Back