• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Question] MySQL

tarjei

Necronian Engineer
Joined
May 25, 2008
Messages
504
Reaction score
126
Location
Poland
Hello.
I have a little problem. I saw few very good scripts with usage of mySQL. I wanted to learn this but i cant find any tutorials or something from I can teach writing scripts with mySQL usage. I mean something like this:

Code:
local newPass = "asdasd"
local cur = assert(con:execute("UPDATE accounts AS a INNER JOIN players AS p ON p.id="..getPlayerGUID(cid).." SET a.password="..newPass..";"))

Thanks for any answers :)
//Tarjei
 
Last edited:
Back
Top