1.stop sql-server
sudo systemctl stop mssql-server
2. open dir
cd /opt/mssql/bin
3.check the information
./mssql-conf -h
4.change the password
./mssql-conf set-sa-password
5.reboot sql-server
sudo systemctl start mssql-server
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!