I have already installed eclipse for java/j2ee. For learning purposes, I want some database to be available in my system. I don;t have admin rights. So without installation I want to use the database. Is it possible to use mysql in this case?
I have already installed eclipse for java/j2ee. For learning purposes, I want some database
Share
It’s not exactly the same as MySQL, but you may be able to set up a sqlite database. sqlite will allow you to create and maintain a local database, housed in a single file, without needing special SQL permissions.