click here부분을 눌러주고 show database(x) show databases(o) 라 작성해본다 ...
무사히 결과가 나옴을 확인할 수 있다.
연습으로 아래의 코드를 입력하고 한 줄씩 option키 + X키 를 눌러 실행해보자.
use jspbookdb;
CREATE TABLE IF NOT EXISTS member(
id int NOT NULL AUTO_INCREMENT,
passwd VARCHAR(20),
name VARCHAR(30),
PRIMARY KEY (id)
)
show tables;
desc member;
sudo apt install curl .. 과 같은 apt install 명령어를 사용하려 할 때마다
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?