SkQuery's mysql problem

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

danielzinh

Member
Aug 1, 2019
13
0
1
25
Hi, I use skquery mysql, but it's not working anymore, I don't know why, it always worked and now it never worked the same way, I'm kind of bugged about it ... For example, it creates the tables in mysql right, But I can't update them, it makes me bugged, I've tried to change the version of skript, nothing else, I need help on this ... (I created a command, and just put the "update" after the trigger, When I type the command, it says it doesn't exist, but when I take the update and change it to a normal `send`, it works, what can it be?

My code:

`
command /rodar:
trigger:
update "INSERT INTO auto VALUES ('test')"
`
[doublepost=1565821098,1565821065][/doublepost]@ShaneBee can you help-me? ;-;
 
Hi, I use skquery mysql, but it's not working anymore, I don't know why, it always worked and now it never worked the same way, I'm kind of bugged about it ... For example, it creates the tables in mysql right, But I can't update them, it makes me bugged, I've tried to change the version of skript, nothing else, I need help on this ... (I created a command, and just put the "update" after the trigger, When I type the command, it says it doesn't exist, but when I take the update and change it to a normal `send`, it works, what can it be?

My code:

`
command /rodar:
trigger:
update "INSERT INTO auto VALUES ('test')"
`
[doublepost=1565821098,1565821065][/doublepost]@ShaneBee can you help-me? ;-;
why tag me for help?!?!
 
Status
Not open for further replies.