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 login set `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, 27 November 2016 - 01:00 PM.