1. cafe24에 원격으로 mysql 접속을 하려면 우선 관리자 설정으로 허용 IP를 추가해야 한다.
2. 원격지 서버에서 mysql -h <cafe24 홈페이지 주소> -u <계정이름> -p 실행 후 패스워드 인증 성공 시 아래와 같이 로그인에 성공한다.
[aws]$ mysql -h <host_IP addr.> -u <ID> -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 398853
Server version: 10.1.13-MariaDB MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> Ctrl-C -- exit!
Aborted
'Linux' 카테고리의 다른 글
[Linux]Jumbo Frame 설정 및 확인 (0) | 2018.05.30 |
---|---|
Linux 에서 특정 이름을 가진 프로세스 종료 명령어 (0) | 2016.12.28 |
Linux 에서 Crash 명령어를 사용하여 vmcore 분석하기 (0) | 2016.11.24 |
CentOS 에서 dig 명령어 실패 시 (0) | 2015.11.03 |
php에서 ssh2 함수 사용 시 세팅 방법 (0) | 2015.10.31 |