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

Summary: 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))
Product: db Reporter: Dhyanandra
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.