mssql2mysql icon indicating copy to clipboard operation
mssql2mysql copied to clipboard

Simple MS SQL to MySQL PHP script converter

Results 7 mssql2mysql issues
Sort by recently updated
recently updated
newest added

can it be updated to use **sqlsrv** instead of **mssql** extension ? since it is obsolete as of now

Updated to use sqlsrv driver instead of deprecated mssql

Hello, i have a Column with the name "Date" the type is Datetime. The Column will be created in MySQL successfully but all of the data is set to "0000-00-00...

Nice Script. I had Problems with the type "real" but i had fixed by myself. I have some Tables with the Name "User". I had try to set this with...

I updated your script to ensure that it will run using PHP 7.x and current MySQL and MS SQL Server extensions. Also provided UTF-8 compatibility.

change from "mysql" to "mysqli" for PHP 7

Hi @matriphe I am getting an issue where large data fields are cut off to 65535 bytes. That is because: `A BLOB type in MySQL can store up to 65,534...