Search code examples
javamysqlsqlmigrationderby

Migrating from Apache Derby to MySQL


I have a JDBC application that uses Apache Derby. How can I migrate my entire database system to use MySQL?

  1. I have 3 Java programs that access the database
  2. I have 3 tables and 2 views

I am using Netbeans. I have never used MySQL before and do not know where to begin. Is there nice integration with Java and MySQL in Netbeans? How can I get nice integration with NetBeans and MySQL?

All help is greatly appreciated!


Solution

  • Looks like this plugin would probably help you: http://netbeans.org/kb/docs/ide/mysql.html