일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- maven
- AJAX
- oracle
- spring
- JavaScript
- Python
- jpa
- MSSQL
- 문서
- myBatis
- Open Source
- ubuntu
- MySQL
- STS
- PostgreSQL
- Source
- Exception
- git
- error
- IntelliJ
- Core Java
- SpringBoot
- 설정
- 오픈소스
- Tomcat
- Docker
- Eclipse
- JDBC
- Spring Boot
- Thymeleaf
- Today
- Total
목록MariaDB (5)
헤르메스 LIFE
페이지 : https://dbeaver.io/DBeaver 는 JDBC 드라이버를 이용해서 조회하는 Tool 입니다.Text File Encoding폰트설정SQL 포멧
출처 : http://ora-sysdba.tistory.com/entry/MariaDB-Maria-DB-%EB%8D%B0%EC%9D%B4%ED%84%B0%EB%B2%A0%EC%9D%B4%EC%8A%A4-%EC%83%9D%EC%84%B1-%EA%B6%8C%ED%95%9C-%EB%B6%80%EC%97%AC-%EC%A0%91%EC%86%8D Create Maria Database 아래와 같은 방법으로 데이터베이스를 생성합니다. # /usr/local/mysql/bin/mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 3 Server version: 5.5.30-MariaDB-log Sourc..
출처 : http://ora-sysdba.tistory.com/category/MariaDB%20Admin%20Guide/Install%20How%20To How to Install MariaDB Server 10 by using yum 서버 구성환경Virtual Machine VMware Workstation 10.0.0OS Cent OS 7.0Devices Memory : 1 GB Processors : 1 Hard Disk(SCSI) : 10 GB Network Adapter : NAT DB Link Download MariaDB MariaDB Server 10 버전을 CentOS 7에 yum 패키지를 사용하여 설치하는 방법을 알아보겠습니다. Create MariaDB yum repo file각 O..
출처 : http://www.mysqlkorea.com/gnuboard4/bbs/board.php?bo_table=develop_03&wr_id=67 - MariaDB (http://mariadb.com) - (1) 소개 MySQL 개발자 미카엘 위데니우스에 의해 만들어진 MariaDB는 MySQL이 MariaDB의 모태이며, Sun에서 가져온 DataBase입니다. 그러므로 MySQL과 흡사합니다. (2) MariaDB 다운로드 https://downloads.mariadb.org/mariadb/repositories/ (3) 설치 컴파일버전이 아닌 보다 high performance인 바이너리버전(64bit)으로 설치하겠습니다. OS = CentOS 5.4MariaDB버전 = mariadb-5.1.4..