Jump to content
  • 0

Question

Posted

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

Posted

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.

Posted (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 by Kim

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...