MySQL Forums
Forum List  »  Microsoft SQL Server

How to connect my application to MySQL from MS SQL
Posted by: Christopher Angulo-Bertram
Date: January 24, 2019 01:53PM

I am the owner of ManagePro software, I just took over the company in April 2018, currently, the application requires an MSSQL instance to work, I want to use MySQL instead, but the app does not connect to the SQL server in the usual way that I have used in the past.

When I start the app, and it can't find the default instance name it is looking for I get a settings box, to fix the issue I just change this .\MANAGEPRO to .\SQLEXPRESS

This, of course, is because the local machine has the server on it, and then I just point it to the instance name.

If the server was remote it would be this servername\instance

So my question is how do I mimic this with MySQL?

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.