Jump to content
  • 0
Sign in to follow this  
kanemi

Where to begin? Starting a RO server on Windows 10

Question

Can someone point me in the right direction? I looked at the wiki but it looks like it only has tutorials for Linux or something. I really think I need a completeish guide because I have no clue what I'm doing.

 

Edit: Oh looks like the wiki does have some stuff on Windows lol. sry. I'll check it out for now.

 

Edit 2: Stuck here:

 

Your login table should match. Use this SQL query (or make the changes using your favourite SQL gui):


use databasename_rag;UPDATE loginset `userid` = "[new user]", `user_pass` = "[new password]" where `account_id` = 1;

 

What is a login table and how do I use the SQL thingie? I downloaded MySQL and the Workbench zip files and extracted them. Now what?

Edited by kanemi

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.