I am wondering if there is a way to make a MySQL database using my java program without actually having a defined username for the admin. for example I would make a program that you could install on all computers in a network that connect to a newly made database at a location that all computers can access, then you type something in on one computer, and can see it on another when you read from the database.
is this possible? and if so how?
Thanks for the help.