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 130088 - Auto-detection of MySQL connection is not creating the default connection
Summary: Auto-detection of MySQL connection is not creating the default connection
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 19:33 UTC by David Vancouvering
Modified: 2008-03-25 20:03 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 David Vancouvering 2008-03-13 19:33:34 UTC
You should see a new MySQL connection, but you don't.  This only happens if the server is running.  This doesn't seem
right, should create the connection even if you can't connect, if MySQL is installed.
Comment 1 David Vancouvering 2008-03-25 20:02:59 UTC
I investigated this further, and I don't think it's valid.  You can't tell the port or username from an installation, so
the connection you create would be pretty brain-dead, or make a lot of potentially false assumptions.