| View previous topic :: View next topic |
| Author |
Message |
petanorech
Joined: 20 Sep 2009 Posts: 13
|
Posted: Wed Sep 23, 2009 10:34 pm Post subject: Add database created by phpMyAdmin into NetBeans |
|
|
Hello,
I've created database by phpMyAdmin (part of the WampServer) and I'd like to add this database into NB, under Services. I've never done this before so I'd appreciate "for dummies" help
I'm using mysql connector 5.1.10.
Thanks a lot in advance. |
|
| Back to top |
|
 |
Filip Zamboj Posted via mailing list.
|
Posted: Thu Sep 24, 2009 8:19 am Post subject: Add database created by phpMyAdmin into NetBeans |
|
|
Hi,
so ... if I understand, you created database and it's accessible. I see
it's wamp, so it's probably localhost connection.
Let's have a database called DB, user: user, password: secret. Server is
accessible on default port 3306
Go to Services (ctr+5)
right click on databases
create new connection
Driver Name: mysql
port: 3306
database: DB
user name: user
password: secret
check remember password if you want to.
OK
now the connection should be established if your credentials are OK. You
will see a new connection with all databases user has access to and the
one you entered into new connection dialog will be selected (the same as
mysql use database command)
That's it.
-------------
Filip Zamboj
Sun Microsystems
[1] http://www.netbeans.org/community/issues.html
[2] http://qa.netbeans.org
[3] http://wiki.netbeans.org/HowToConfigureXDebug
petanorech wrote:
| Quote: | Hello,
I've created database by phpMyAdmin (part of the WampServer) and I'd like to add this database into NB, under Services. I've never done this before so I'd appreciate "for dummies" help :)
I'm using mysql connector 5.1.10.
Thanks a lot in advance.
|
|
|
| Back to top |
|
 |
petanorech
Joined: 20 Sep 2009 Posts: 13
|
Posted: Thu Sep 24, 2009 1:58 pm Post subject: Re: Add database created by phpMyAdmin into NetBeans |
|
|
Works great, thanks a lot  |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|