Интерактивная система просмотра системных руководств (man-ов)
msql2mysql (1)
>> msql2mysql (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
NAME
msql2mysql - convert mSQL programs for use with MySQL
SYNOPSIS
msql2mysqlC-source-file ...
DESCRIPTION
Initially, the MySQL C API was developed to be very similar to that for the mSQL database system. Because of this, mSQL programs often can be converted relatively easily for use with MySQL by changing the names of the C API functions.
The
msql2mysql
utility performs the conversion of mSQL C API function calls to their MySQL equivalents.
msql2mysql
converts the input file in place, so make a copy of the original before converting it. For example, use
msql2mysql
like this: