LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Connecting to MS SQL server with MySQL (https://www.linuxquestions.org/questions/linux-desktop-74/connecting-to-ms-sql-server-with-mysql-487710/)

moistTowelette 09-28-2006 11:18 AM

Connecting to MS SQL server with MySQL
 
Hi.

Is it possible to connect to a Microsoft SQL Server with the MySQL client running on Linux?

When I try the following:

Code:

$mysql -u administrator -h [HOST_IP] --port 1433
I get the following response after about 30 seconds:

Code:

ERROR 2013: Lost connection to MySQL server during query
Help!!

MassDosage 10-02-2006 04:46 AM

I wouldn't imagine this is possible, I mean, they are entirely different products so I don't see why the client from MySQL would be able to "speak" to MS SQL server?


All times are GMT -5. The time now is 09:23 PM.