Results 1 to 4 of 4
- 10-06-2012, 07:50 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 39
- Rep Power
- 0
Problem connecting netbeans to mysql
hello all ,
i'm trying to connect the two together ,
the sql server is running and it's all good but when i try to connect on
netbeans-serveices-databases - new connection wizard
it gives me an error :
"cannot establish a connection to jdbc:mysql://localhost:3306/lib using com.mysql.jdbc.driver (access denied for user'root'@'localhost'
in mysql everything running smothly
any ideas ??
thanks to all the helpers
- 10-08-2012, 10:57 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Problem connecting netbeans to mysql
Look to me like your MySQL is locked down.
I'd look in the MySQL docs for allowing connections for a certain user/location.Please do not ask for code as refusal often offends.
- 10-08-2012, 01:59 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 39
- Rep Power
- 0
Re: Problem connecting netbeans to mysql
well i don't know what happend but i reinstalled mysql completly and it works i think when i did a reset something happend
not sure what it's very weird
- 10-08-2012, 02:57 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: Problem connecting netbeans to mysql
MySQL can be setup to not allow any connections except for those in a list of exceptions, which would map usernames and location (address).
Attempting to login to such a setup will fail if you are not a valid user, or are a valid user, but not connecting from a valid location.
It's quite easy to install it with this switched on, by accident.Please do not ask for code as refusal often offends.
Similar Threads
-
connecting to a mysql db
By droidus in forum NetworkingReplies: 3Last Post: 10-30-2011, 12:43 AM -
connecting mysql with netbeans
By angelia in forum New To JavaReplies: 3Last Post: 05-15-2011, 11:30 AM -
Problem Connecting to remote MySQL DB
By Twistx77 in forum JDBCReplies: 2Last Post: 01-02-2011, 02:25 PM -
Problem connecting to mysql database
By Kelly in forum JDBCReplies: 18Last Post: 07-22-2010, 06:40 AM -
problem in connecting to mysql database
By nancyv in forum Java ServletReplies: 6Last Post: 04-02-2008, 11:33 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks