Skip to content
Linux Server Support
  • Home
  • HowTo
    • Cpanel
    • Mail
    • MySQL
    • Nginx
    • Apache
    • CloudLinux
    • Ubuntu
    • WordPress
    • Magento
  • Tools
  • Hire Me

ms sql

Enable Remote Connection in MS SQL Server

December 15, 2021 by Yujin Boby

MS SQL Server does not allow remote connection by default. To enable MS SQL remote connection, you need to open port 1433 in the firewall. After the port is open, you need to enable TCP/IP protocol in MS SQL Server. Start SQL Server Management Studio, take the property of the server Enable SQL Server and … Read more

Categories Windows Tags ms sql Leave a comment

Install PHP drivers for Microsoft SQL Server on Ubuntu PHP 7.2

June 30, 2021May 22, 2021 by Yujin Boby

On Ubuntu 18.04 server running PHP 7.2, i want to install Microsoft SQL Server module for PHP. You can find PHP module for SQL server at https://github.com/microsoft/msphpsql At the time of writing this PHP module only support PHP 7.4 and newer. SO i need to find older version that supported PHP 7.2. On checking release … Read more

Categories Ubuntu Tags ms sql, php 1 Comment
© 2026 Linux Server Support • Built with GeneratePress