반응형 Database8 [Database][MariaDB]MariaDB Tutorial with Command, MariaDB 튜토리얼, 예제 0. Login 1. Create and Showing 2. CRUD 3. Advanced 0. Login - Docker 사용시 container 실행 docker exec -it mariadb /bin/bash - MariaDB login # root mysql -u root -p # other account mysql -u account -p 1. Create or Select and Showing - 상태확인 status - Create database CREATE DATABASE database_name; - List of Databases SHOW DATABASEs; - Select database USE database_name; # example USE project_pb - Create .. 2022. 9. 23. [Database][DB tool] Free DB tool, 무료 DB 툴,HeidiSQL vs DBeaver 1. HeidiSQL 2. DBeaver 3. 요약 1. 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.heid.. 2022. 9. 22. 이전 1 2 다음