Can we create database with MySQL and link it with Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we create database with MySQL and link it with Java?

if yes how

17th Dec 2016, 8:15 AM
DANIEL Bobai Nathan
DANIEL Bobai Nathan - avatar
4 Answers
+ 1
Consider reading about JDBC on the oracle java api.
17th Dec 2016, 10:04 AM
Ousmane Diaw
0
yes you can. you can create your database in Xampp (it comes with myself and other packages), then you can connect to and read data from it using java classes. You will need to download myself driver for Java and add it to your IDE(netbeans or eclipse). you can skip to the chapter on database connection in the following ebook: introduction to java programming by Liang Y Daniel : http://bank.engzenon.com/download/541ee70c-0df0-475b-8a7c-40dfc0e8c6f8/Introduction_to_java_programming_by_Y_Daniel_Liang_10th_edition.pdf&sa=U&ved=0ahUKEwjBs9jbq5TTAhXHAxoKHZAxDaYQFggWMAA&usg=AFQjCNGmBm09btakGo-OWMemVTE__DNa6w
8th Apr 2017, 7:32 AM
Freeborn
Freeborn - avatar
0
(it comes with mysql and other packages. not myself)
8th Apr 2017, 7:34 AM
Freeborn
Freeborn - avatar
0
thanks
21st Oct 2017, 4:30 PM
DANIEL Bobai Nathan
DANIEL Bobai Nathan - avatar