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
-
Is this not the subject of every basic Java and mySQl tutorial?Pekka– Pekka2011-11-06 17:19:48 +00:00Commented 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 seperatlysajith– sajith2011-11-06 17:27:15 +00:00Commented Nov 6, 2011 at 17:27
Add a comment
|
1 Answer
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.