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.