Update README.md

0.4
shivajiva101 2017-11-02 14:39:00 +00:00 committed by GitHub
parent d7c61c17f3
commit 107263669e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ to the list of trusted mods in minetest.conf:
secure.trusted_mods = sauth
This mod will import your existing auth.txt on first run, if there are less than 3600 records, otherwise it exports SQL block
insert statements to a file called auth.sql in the world folder and shuts the server down, so you can import the database. It's a requirement that you import the database before restarting minetest or you will create a duplicate entry. You can shutdown the server and delete sauth.sqlite if you forget and then do the import steps. I recommend you import auth.sql with sqlite3 (https://www.sqlite.org/), navigate to the world folder in a terminal and use the commands:
This mod will import your existing auth.txt on first run if there are less than 3600 records, otherwise it exports SQL block
insert statements to a file called auth.sql in the world folder and shuts the server down. Server owners be aware that it is a requirement that you import the database BEFORE restarting minetest or the server will create another database and duplicate entries for any players logging in before the import. You can shutdown the server and delete sauth.sqlite if you forgot and then do the import steps. I recommend you import auth.sql with sqlite3 (https://www.sqlite.org/), navigate to the world folder in a terminal and use the commands:
sqlite3
.open sauth.sqlite