Mysql doesnt work please help!

  • 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 community!

    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.

larsjarred9

Member
Feb 19, 2017
1
0
0
Hello all my name is Larsjarred9 from the rednetwork development team i got an error with mysql

running 1.8.8 spigot
with plugins:
upload_2017-7-14_23-49-54.png
\

the error is displayed before the plugins.

code:
code_language.skript:
script options:
    $ init com.mysql.jdbc.Driver
    $ db url jdbc:mysql://rednetwoeweeweeewrk.nl:3306/rednetweeorkinfo?autoReconnect=true
    $ db username eeee
    $ db password eeweewe

(dont want to leak it)

on load:
    update "CREATE TABLE IF NOT EXISTS Rank(player varchar(100), rank int)"
 
example - "CREATE TABLE IF NOT EXISTS `{@Table}` (`id` varchar(255),`value` varchar(255))"
 
Status
Not open for further replies.