Skip to content

How to connect to MS Sql Server? #90

Answered by lovasoa
SwissMaWi asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can connect to it, but you'll need to open the ssh connection outside of sqlpage. If your mysql server is accessible by ssh on your-server and uses the default port 3306:

ssh -L 3306:localhost:3306 your-server

Then in sqlpage.json :

{
    "database_url": "mysql://user:password@localhost/your_database"
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SwissMaWi
Comment options

@lovasoa
Comment options

Answer selected by SwissMaWi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants