I would choose MongoDB for flexibility and speed tho
using mongoDB in this kind of project make absolutly no sens...
a pserver database need data integrity that's why it's important to choose a SGBD.
Advantages of something like MongoDB is that you can access very fast to object because there is no real data integrity system. Data are sometimes stored many time so the first data you access is the returned one. But in case of an emulator for exemple you need Data Integrity.
MySql is kind of crappy btw that's why we use MSSQL. You still can use MYSQL if you want to (just need some change on your connection and on the driver) but it will completly slow down the whole process because Entity Framework is a Microsoft framework so it works better with MSSQL.
Aswell, MongoDB is not designed for this kind of use, it's better for bigger architecture where you have to cluster a gigantic database of unrelated things.
Anyway, there are many DBE (Database Engine), you can compare on the internet which one best fits with your use case.
(MYSQL is basic, MSSQL is NOT cross platform and windows only also i would not recommend it for that reason principally)
Aswell, MongoDB is not designed for this kind of use, it's better for bigger architecture where you have to cluster a gigantic database of unrelated things.
Anyway, there are many DBE (Database Engine), you can compare on the internet which one best fits with your use case.
(MYSQL is basic, MSSQL is NOT cross platform and windows only also i would not recommend it for that reason principally)
https://www.microsoft.com/en-us/sql-server/sql-server-2017 mssql is cross plateform now Entity Framework work a lot faster with mssql and oracle than with postgre/MySQL
https://www.microsoft.com/en-us/sql-server/sql-server-2017 mssql is cross plateform now Entity Framework work a lot faster with mssql and oracle than with postgre/MySQL
Thanks for that information (seems pretty new so didn't know that )
Mysql funktioniert nicht.. service mysql status mysql does not exist in /etc/rc.d 07/09/2015 - Metin2 Private Server - 8 Replies Hey,
mein Mysql Server funktíoniert von jetzt auf gleich nicht mehr..
Kam aus dem Freibad und alles war down..
Wenn ich den Mysql Server starten will sagt er mir:
" service mysql status
mysql does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d) "
Und wenn ich meinen Metin Server starte "cant connect to 127.0.0.1" weil der Mysql Server down ist..
[ERROR] Mysql can't connect to local Mysql server through socket 10/08/2011 - Metin2 Private Server - 3 Replies Hallo Liebe Com,
Undzwar habe ich ein Problem mit Mysql.
Als ich Mysql installiert habe konnte ich Problemlos drauf connecten,auch mit navicat.Aber als ich die Serverfiles (2011er) installiert habe und rebootet habe ging aufeinmal mysql nichtmehr.Wenn ich mysql -p eingebe steht dann da:
Wenn ich den Startbefehl eingebe steht da:
Was kann das sein? Und es passiert immer nur nach der Serverfiles installation.
Ich habe den Server schon 3x resetten lassen und es passierte immer das...
[ERROR] Mysql can't connect to local Mysql server through socket 11/06/2010 - Metin2 Private Server - 5 Replies I just recently tried to configure a DNS server for MT2.. It came up with this error
ERROR: 2002 (HY000): Can't connect to local Mysql server through socket '/tmp/mysql.sock' (2)
Do I need to do a fresh installation of FBSD?
:S
Thanks.