« Return to Thread: Making a simple MySQL client in NetBeans (where is the db node?)

Making a simple MySQL client in NetBeans (where is the db node?)

by Thufir :: Rate this Message:

Reply to Author | View in Thread

I have my db, COFFEEBREAK, all set up:


thufir@arrakis:~$
thufir@arrakis:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| COFFEEBREAK        |
| emotherearth       |
| feed_on_feeds      |
| mysql              |
+--------------------+
5 rows in set (0.00 sec)

mysql>
mysql> quit
Bye
thufir@arrakis:~$
thufir@arrakis:~$


Now, I just want to add the db to netbeans:



"You will find "Databases" node here. open this node..."

http://www.netbeans.org/kb/articles/mysql-client.html


How do I get the node?  



thanks,

Thufir

 « Return to Thread: Making a simple MySQL client in NetBeans (where is the db node?)