mysql update 문 실습 MariaDB [opentutorials]> desc topic; +-------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | title | varchar(100) | NO | | NULL | | | description | text | YES | | NULL | | | created | datetime..
mysql select문 실습 전체보기: select * MariaDB [opentutorials]> select * from topic -> ; +----+------------+------------------+---------------------+--------+-------------------------+ | id | title | description | created | author | profile | +----+------------+------------------+---------------------+--------+-------------------------+ | 1 | mysql | mysql is... | 2018-09-21 21:26:22 | egoing | develop..
mysql 테이블 insert 실습 mysql 데이터베이스에서 어떤 테이블이 있는지 확인하기.show tables; MariaDB [opentutorials]> show tables; +-------------------------+ | Tables_in_opentutorials | +-------------------------+ | topic | +-------------------------+ 1 row in set (0.00 sec) mysql 테이블 구조 확인하기.desc topic; MariaDB [opentutorials]> desc topic; +-------------+--------------+------+-----+---------+----------------+ | Field | T..
mysql 테이블 생성하기(create table) 명령어 create table 이름 실습예제 MariaDB [opentutorials]> create table topic( -> id int(11) not null auto_increment, -> title varchar(100) not null, -> description text null, -> created datetime not null, -> author varchar(30) null, -> profile varchar(100) null, -> primary key(id)); Query OK, 0 rows affected (0.16 sec) 설명:not null => 값이 없는 것을 허용하지 않는다.null => 값이 없는것도 허용함. au..
mysql 데이터베이스 생성 기본명령어 데이터베이스 생성하기 : create MariaDB [mysql]> create database 이름; Query OK, 1 row affected (0.00 sec) 데이터베이스 삭제하기 : drop MariaDB [mysql]> drop database 이름; Query OK, 0 rows affected (0.18 sec) 데이터베이스 보기 명령어: show MariaDB [mysql]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | new_schema | | opentutorials | | performance..
라즈베리파이에서 mysql 접속하기 사용한 명령어 빨간색 음영 처리 ssh pi@192.168.1.118 => ssh로 맥 터미널에서 라즈베리파이 접속 mysql -uroot -p => mysql 실행 use mysql => MariaDB에서 mysql 실행 jeong-umaegbug-ui-MacBook-Pro:~ jeongwoomac$ ssh pi@192.168.1.118 pi@192.168.1.118's password: Linux raspberrypi 4.14.69-v7+ #1141 SMP Mon Sep 10 15:26:29 BST 2018 armv7l The programs included with the Debian GNU/Linux system are free software; the exac..
맥 터미널에서 MySQL 접속하기다음과 같은 명령어를 사용한다. $ cd /usr/local/mysql/bin/ $ ./mysql -uroot -p jeong-umaegbug-ui-MacBook-Pro:~ jeongwoomac$ cd /usr/local/mysql/bin/jeong-umaegbug-ui-MacBook-Pro:bin jeongwoomac$ ./mysql -uroot -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 29Server version: 8.0.12 MySQL Community Server - GPL Copyright (c) 2000, 2018, Or..
맥에 MySQL 설치하기 https://youtu.be/LbQJWAw9nY8 p style="text-align: left;"> 라즈베리파이에 MySQL 설치하기 영문버전 만들어본다고 구글에서 번역했는데 맞는지 모르겠네요. 맥 터미널에서 라즈베리파에 접속: ssh pi@ip 주소라즈베리파이에 mysql 설치: sudo apt-get install mysql-server mysql-clientmysql 접속: sudo mysql -urootmysql 사용: use mysql패스워드 변경select user, host, password from user;update user set password=password('1234') where user = 'root';저장: flush privileges;나가기:..
MinnowBoard Max Pin Mappings (민노우보드 맥스 핀 매핑)Overview출처: https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/pinmappings/pinmappingsmbmMinnowBoard Max의 하드웨어 인터페이스는 보드의 26 핀 헤더 JP1을 통해 노출됩니다. 기능에는 다음이 포함됩니다.10x - GPIO pins2x - Serial UARTs1x - SPI bus1x - I2C bus1x - 5V power pin1x - 3.3V power pin2x - Ground pinsMinnowBoard Max는 모든 IO 핀에서 3.3V 로직 레벨을 사용합니다. 또한 모든 핀은 전원 및 접지 핀을 ..
드래곤 보드 핀 매핑(Dragonboard Pin Mappings)출처: https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/pinmappings/pinmappingsdb드래곤 보드의 하드웨어 인터페이스는 보드의 40 핀 헤더를 통해 노출됩니다. 기능에는 다음이 포함됩니다.11x - GPIO pins2x - Serial UARTs1x - SPI bus2x - I2C bus1x - 5V power pin1x - 1.8V power pin4x - Ground pins 드래곤 보드는 모든 IO 핀에서 1.8V 로직 레벨을 사용합니다.GPIO 핀이 장치에서 사용할 수있는 GPIO를 살펴 보겠습니다. GPIO 핀 테이블다음 GPIO 핀은 ..
Raspberry Pi 2 & 3 Pin Mappings 출처: https://docs.microsoft.com/en-us/windows/iot-core/learn-about-hardware/pinmappings/pinmappingsrpiRaspberry Pi 2 및 Raspberry Pi 3의 하드웨어 인터페이스는 보드의 40 핀 헤더 J8을 통해 노출됩니다. 기능에는 다음이 포함됩니다.24x - GPIO pins1x - Serial UARTs (RPi3 only includes mini UART)2x - SPI bus1x - I2C bus2x - 5V power pins2x - 3.3V power pins8x - Ground pins GPIO 핀 이 장치에서 사용할 수있는 GPIO를 살펴 보겠습니다...
하드웨어 호환성 목록Windows 10 IoT Core는 I2C, UART, USB 등과 같은 공통 버스를 비롯하여 다양한 주변 장치 인터페이스 및 프로토콜을 지원합니다. 이 페이지는 지원되는 알려진 주변 장치를 나열하며 최신 RTM 릴리스로 제공됩니다. 특정 항목은 내부자 릴리스에서만 작동 할 수 있으며 해당 항목으로 표시됩니다. GitHub에서이 목록에 공헌하는 것이 좋습니다!중요: 이 목록은 완전한 것이 아닙니다. 이 페이지에는 나와 있지 않은 Windows 10 IoT Core와 호환되는 기타 주변 장치가 많이 있습니다. 장치가 나열되어 있지 않지만 Windows 10 IoT Core에서 이미 지원되는 장치와 클래스 호환되면 장치가 작동합니다.지원되는 하드웨어 플랫폼에 대한 정보를 찾으십니까? W..
라즈베리파이에서 윈동우 IOT 어렵다. 포기한다. LED 점멸, 깜박이는것 만드는데도 왜이리 복잡스러운지 비주얼스튜디오에 윈도우iot를 설치해줘야 합니다. 비주얼스튜디오에서 윈도우 iot 설치방법은 간단합니다. 도구->확장 및 업데이트->온라인->검색란에 windows iot를 입력 그리고 windows iot core templates for vs 2017를 설치하면 끝입니다. ㅁㅁㅁ visual c# 에서 windows유니버설 선택후 비어있는앱으로 시작합니다. 위에 그림처럼 x86을 ARM으로 변경하고 그 옆에도 원격컴퓨터로 변경합니다. 그리고 라즈베리파이 ip주소도 넣어줍니다. 라즈베리파이 ip주소는 ifconfig로 확인할 수 있습니다. ㅁㅁㅁ 그럼 MainPage.xaml 과 MainPage.x..