Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect mysql with url #61

Closed
dickwu opened this issue Oct 31, 2016 · 1 comment
Closed

How to connect mysql with url #61

dickwu opened this issue Oct 31, 2016 · 1 comment

Comments

@dickwu
Copy link

dickwu commented Oct 31, 2016

I need some demo about it

@Tapac
Copy link
Contributor

Tapac commented Oct 31, 2016

Exposed works over jdbc-drivers, so it uses same connection strings format for any supported dbms.
Database.connect("jdbc:mysql://host:port/scheme", "com.mysql.jdbc.Driver", login, password)

@Tapac Tapac closed this as completed Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants