baumeisterjo
baumeisterjo

Reputation: 1

open a SQL database online without using MySQL

I created a database and use it for a Java project on IntelliJ. If I want to run my project on IntelliJ, I need to run my database on MySQL.

I would like to ask whether it would be possible to run my database online without downloading MySQL so that I can run my Java project and work on it when I use my laptop on which isn't MySQL

Upvotes: 0

Views: 127

Answers (1)

Rick
Rick

Reputation: 51

Online mysql might be a security risk. Better option is to use docker image if you don't want to permanently install mysql locally - https://hub.docker.com/_/mysql

Sorry, I can't comment as I don't have the required reputation. So, adding it as answer.

Upvotes: 4

Related Questions