프로그래밍/etc

MySQL, MariaDB 무료 Client Tool

인썸니아 2022. 5. 27. 17:50

데이터베이스를 이제 공부하다보니, 클라이언트에서 DB 접속을 하기 위한 프로그램이 있더라... 무료로 사용할 만한 프로그램을 찾아보았다..

 

# HeidiSQL

  - 매우 직관적이며 가벼운 프로그램이다.

  - MySQL, MariaDB, PostgreSQL, SQLite, SQL Server 등을 지원한다.

  - 윈도우 버전만 존재.

  - 오픈소스 (https://github.com/HeidiSQL/HeidiSQL)

  - https://www.heidisql.com/

 

HeidiSQL - MariaDB, MySQL, MSSQL, PostgreSQL and SQLite made easy

What's this? HeidiSQL is free software, and has the aim to be easy to learn. "Heidi" lets you see and edit data and structures from computers running one of the database systems MariaDB, MySQL, Microsoft SQL, PostgreSQL and SQLite. Invented in 2002 by Ansg

www.heidisql.com

반응형

 

# DBeaver

  - HeidiSQL 에 비해 훨씬 다양한 DBMS 를 지원

  - 유료버전인 enterprise edition 의 경우 MongoDB, DynamoDB 와 같은 NoSQL DB도 지원함.

  - 이클립스 기반.

  - 윈도우, Mac, Linux 등 다양한 OS 지원.

  - 오픈소스 (https://github.com/dbeaver/dbeaver)

  - https://dbeaver.io/

 

DBeaver Community | Free Universal Database Tool

DBeaver Universal Database Tool Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase,

dbeaver.io

 

# MySQL Workbench

  - MySQL 공식 tool

  - 무언가 전문가스럽다.. 그래서 나같은 초보자가 사용하기가 쉽지 않다.

  - MySQL 전용. MariaDB 는 불안하게 연결됨.

  - Amazon RDS 에서 생성한 MariaDB 에 connect 해 보면 warning 메시지 출력됨. (연결은 성공..)

  - 다른 대체 툴이 있어서 잘 사용하지 않을 것 같음..

  - https://dev.mysql.com/downloads/

 

MySQL :: MySQL Community Downloads

The world's most popular open source database Contact MySQL  |  Login  |  Register

dev.mysql.com

 

 

반응형