-
Apprentice
cabal with mysql insted of mssql
I saw that most of cabal releases use mssql.
Does anyone know workable method to use mysql without mssql?
Thanks.
-
-
Re: cabal with mysql insted of mssql
Doesen't cabal run at linux and use mysql dbe ?
-
Apprentice
Re: cabal with mysql insted of mssql
I found releases which use centos for cabal and windows with mssql server for db.
Why? Cannot use that centos with mysql server?
-
Re: cabal with mysql insted of mssql
You can set up mysql server at any linux distribution, but you can't set up mssql server at linux...
-
Re: cabal with mysql insted of mssql
Cabal server uses hardcoded queries that require delicate patching for it to work with MySQL. Yamachi tried to do it once but he abandoned the project like many other.
-
Apprentice
Re: cabal with mysql insted of mssql
its possible but you need to rework the db to be compatible to mysql. Just remember stored proc of mssql is different w/mysql
-
Apprentice
Re: cabal with mysql insted of mssql
Ok. Thanks for your answeres.