[1.10.2 / Sponge / PEX Build #142] MySQl Dosnt work
mister-man opened this issue ยท 5 comments
Hallo together,
the last few days, I tried to get pex work with mysql. But there are only pex 1 tutorials and a wiki. So I tried it by myself, but it seems that nothings works.
I neet pex with sql for my bungeecort environment.
Thanks
Okay, it seems it isnt a bug its only a missing Documentation.
Pex Mysql:
mysql {
prefix=pex
type=sql
url="jdbc:mysql://<host ip>/<table>?user=<user>&password=<password>"
}
default-backend=mysql
Now it works
Thnaks
@mister-man thank you, I've been looking for this everywhere!
Have fun with it :)