[MySQL] 설치

상준·2023년 7월 8일

mysql

목록 보기
1/4
post-thumbnail

bitnami wamp 서비스 종료

MySQL Workbench 다운로드

MySQL Connections + 클릭
Connection Name: name, Password: Stroe in Vault ... :
Test Connection > OK 

MySQL Communiy Edition에서 MySQL Community Server 다운로드
cmd 실행

cd C:\Users\ssj\Desktop\mysql-8.0.33-winx64\bin
mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.
mysql> exit
Bye

설치 실패시 온라인 서비스 이용
codeanywhere에서 로그인
Containers > new container > Search container templates : mysql > node.js > create
Open IDE > WORKSPACE > New File(mysql) > Open in Terminal

cabox@nodejs:~/workspace$ mysql -uroot 
mysql>
profile
컴공생 공부

0개의 댓글