Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 801 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 801 Bytes

migration-mysql-iris

Sample repository to show how to migrate from MySQL to InterSystems IRIS

Credits

  1. Article about MySQL into Docker:
  2. Git project created from:

to run

  1. Build
docker-compose build
  1. Run
docker-compose up -d
  1. Use DBeaver to connect to the databases
    • Connection to MySQL:
      • host: localhost
      • database: db
      • port: 3306
      • username: user
      • password: password
    • Connection to IRIS:
      • host: localhost
      • database: user
      • port: 1972
      • username: _SYSTEM
      • password: SYS