Open source can use mysql?

07/03/2017 23:29 waahaha#1
like the title,,,,:handsdown::handsdown::handsdown:
07/04/2017 00:08 PMasta#2
What?
07/04/2017 00:12 0Lucifer0#3
I like the title
07/04/2017 01:10 fantasy942#4
Quote:
Originally Posted by 0Lucifer0 View Post
I like the title
Ahahahaahah i can't stop ahahahahah
07/04/2017 09:40 DarkyZShadow#5
:confused::confused::confused:
07/04/2017 14:31 PMasta#6
I think he is asking if OpenNos can use MySQL instead of MSSQL?
07/04/2017 15:44 Marvin341#7
Nope :/ did only work in the old builds :/ but its not really recommended :)
07/04/2017 20:02 PMasta#8
I would choose MongoDB for flexibility and speed tho
07/04/2017 23:22 0Lucifer0#9
Quote:
Originally Posted by PMasta View Post
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.
07/05/2017 12:44 BlowaXD#10
PostgreSQL has awesome speed.

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)
07/05/2017 13:06 0Lucifer0#11
Quote:
Originally Posted by BlowaXD View Post
PostgreSQL has awesome speed.

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
07/06/2017 02:40 BlowaXD#12
Quote:
Originally Posted by 0Lucifer0 View Post
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 :p)
07/06/2017 17:50 Rorc#13
Quote:
Originally Posted by waahaha View Post
like the title,,,,:handsdown::handsdown::handsdown:
Perhaps.

/c

(if you want to reopen this thread do make it actually understandable, PM me)