Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

MySQL Admin and NetBeans

Database, Free for Web, Tools

..

MySQL Tools -

Apart from being a popular open source database. It also has some amazing tools, which have been formed, due to years of users invaluable feedback, on their forums. Here’s what the website describes about MySQL Administrator;

MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating

..

MySQL and NetBeans -

So, you want to use MySQL with NetBeans, I guess Java is your language of choice for development in NetBeans, as it provides such a fabulous Java Editor since 6.0 FCS and now, its really amazing in 6.1 FCS. You could try making a database application using Swing Application Framework, which lets you create a CRUD application.

Firstly, you need a JDBC driver, as we are using Java to connect to MySQL databases, then you have to go for Connector/J (IV Type Driver), there are some more available for other languages too.

Full article: http://nbguru.wordpress.com

License: Creative Commons Attribution-Share Alike 2.5 India

Add to any service

Indexed in June 2008

Related Info Web

  • NetBeans 6, Ruby, and Rails: A Surprisingly Effective Combination
  • For far too long Ruby has lacked a development environment that supported important features developers in other languages now take for granted: code completion; refactoring; platform-independence; and speed.. Getting started with Ruby, Rails and NetBeans is as easy as downloading the installer and running it. ... Full article: http://depth-first.com License: Creative Commons Attribution-Share Alike 3.0 United States...

  • My First Impressions of NetBeans Ruby IDE for JRuby on Rails Development
  • .. In recent weeks, I started seeing several posts about using NetBeans for RoR development, and in particular, this post persuaded me to download it and try it. I just started using the NetBeans Ruby IDE this week, and I may be just about ready to convert for good. NetBeans, UI seems to be pretty logically organized, and its various panels somehow...

  • Oracle 10g vs PostgreSQL 8 vs MySQL 5
  • This is my comparison of installing and getting started with Oracle 10g, PostgreSQL 8 and MySQL 5. This is what I consider the comparison of state of the art for three categories of DB: Commercial vs. Academe vs. Internet Model. This is a comparison from the view of a new user wanting to install a database to learn. I'm trying...

  • Apache, MySQL & PHP on Ubuntu
  • Lately I've been performing lots of fresh system installs, a result of testing my Ubuntu respin. Restoring my personal data after such an install is simple enough, but having to reinstall my Apache, MySQL & PHP set-up requires a little more effort. So, for future reference I've decided to record the process. By following the instructions below I should be...

  • How Do I Enable remote access to MySQL database server?
  • By default, MySQL database server remote access disabled for security reasons. However, some time you need to provide the remote access to database server from home or from web server. Step # 1: Login over ssh if server is outside your IDC First, login over ssh to remote MySQL database server Step # 2: Enable networking Once connected you need edit the mysql configuration...