본문 바로가기

Development Study/DB

[mariaDB] 설치

https://mariadb.com/

 

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)\]>