In the meanwhile...
Posted by: Yaron Kaplan
Date: May 17, 2005 05:57AM

I used the mssql2mysql script: http://www.kofler.cc/mysql/mssql2mysql.html

I had to modify it and execute the mySQL command

set names 'hebrew'

after connecting to the database - without that command it turned the international characters to "????" which is damn annoying.
I would also suggest not to export to a remote MySQL server. Instead, install a local MySQL server, export to it to the local server and then dump the data (using mysqldump) and send it to the remote server.

Options: ReplyQuote


Subject
Written By
Posted
In the meanwhile...
May 17, 2005 05:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.