행위

"MYSQL 설치"의 두 판 사이의 차이

DB CAFE

(MYSQL PROT 확인)
8번째 줄: 8번째 줄:
 
</source>
 
</source>
  
== MYSQL PROT 확인==
+
== MYSQL prot 확인==
 
<source lang=sql>
 
<source lang=sql>
 
SHOW GLOBAL VARIABLES LIKE 'PORT';
 
SHOW GLOBAL VARIABLES LIKE 'PORT';
 
</source>
 
</source>

2018년 9월 28일 (금) 23:02 판

thumb_up 추천메뉴 바로가기


1 MYSQL 설치[편집]

sudo apt-get update;

sudo apt-get install mysql-server;

2 MYSQL prot 확인[편집]

SHOW GLOBAL VARIABLES LIKE 'PORT';