Any benefit to using MySQL?

Hello guys,

im a littlebit confused about it ..... when i understand it correctly Rust and the other games and also Oxide is using their own implemented MySQL Database ? (UNITY game engine)

So i have questions

- does it conflict with existing MySQL, Apache etc. running on standard ports 80,443,3306 ?
- what is the benefit of using the integrated or an seperated MySQL Database ?
- how can i access the Database ?
- do you have a advanced manual for such things ? FAQ ?
- any useful tweaks / configuration to make ?

greeds

There is no default database, only what a plugin may create and/or connect to; which there are few that do.
5e13a8d5b2bc5.jpg Wulf
There is no default database, only what a plugin may create and/or connect to; which there are few that do.

? did i looked wrong ? But it seems that all unity engine games like rust use a implemented database to store data. So uMod isnt using that ?

No, what you are using is Oxide, and it has no database. The .db files you see are SQLite files from Rust.