MySQL Forums
Forum List  »  Microsoft SQL Server

Re: How to connect my application to MySQL from MS SQL
Posted by: Peter Brawley
Date: January 24, 2019 04:38PM

You connect to MySQL using the IP address or machine name of its server, the port number (default (3306) it's listening on, and of course the login username & password. If the MySQL instance is on the machine you're connecting from, the "name of the instance" will be localhost, or the name of the machine, or 127.0.0.1 (ipv4).

For details see https://dev.mysql.com/doc/refman/8.0/en/connecting.html.

Options: ReplyQuote




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.