Currently Posted December 11, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share 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 Link to comment Share on other sites More sharing options...
hemagx Posted December 11, 2012 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 45 Reputation: 7 Joined: 04/03/12 Last Seen: February 9, 2022 Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted December 11, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 203 Joined: 01/08/12 Last Seen: 4 minutes ago Share Posted December 11, 2012 did you change you inter_athena.conf? log_login_db: loginlog? Quote Link to comment Share on other sites More sharing options...
Currently Posted December 12, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Feistz Posted December 12, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 139 Reputation: 10 Joined: 11/10/11 Last Seen: April 12 Share 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 Link to comment Share on other sites More sharing options...
Currently Posted December 14, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Winz Posted December 18, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.