반응형
mysql -u root -p
root 를 대신하여 기존에 알고있는 스키마로 접속하여도 됨
패스워드를 입력 하게 되면 아래와 같이 접속이 되는 것을 확인할 수 있다.
그리고 mysql 데이터베이스를 조회해 볼 수 있다.
show databases;
set global max_connections=300;
show variables like 'max_connections';
반응형
'Development > 기타' 카테고리의 다른 글
[ vue.js ] moment 추가하기 (0) | 2021.05.26 |
---|---|
[ spring boot ] Failed to scan [] from classloader hierarchy 해결 방법 (0) | 2021.05.20 |
[ linux ] 파일 내 문자 찾기 (2) | 2021.04.16 |
[ linux ] tocmat java opt 변경 (0) | 2021.04.16 |
[ linux ] tomcat docbase 설정 (0) | 2021.04.15 |