hyeonga_code

Project_AWS_04_Ubuntu Linux_RDS MySQL 접속하기 본문

Project_WEATHERWEAR

Project_AWS_04_Ubuntu Linux_RDS MySQL 접속하기

hyeonga 2023. 11. 6. 06:59
반응형

 

 

 

mysql -h [ rds 엔드포인트 주소 ] -u [ 유저 이름 ] -p

 

$ mysql -h '앤드포인트 주소' -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4827
Server version: 8.0.33 Source distribution

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> quit
Bye

 

 

 

 

===== AWS Ubuntu Linux RDS MySQL Eclipse 연동 안됨 문제 해결 =====

- 알고보니 가상 서버에 MySQL을 명령어로 설치했다

- 결국 가상 서버에서 접속 할 수 있는 MySQL이 두 개가 된 것

반응형