A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mariadb.com/docs/server/clients-and-utilities/legacy-clients-and-utilities/msql2mysql below:

msql2mysql | MariaDB Documentation

msql2mysql | MariaDB Documentation
  1. Clients & Utilities
  2. Legacy Clients and Utilities
msql2mysql

Initially, the MySQL C API was developed to be very similar to that of the mSQL database system.

Because of this, mSQL programs often can be converted relatively easily for use with MySQL by changing the names of their C API functions.

The msql2mysql utility performs the conversion of mSQL C API function calls to their MySQL equivalents.

Warning: msql2mysql converts the input file in place, so make a copy of the original before converting it.

shell> cp client-prog.c client-prog.c.orig
shell> msql2mysql client-prog.c
client-prog.c converted

After conversion, examine client-prog.c and make any necessary post-conversion revisions.

msql2mysql uses the replace utility to make the function name substitutions.

This page is licensed: CC BY-SA / Gnu FDL


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4