Open Source Database (RDBMS) for the Enterprise | MariaDB
MariaDB is an enterprise open source database solution for modern, mission-critical applications. Includes SkySQL, the MariaDB Cloud database-as-a-service.
mariadb.com
mariaDB 실행 확인
cmd
에서 mariaDB
서치 폴더로 이동
C:\\ >cd C:\\Program Files\\MariaDB 10.5\\bin
비밀번호 입력
C:\\Program Files\\MariaDB 10.5\\bin> mariadb -uroot -p
Enter password:
접속 확인
Welcome to the MariaDB monitor. Commands end with ; or \\g.
Your MariaDB connection id is 265
Server version: 10.5.5-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.
MariaDB \[(none)\]>
'Development Study > DB' 카테고리의 다른 글
[MariaDB] .리눅스 Centos7 - MariaDB 사용자 생성 (0) | 2020.08.27 |
---|---|
[MariaDB] .리눅스 Centos7 -MariaDB port 변경 (0) | 2020.08.27 |
[MariaDB] . 리눅스 Centos7 - MariaDB 설치 (0) | 2020.08.27 |