-
Apprentice
DataBase in the MySQL
In general, I tried to throw a database from MSSQL to MySQL-out, but only the server does not want to connect to MySQL. Who cares lay-export their databases MySQL.
databases.rar
Last edited by vadyxa27; 07-12-14 at 04:46 AM.
-
-
Apprentice
Re: DataBase in the MySQL
And, I have a question, is it possible to adapt the server DN under MySQL?
-
Gogocayok Developer
Re: DataBase in the MySQL
i think it cant because some produces maybe idt wrk on mysql later .
-
Member
Re: DataBase in the MySQL
did u change the port 1433 to mysql's one (3306)?
-
Member
Re: DataBase in the MySQL
technically it should be possible (db side) since MSSQL and MySQL have the same syntax's (SQL) but iam sure that the binaries wont connect to the MySQL server since the drivers are specifically for MSSQL.
but for MMORPGs they run on Windows OS i would prefer MSSQL anyway because MSSQL have some nice features for example Memory-Optimized Tables, SQL Agent Server etc and MySQL isnt that fast in updating / deleting data and this happen many times in a MMORPG.
MySQL = return data
MSSQL = permanently updating data in the database
Last edited by Syloxx; 24-12-14 at 11:38 PM.