leertaste Posted March 22, 2013 Posted March 22, 2013 I used SQL eAthena for a long timeBut now, after long time, I want to change to rAthena... My problem is:Is it possible to export my SQL Tables to my new rAthena shemata?(using sql query)And if it is, how does it works? Quote
Euphy Posted March 22, 2013 Posted March 22, 2013 Run all the scripts in the trunk/sql-files/upgrades/ directory, in ascending order. 1 Quote
Lemongrass Posted March 22, 2013 Posted March 22, 2013 I did it by using a SELECT INTO statement. For example: INSERT INTO `item_db_re` SELECT * FROM `item_db`; But notice that the column count and column types should be the same, which is not a problem for most tables. Quote
leertaste Posted March 22, 2013 Author Posted March 22, 2013 Can you give some more examples so I have a better guess? Quote
leertaste Posted March 22, 2013 Author Posted March 22, 2013 I want all tables from eAthena transfered to rAthenafor example my char_tablemy storage_tableeverything..someone knows how to do? Quote
eJay Posted June 7, 2013 Posted June 7, 2013 (edited) What is the following step how to work this? Check if im wrong 1st step: Import the eathena sql, my back up files Then execute every in sql-files/upgrades to my ragnarok database? Edited June 7, 2013 by Kim Quote
Question
leertaste
I used SQL eAthena for a long time
But now, after long time, I want to change to rAthena...
My problem is:
Is it possible to export my SQL Tables to my new rAthena shemata?
(using sql query)
And if it is, how does it works?
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.