Jump to content

tomoose

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

tomoose's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. http://www.virustotal.com/file-scan/report.html?id=e5903cac37c730a1b4ffb1b435dc4046c2911924f6bc0015c75be51a1855672a-1282313179 ^ VirusTotal report, only 3 pinged it as a virus, up to you if you want to take the chance. Avast on my computer doesn't say anything, so I guess it's OK Havn't had a chance to test it yet, as I'm currently re-compiling mangos, but from the looks of the UI it seems quite simple to use, and contains a rather large database of locations for teleports whether you want to use the actual tool or not
  2. Hey, I just had the same problem. Don't know if vans fixed it, but you have to literally just change BindIP = "0.0.0.0" to BindIP = "127.0.0.1" NOT the 'LoginDatabaseInfo' that contains the ip of the mysql server but the one a few lines below it, I got confused aswell but then actually read a bit further down the page x)
  3. Ah so the file is loading into VS2010? Good start what does it say fails to load? could you copy and paste a bit of the error box into your reply? (use code tags)
  4. Make sure you have Microsoft Visual 2010 Express installed, you can download it here - http://www.microsoft.com/express/downloads/#2010-Visual-CPP, that sounds like it's your problem.
  5. ! Worked fine, thanks alot! I considered using root, but I wasn't sure if it'd lock me out of the database or something, but no errors were thrown up, thanks a bunch
  6. Are you sure you're running both the realm and world servers? what OS are you using? it sounds like it can't connect to the realm server.
  7. Hey First off all, I'm completely new to mysql. I had heard of it before, and I knew what it was, but I'd never used it. I have small C++ experience, but mostly alot of python experience, but I doubt this is a code issue. I'm following the wiki's compiling on ubuntu guide, and am up to section 1.8.1 - creating the database. The wiki is telling me to try the following command into the bash shell: mysql -u mangos -ppassword < /opt/mangos/mangos/sql/create_mysql.sql I have created the mangos user, and if i just use a plain mysql -u mangos -p OR mysql -u mangos -ppassword command, it will ask for the password and then log in into the command shell fine, but when I try and execute the command straight from the shell, I get the following (exactly this) error: ERROR 1045 (28000) at line 1: Access denied for user 'mangos'@'localhost' (using password: YES) I'm sure that I'm not just spelling my password wrong, and I followed the user creation steps as given in the guide. I also have no clue as to anything about mysql though, I'm not even sure what this step does tbh. I cd'ed to the directory, and there seems to some sql files already there, so I presume this links them to the user or something? If I knew what the command did, I could possibly google up a solution if no-one else knows what to do, but I'm completely lost as to what the < does I have googled and used the forum search, read the FAQS, all the installaiton guides I could find, but they all seem to be quite outdated. The versions I am using are the most recent git and svn releases of mangos (as of this morning, when I pulled them) and of all the other requirements, and the scriptdev2 and udb databases it tells you to download. Please tell me if I missed anything EDIT: using sudo does not change anything, so admin privileges don't make a difference
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use