| ⬅️ 이전 | 🏠 분류 목차 |
원격으로 접속하기
원격으로 접속하기
다른 서버에 접속을 할 경우에는 mysql -h 서버주소 -u 사용자명 -p 를 입력합니다.
윈도우 컴퓨터에서 VirtualBox로 Mariadb를 접속해 봅니다.
C:\Bitnami\wampstack-8.0.0-0\mysql\bin>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14
Server version: 5.5.5-10.3.25-MariaDB-0ubuntu0.20.04.1 Ubuntu 20.04
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
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>
성공적으로 접속이 되는 것을 확인할 수 있습니다.
| ⬅️ 이전: MariaDB 설치하기 | 🏠 분류 목차 | 다음: 마리아DB 패키지 설치 ➡️ |
서브목차