Connect MySQL with Minecraft Plugins?

pr
- in Plugins
1

I have a V-Server running a BungeeCord network. On the individual subservers I have plugins that need to be connected to a MySQL so that the data syncs with the other servers. On another V-server is a MySQL installed, so extra a V-server where a MySQL is on it = MariaDB. Unfortunately, the data from the plugins are not stored in the created databases. I give with the plugins the IP from the V server where the MySQL is on it and the user root and just the password. However, the plugins always give the message "Connection to MySQL failed… Can someone help me with that?

Sk

The user root and the password

And you notice again, who has no idea about system administration.

It's been ages that the root user can't authenticate himself externally. Therefore one should create for each connection an extra user with own password, which only has the rights for the special database. Then it should work too.