Is it possible to connect to a MySQL database on a remote server (ISP) with DB Browser?
And if so, what would the Database URL entry in the connection window look like?
The Help docs don't give any clues to those questions for the novices like myself.
Yes, you can connect to the database on a remote server(ISP) using DBBrowser. The URL needs to of the form: jdbc:mysql://<url>:3306/<db_name>
Let me know if you need any more help. Sorry for the delay.
Log in to post a comment.
Is it possible to connect to a MySQL database on a remote server (ISP) with DB Browser?
And if so, what would the Database URL entry in the connection window look like?
The Help docs don't give any clues to those questions for the novices like myself.
Yes, you can connect to the database on a remote server(ISP) using DBBrowser. The URL needs to of the form: jdbc:mysql://<url>:3306/<db_name>
Let me know if you need any more help. Sorry for the delay.