-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use MSSQL as database for this plugin #384
Comments
Seems like your config is faulty. Check out our wiki for how to configure the url correctly. It seems like you replaced parts of the url without knowing what they do. All you have to do is replace localhost with the address where your database is, if different, replace 3306 with the port, if different, and replace the part behind the address:port/HERE with your database name. Don't replace or remove anything else. |
Please paste the complete exception to a paste site |
Have you found out something ? |
Oh wait, you are using MSSQL not MySQL? |
OK, let me know if you find anything. |
Hello, I was investigating the jdbc driver ( |
Is your feature request related to a problem? Please describe.
We are already using MSSQL with many MC servers, but as it seems your plugins does not have drivers to communicate.
java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=Bungeecord;
config:
mysql: tableprefix: bungeeperms_ url: jdbc:sqlserver://localhost:1433;databaseName=Bungeecord;user=bungeecord;password=<password>. user: bungeeperms password: password
If i'm wrong, could you please explain me what is needed ?
Thank you
The text was updated successfully, but these errors were encountered: