msql2mysql
msql2mysql program.cThis utility converts C API function calls querying the mSQL database, in
programs written in C, to the MySQL equivalent functions. The only
argument is the name of the source to convert. This utility does not
create a copy of the source file. Instead, it converts the given source
file itself. Therefore, you should make a backup of the source before
issuing the command. This utility isn’t always effective in converting
all mSQL functions, so manual inspection of the code and testing may be
required after a conversion. Note that the replace
utility is used by msql2mysql.