I want to connect mysql database to a project in netbeans. I tried few ways but while running the application i am getting error as
u Access denied for user 'User'@'localhost' (using password: YES)I think my way of connecting may be wrong. Give me information regarding that. My localhost is running in 8080 and mysql which i connected is running in 3306 port. Can anyone give exact steps for connecting database to my applicaiton