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!!