This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208840 - cannot establish a connection to jdbc:mysql://localhost:3306/hr_management using com.mysql.jdbc.Driver (Access denied for user 'root'@'localhost' (using password: NO))
Summary: cannot establish a connection to jdbc:mysql://localhost:3306/hr_management us...
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 17:12 UTC by Dhyanandra
Modified: 2012-02-27 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dhyanandra 2012-02-24 17:12:51 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17
Comment 1 Marian Mirilovic 2012-02-27 09:05:39 UTC
while try to connect with database it shows error message how can i resolve it.
Comment 2 matthias42 2012-02-27 11:05:54 UTC
This is not a bug. Your database denies you access - you did not specify the password for the connection and so the database can't authenticate your connection request. If you thing there is an error in netbeans, please describe what you did until you reached tthe error.