Advertisement
Jambix64

Sql server ubuntu problem

Nov 30th, 2018
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sqlcmd -S localhost -U SA -P '6s5ds5d'
  2. sqlcmd -S 192.168.0.00,1433 -U SA -P '6s5ds5d'
  3. sqlcmd -S kabaite\\Express,1433 -U SA -P '6s5ds5d'
  4.  
  5. sudo service apache2 restart
  6. sudo systemctl status mssql-server
  7.  
  8. sudo ufw enable
  9. sudo ufw allow 1433
  10.  
  11. Guide nice
  12.  
  13. https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement