Currently Posted December 11, 2012 Posted December 11, 2012 When I run the runserver.sql, this debug shows up in login.sql window. I think the schemas upon trying to install the MySQL properly is where I messed up. Any answer or solution please? Thank you! Quote
hemagx Posted December 11, 2012 Posted December 11, 2012 be aure you are import SQL files to your database if you imported it ! check database name in inter_athena.conf =) Quote
Brynner Posted December 11, 2012 Posted December 11, 2012 did you change you inter_athena.conf? log_login_db: loginlog? Quote
Currently Posted December 12, 2012 Author Posted December 12, 2012 Yes, I did both. I also have it loginlog. Is it on MySQL though or more like setups in rAthena SVN files? Quote
Feistz Posted December 12, 2012 Posted December 12, 2012 Yes, I did both. I also have it loginlog. Is it on MySQL though or more like setups in rAthena SVN files? You need to check both. Make sure the SQL table is imported correctly and the inter_athena.conf is setup correctly Quote
Currently Posted December 14, 2012 Author Posted December 14, 2012 Here's what I did during the installation. Made a schema "ragnarok". Executed "main.sql" in that ragnarok schema. Then created another schema called "log" <- Not sure if I should have. Executed "logs.sql" in that log schema. bnm.bmp bnm1.bmp Quote
Winz Posted December 18, 2012 Posted December 18, 2012 DB error - table log.loginlog doesn't exist First of all, do you have any login information / char information on your server? if yes, well skip this lines with stars below, if no, I suggest you to do it 1. ****Drop the schema "ragnarok" and "log" (I mean delete them, completely) 2. ****Create new schema: "ragnarok" and "log" 3. Double click (or 4 or 3 click) the "ragnarok" schema (so the text "ragnarok" will be bolded) 4. Load: main.sql 5. Double / 3 / 4 click the "log" schema 6. Load: logs.sql and it should do the trick. Well, sorry, I don't know whether you should double / 3 / 4 click. I use the older version of MySQL Query Browser. I can't use Workbench. I don't know either it's buggy or what, it stops responding quite oftenly. Quote
Question
Currently
When I run the runserver.sql, this debug shows up in login.sql window.
I think the schemas upon trying to install the MySQL properly is where I messed up.
Any answer or solution please? Thank you!
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.