Hello,
is there some tutorial how to connect my skript with MySQL DB and how to insert values to it?
Thank for reply
//edit: my code, i want to insert something to DB but it didn't work
is there some tutorial how to connect my skript with MySQL DB and how to insert values to it?
Thank for reply
//edit: my code, i want to insert something to DB but it didn't work
code_language.skript:
on join:
update "INSERT INTO sauth_logs (`id`, `uuid`, `nick`, `date`) VALUES ('NULL', '%uuid of player%', '%player%', '%now%');"
Last edited: