반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- codebuild
- redis
- Spring
- codedeploy error
- chart.js
- Spring Error
- Jenkins
- kubeflow
- node
- codepipeline
- SQL
- PostgreSQL
- AWS CI/CD 구축하기
- or some instances in your deployment group are experiencing problems.
- codedeploy
- java bigdecimal
- 도커
- aws cicd
- JavaScript
- Flux
- IntelliJ
- Airflow
- Kafka
- chartjs
- VPN
- Python
- docker
- COALESCE
- bootstrap
- aws
Archives
- Today
- Total
Small Asteroid Blog
mysql cli 접속 및 사용자 확인 본문
728x90
root 계정으로 로그인 하면 접속 되는 것을 확인할 수 있다.
mysql -u root -p
mysql -u root -p mysql
사용자 확인
위의 명령어에서 mysql 을 사용하지 않고 접속했다면 아래 use mysql 을 입력 해주어야 한다.
use mysql;
select user, host from user;
728x90
반응형
'백엔드 > DB' 카테고리의 다른 글
[postgresql] duplicated key value violates unique constraint (0) | 2022.01.18 |
---|---|
[DBeaver] Mysql - Public Key Retrieval is not allowed (0) | 2022.01.17 |
postgresql 현재 db 와 연결된 쿼리 확인하기 (0) | 2021.12.24 |
[PostgreSQL] if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf (0) | 2021.12.22 |
postgresql sequence 시퀀스 만들기 (0) | 2021.12.07 |