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 149587 - [65cat] New database connection requires the database specified
Summary: [65cat] New database connection requires the database specified
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 05:57 UTC by yudiset
Modified: 2012-10-06 19:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yudiset 2008-10-09 05:57:14 UTC
[ BUILD # : 200810080330 ]
[ JDK VERSION : 1.6.0_07 ]

Using another tool to connect to a MySQL server such as SQLYog
(www.webyog.com), we can connect to a MySQL server without have to
specify a database.

Also in reality, we don't always have the knowledge of the existing
databases in a MySQL server.

Selection of a database when connecting to a MySQL server should be
an option.
Comment 1 Jiri Rechtacek 2009-10-16 14:02:59 UTC
Reassigned to new owner.
Comment 2 matthias42 2012-10-06 19:07:49 UTC
In netbeans 7.2 you can do two things:

1. Register an mysql server (for administrative access), this creates a server node this also lists all available databases
2. Register a connection without specifing a database or specifing mysql as database, the databases are all listed under the connection node.