on 6/2/00 12:02 PM, Stephen Atkins  wrote:

> Not sure if this belongs here but does any one know of a db convert from
> MSSQL 7.0 to MySQL?
> 
> Stephen Atkins
> [EMAIL PROTECTED]
> 
mysql has a way to export the whole database as a SQL file with all the data
and instructions for building the whole thing from scratch. if MSSQL 7.0 has
a similar export format you're home free. just export from mssql as SQL
(yourdatabaseexport.sql) then drop it straight into mysql with:
# mysql yourdatabase < yourdatabaseexport.sql

Gavin

Reply via email to