如何将AuthMe-5.2的数据导入到MYSQL内?
知道的大大请不吝赐教
知道的大大请不吝赐教
/authme converter sqliteToSql
1345979462 发表于 2017-8-21 15:19
/authme converter sqliteToSql
我曹。 膜拜大神,第一次看到这高级的。
还有一个 能稍微详细一点的资料发给我吗。
谢谢
huane2008 发表于 2017-8-21 15:23
我曹。 膜拜大神,第一次看到这高级的。
还有一个 能稍微详细一点的资料发给我吗。
AuthMe
It is possible to convert your data from one AuthMe database type to another.
SQLite to MySQL
Command: /authme converter sqliteToSql
Set your config.yml to use the MySQL database you want to convert to. The SQLite database must be in plugins/AuthMe and have the same name as the configured database name ("DataSource.mySQLDatabase" in config.yml).
MySQL to SQLite
Command: /authme converter mysqlToSqlite
Set your config.yml to use the SQLite database you want to convert to. The MySQL settings in config.yml are used to connect to the MySQL database.
—— https://github.com/AuthMe/AuthMeReloaded/wiki/Converters