xAuth plugin help!

Discussion in 'Bukkit Help' started by SolaKun, Oct 8, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    SolaKun

    @luricos lycano
    I need to import H2 database -> MySQL database
    How can i do?
    Hmm.. version is xAuth v2.0.20 .

    Please help me! THX :)

    Besides : Can you add a new function for delete user not logged in for a long time?
     
  2. Offline

    lycano

    SolaKun
    Currently you would have to use the h2 Script command via javac listed in this thread.

    Code:
    java -cp h2*.jar org.h2.tools.Script -url jdbc:h2:D:\Path\to\minecraft\plugins\PluginName\minecraft -user sa
    Obviously you would have to replace the path to get this done.

    After that you should be able to import the sql script via phpmyadmin (after letting xauth create the tables first).

    For the future: You can always ask me via PM in such cases or search the forums at dev.bukkit.org. Im pretty shure that it was already asked once :D

    Im working on an email verification system. This feature would be included then.
     
Thread Status:
Not open for further replies.

Share This Page