리눅스

Ubuntu -> 개인


redhat 리눅스

-> RHEL (7) * 서버

-> Cent (7) 

-> Fedora (8?)




리눅스포털

https://www.linux.co.kr/
한국의 리눅스 포털 Linux.co.kr 무료 메일 계정, 리눅스 자료 제공.


Apache Tomcat® 

tomcat.apache.org/


Paint.NET - Free Software for Digital Photo Editing

www.getpaint.net/
Paint.NET is free image and photo editing software for computers that run Windows.


Stack Overflow

stackoverflow.com/


A language-independent collaboratively edited question and answer site for programmers.


MySQL

https://www.mysql.com/


The software's official homepage with news, downloads and documentation.

Begin Your Download - mysql-installer-web-community-5.7.12.0.msi

데이터베이스


관계형 데이터베이스는 데이터를 여러 개의 테이블에 나누어서 저장한다

DBMS ))) 오라클, SQL Server, 사이베이스, MySQL


MySQL:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

show databases; -> db확인

#create database {db이름};  -> db생성

#drop database {db이름}; -> db삭제

use {db 이름}; -> db접속


create table {table명}{      -> 테이블 생성

{컬럼명}{컬럼명}{option...}.

{컬럼명}{컬럼명}{option...}.

{컬럼명}{컬럼명}{option...}.

{컬럼명}{컬럼명}{option...}

};


show tables -> 테이블 확인

desc {테이블명} -> 테이블의 필드구조 확인


' IOT 기반 응용 SW과정 > Java, Eclipse ' 카테고리의 다른 글

Day28 MySQL  (0) 2016.04.25
Day27 MySQL  (0) 2016.04.22
Day24 GUI 그래픽 사용자 인터페이스 // 이벤트 처리  (0) 2016.04.19
Day23 TCP  (0) 2016.04.18
Day22 TCP  (0) 2016.04.12

+ Recent posts