is there a way to access a mysql server or a php script using java to verify a username and password?
eggsandspamm 0 Newbie Poster
Recommended Answers
Jump to PostHow do you mean username and password?
Like checking to see if a username & password that is stored in the database is correct?
Or if the username and database for the database is correct?
Jump to PostYes, Java is able to communicate with large number of databases. As PhiberOptik pointed out for this you will also need driver Connector/J.
I will recommend that you read JDBC Database Access tutorial …
All 6 Replies
PhiberOptik 0 Junior Poster
eggsandspamm 0 Newbie Poster
PhiberOptik 0 Junior Poster
eggsandspamm 0 Newbie Poster
PhiberOptik 0 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.