MySQL error/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 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.

McAcrylic

Active Member
Oct 21, 2017
59
0
0
25
I am not too sure if I am using SkQuery's or skript-db's MySQL system, but either ways, I have no idea why it breaks the skript after a reload.
e188da15a2f90ccf25397d613722c626.png

Even so, it didn't work initially.

Here is my code:
For this, I created a database named BlockProperties using the XAMPP control panel.
Code:
script options:
    $ db url jdbc:http://localhost/phpmyadmin/db_structure.php?db=blockproperties
    $ db username root
    $ db password MyPW_12345 (This is not my actual pw)
 
I am not too sure if I am using SkQuery's or skript-db's MySQL system, but either ways, I have no idea why it breaks the skript after a reload.
e188da15a2f90ccf25397d613722c626.png

Even so, it didn't work initially.

Here is my code:
For this, I created a database named BlockProperties using the XAMPP control panel.
Code:
script options:
    $ db url jdbc:http://localhost/phpmyadmin/db_structure.php?db=blockproperties
    $ db username root
    $ db password MyPW_12345 (This is not my actual pw)
That URL is for phpMyAdmin, not the database
 
What am I suppose to look out for or what would/should the url be then?
Do you see something like this on the phpMyAdmin page?
upload_2019-5-1_13-54-30.png

If so, send a screenshot of that
 
No, try
Code:
$ db url jdbc:mysql://localhost:3306/blockproperties
 
No, try
Code:
$ db url jdbc:mysql://localhost:3306/blockproperties
Tried:

Code:
script options:
    $ db url jdbc:mysql://localhost:3306/blockproperties
    $ db username root
    $ db password **********

Still does not work, it just breaks the script.
 
Tried:

Code:
script options:
    $ db url jdbc:mysql://localhost:3306/blockproperties
    $ db username root
    $ db password **********

Still does not work, it just breaks the script.
Can you send the error for that one?
 
Status
Not open for further replies.