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 202184 - Cannot get connect to MySQL server. Time out error
Summary: Cannot get connect to MySQL server. Time out error
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 13:36 UTC by Ed_Mogadam
Modified: 2011-11-16 16:42 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 Ed_Mogadam 2011-09-15 13:36:05 UTC
I am working on last version of Ubuntu. I am trying to get connect to MySQL using J Connector but it over and over again gives me Time out. Connection Test fails. I am getting connected to that with Eclipse easily.

I tested more than one Schema and still failed. I also used another version of MySQL Connector, it failed again.
Comment 1 Jiri Rechtacek 2011-09-15 14:10:11 UTC
I'm working on latest Ubuntu (11.04) as well and I have no problem to connect/work with MySQL server installed from Ubuntu repository, using bundled JConnector (mysql-connector-java-5.1.13-bin.jar).

  Product Version         = NetBeans IDE Dev (Build 20110913-dcf4b291321f)ail (#dcf4b291321f)
  Operating System        = Linux version 2.6.38-11-generic running on i386
  Java; VM; Vendor        = 1.7.0; Java HotSpot(TM) Client VM 21.0-b17; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0-b147
  Java Home               = /usr/local/share/java/jdk1.7.0_b147/jre
  System Locale; Encoding = en (nb); UTF-8
  Home Directory          = /home/jirka


I do need more details about this problem: messages.log from IDE session when you connect MySQL, version of your server and other significant details if any. Without other information I cannot struggle with it. Thanks