전체 글 (30) 썸네일형 리스트형 MYSQL 연습하기 with w3school - 1 MYSQL 연습하기 https://www.w3schools.com/sql/trymysql.asp?filename=trysql_select_all MySQL Tryit Editor v1.0 WebSQL stores a Database locally, on the user's computer. Each user gets their own Database object. WebSQL is supported in Chrome, Safari, and Opera. If you use another browser you will still be able to use our Try SQL Editor, but a different version, usin www.w3schools.com 오른쪽에 버튼 클릭하면 이렇게 나.. [리눅스] 우분투 ubuntu 원격지 시스템관리 Telnet, SSH, XRDP 텔넷 서버 구축 텔넷 서버설치 telnet 패키지가 설치가 되었는지 확인 root@server:~# dpkg -l tenetd dpkg-query: no packages found matching tenetd telenet 패키지 설치한다. root@server:~# apt -y install xinetd telnetd 텔넷 설정파일편집 root@server:~# cd /etc/xinetd.d #폴더로 이동 root@server:/etc/xinetd.d# touch telnet #telnet이라는 파일 만듬 root@server:/etc/xinetd.d# ls -l #확인 합계 48 -rw-r--r-- 1 root root 640 2월 6 2018 chargen -rw-r--r-- 1 root root .. [리눅스] 우분투 ubuntu에 필요한 SQL 구문 자주 쓰는 용어 단위 크기 tinyint 1byte smallint 2byte char(50) varchar(50) 스키마 : 테이블에 적재될 데이터의 구조와 형식 CRUB-> Create, read-select, update, delete select from where group by order by 우분투에서 SQL실행하기 DB확인하기 show databases root@ubuntu:~# mysql Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 31 Server version: 10.6.12-MariaDB-0ubuntu0.22.04.1 Ubuntu 22.04 Copyright (c) 20.. 이전 1 2 3 4 5 6 7 ··· 10 다음