Configure MySql to connect to one database?
-
i’m trying to run a bungee server and some plugins require i configure the mysql from multiple servers to connect to one database. what does this mean exactly? how can i do it?
-
Hi there. That just means that you get one MySQL database, and input the same MySQL credentials to all of the plugins.
-
so if i have two servers and a mysql on one server, the same plugin on both servers, i would type the same mysql information in both configs?
makes sense. i’ll give it a shot, thanks. is it possible that this method won’t work for some plugins? like if the plugin connects to mysql but has its own config.
-
That’s correct. If you’re using the same plugin on different servers, I wouldn’t expect a problem to occur.