Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
MySQL Java desktop app tru Netbeans wizard?
Hi im using the wizard in netbeans 6.5 to do this.
Netbeans>New project>Desktop Application
Done! It generates a prog that allows me to view edit delete to a MySQL table.
Problem is the persistence.xml !! The username and password is hardcoded.
I dont want to store the username and password in that file. I have 1 million users that will login. Each of them have their own username and password.
Hope any kind soul out there might help.
I did not say i want a million different databases!
A MILLION users, just to make the example clear. For security reasons, each of them should have their own username/password.
1 Answer
- 1 decade agoFavorite Answer
umm are you saying you want a million different databases, one for each user. I'm guessing the user/name password is for logging into mysql not for users to log into your app.