GithubHelp home page GithubHelp logo

mdbconverter's Introduction

mdbconverter

Table of Contents

  1. Application Description - What does the application do?
  2. Setup
  3. Usage
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the application

Application description

The application allows you to convert a microsoft access database (mdb) file into a MySQL database. Based on the available data in the mdb file, all tables will be created, data will be imported and constraints will be added. Before the import is made, the database will be cleared.

Setup

In src/main/resources/config.properties.template there is a sample configuration file. It can be provided to the application with the '--config config.properties' argument. It is also possible to prove part of the configuration via this config, and part with command line arguments. Make sure you have a running MySQL server with an empty database and an user able to connect to it. This users must be able to manage tables, constraints and data.

Usage

The application can be started with the following command:

java -jar target/mdbconverter-0.1-SNAPSHOT.jar --config config.properties

One need to provide MySQL url, username and password and MDB file. This can be done via the config file, the individual arguments or a combination of both. When using '--config', make sure it is the first argument.

Possible arguments:

-h | --help:

Show this help

-c | --config

Config file

--mysqlurl

MySQL connect URL. Example: jdbc:mysql://localhost/?useUnicode=true&characterEncoding=UTF-8&useSSL=false

--mysqluser

MySQL user to connect with to the database

--mysqlpassword

MySQL password to connect with to the database. WARNING: this is not secure, use config file instead.

--mdb

MDB file to convert to MySQL

Limitations

Works with Java 8.

Works with versions of MySQL from 5.6.

Development

Feel free to report a bug or submit a pull request with a fix.

Contributors

View the full list of contributors on Github.

mdbconverter's People

Contributors

dependabot[bot] avatar wimvr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.