Search code examples
sqlsql-servercentoscentos7

SQL Server service can not execute in CentOS


I want to install SQL Server on CentOS.

I initialise this service by the command

sudo /opt/mssql/bin/mssql-conf setup

When I get the status of the service, I get this error:

Failed to start Microsoft SQL Server Database Engine

Enter image description here

/var/opt/mssql/log/

I checked this location to see errors from SQL Server, but this location is empty.

How can I fix this problem?


Solution

  • From Thom A's comment:

    SQL Server isn't supported on CentOS; I recommend using a supported operating system.

    I tried hard to solve this problem, but I did not find a way and I decided to change my OS.