Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-10-2007, 07:41 PM
Member
 
Join Date: Aug 2007
Posts: 2
mransome is on a distinguished road
DriverManger.getConnection
I am trying to connect to a MySQL DB on a linux server from a Java App on a win32 pc. I suspect I am not writing the url properly.

here is the code:

Connection con = DriverManager.getConnection("jdbc:mysql://paptais07:3306/test" , "root", "");

here is the error:

java.sql.SQLException: Access denied for user 'root'@'pc5033.petrotrin.com' (using password: NO)

pc5033 is my pc and petrotrin is the domain it is in.

any help will be much appreciated.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-13-2007, 04:16 PM
Member
 
Join Date: Jul 2007
Location: England, Bath
Posts: 47
shanePreater is on a distinguished road
Your problem is the user credentials that your passing.
Have you setup the root user without a password and set the host to any (*)?
Normally with a default install of MySQL you specify a root password and by default only local connections can use the root account.
Check out The main MySQL section
Also this guide on devshed might help.

That should get you moving again.
Shane.
__________________
Shane Preater -
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +3. The time now is 02:13 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org