-
MySQL workbench 계정 추가하기CS/데이터베이스 2022. 7. 16. 12:32
1. root 계정으로 접속
2. Navigator -> Administration -> Users and Privileges -> Add Account -> Login 정보 작성
3. Administrative Roles -> 모든 권한을 다 체크 -> Apply
4. MySQL Connections를 추가합니다.
Setup New Connection에 등록했던 값을 입력합니다.
store in Valut... 를 클릭하고 비밀번호를 입력합니다.
Test Connection 버튼을 눌러서 성공 창이 뜨는지 확인합니다.
계정이 성공적으로 생성되었습니다.
출처
https://moo-you.tistory.com/211
MySQL 워크벤치 계정추가하기
지난 포스팅에서 MySQL utf8 설정까지 했습니다. https://moo-you.tistory.com/210?category=427672 MySQL utf8 설정하기 지난번 포스팅해서 MySQL 설치했었고 https://moo-you.tistory.com/170?category=427672..
moo-you.tistory.com
'CS > 데이터베이스' 카테고리의 다른 글
Redis Intellij DataGrip 적용 (0) 2023.07.02 docker에서 postgresql table 확인 (0) 2023.06.27 MySQL index 적용해보기 + Full Text Index 적용 (0) 2022.07.04 데이터베이스 조인의 모든것에 대해서 알아보자 (0) 2022.06.19 데이터베이스 Replication (0) 2022.06.02