0

i already installed MySQL with Wamp server,now i am developing java server program in my local machine,i need to know is it possible to use the same MySQL to my java program also,if possible how(how can i create database,how can i connect to database etc)?please help me

2
  • Is this not the subject of every basic Java and mySQl tutorial? Commented Nov 6, 2011 at 17:19
  • i mean is mysql installed with wamp is only for php development or not,can i use it as normal mysql which install seperatly Commented Nov 6, 2011 at 17:27

1 Answer 1

2

The only thing you may be missing, if you have a Java JDK installed, will be the JDBC driver for MySQL. Then you can work with MySQL, since the MySQL you get from WAMP is OK.

WAMP includes Apache and PHP which are irrelevant for the Java-MySQL connection, unless you want to use phpMyAdmin instead of MySQL Workbench, in order to manipulate your MySQL. I still think that if you install the components you work with straight from their websites, you get exactly what you need, you have latest versions and a better overall overview.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.