Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kerri Gonzalez   on Feb 22 In Java Category.

  
Question Answered By: Funsani Chalthoum    on Feb 22

You wrote:
The server  (Operating System - Windows 2000 Advanced Server) *will* have
mySQL
database install and running and together

If your DB is not running, your software cannot connect  to it.

Also:
String url = "jdbc:mysql:/localhost:3306/qti?username=&password=";

The "localhost" of the client's computer will be their own computer, not the
IP address of your database server.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on jdbc mysql connection Or get search suggestion and latest updates.


Tagged: