Doesnt connect #21
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Limework/skript-db#21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Any Idea what i did wrong?
command /dbtest:
trigger:
set {sql} to the database "mysql://localhost:3306/skypixel?user=Pizza&password=*******useSSL=false"
execute "select alonsolevels from table" in {sql} and store the result in {_output::}
send {_output::}
Any errors? and your use of output variable seems wrong, should be
send {_output::table::*}
command /dbtest:
trigger:
set {sql} to the database "mysql://localhost:3306/skypixel?user=Pizza&password=*******useSSL=false"
execute "select * from alonsolevels" in {sql} and store the result in {output::}
send "First entry in column: %{_output::table::}%"
send {_output::table::}
This also doenst work and theres no errors at all
use
send last sql error
ik theres no errors if i use it
got it i set the results to {output::} instead of {_output::}
Are you using old version of skript-db by any chance? The problem you're having has been fixed already.