mariadb 데이터베이스 다운로드 및 설치하는 방법

IT|2017. 10. 3. 20:46

웹개발, 앱개발 시에 반드시 하여야 되는 것이 데이터베이스 연동입니다. 프로그래밍 언어 마다 데이터베이스를 연동을 하는 방법이 다릅니다. MySQL, MSSQL, Oracle, SQlite 등의 데이터베이스가 있습니다. 개발을 하는 프로젝트 마다 사용을 하는 프로그래밍 언어 및 데이터베이스는 달라질 수도 있습니다. 프로그래밍 언어가 JSP이면 MySQL이나 Oracle을 많이 사용을 합니다.


C#이면 MSSQL, Android의 경우에는 SQLite, Java는 Mysql을 평균적으로 사용을 합니다. 사람마다 선호를 하는 프로그래밍 언어와 데이터베이스는 서로 다르기 마련입니다. Mariadb라는 데이터베이스도 있습니다. mysql과 유사하고, GUI툴을 통해 데이터베이스 생성, 테이블 생성 등 관련 작업을 할 수가 있습니다. mariadb 데이터베이스 다운로드 및 설치하는 방법에 대해 소개하겠습니다.


mariadb


mariadb 데이터베이스 다운로드

마리아db


mariadb 데이터베이스 다운로드를 하기 위해 아래의 사이트에 접속을 합니다. 해당 사이트에 MariaDB 10.2 Series. MariaDB 10.2 is the current stable release of MariaDB. It is built on MariaDB 10.1 with features from MySQL 5.6 & 5.7 and entirely new features not found anywhere else. Download 10.2.9 Stable Now!를 클릭을 합니다.



데이터베이스


Downloads. Source, Binaries, and Packages. To show Only the files you want, use the checkboxes in the sidebar. For other MariaDB releases, click on "View All Releases". For faster downloads choose a mirror close to you.에서 해당 PC사양에 맞게 다운로드를 받습니다. xwinx64.msi는 64bit이고, win32.msi는 32bit입니다. 요즘은 64bit를 많이 사용을 합니다.



데이터베이스 다운로드

재 다운로드


MariaDB. Thank you for interest in downloading MariaDB, Please take a moment to tell us a little about yourself. Or you can go directly to the download.에  No Thanks, just take me to the download.를 클릭을 하면 mariadb 데이터베이스 설치파일이 다운로드가 됩니다. 설치 프로그램이 다운로드가 되지 않는다면 Click here to download directly.에 here를 클릭을 하면 다시 다운로드가 됩니다.

mariadb 데이터베이스 설치하기

프로그램 설치


다운로드를 받은 mariadb 데이터베이스 설치파일을 실행을 합니다. Welcome to the MariaDB 10.2 (x64) Setup Wizard. The Setup Wizard will install MariaDB 10.2 (x64) on your computer. Click Next to continue or Cancel to exit the Setup Wizard.에 Next를 클릭을 합니다.


프로그램 동의


End-User Lincense Agreement. Please read the following license agreement carefully. GNU GENERAL PUBLIC LICENSE에 대한 정보를 확인을 할 수 있습니다. I accept the terms in the License Agreement 항목에 체크를 한 후에 Next를 클릭을 합니다.


파일 경로 설정


Custom Setup. Select the way want features to be installed. Click the icons the tree below to change the way features will be installed. Install server. This feature requires 160MB on your hard drive. It has 3 of 3 subfeatures selected. The subfeatures require 48MB on your hard drive. 해당 경로를 다른 경로로 바꾸어도 됩니다. 기존의 경로로 그대로 두고 싶다면 기존에 있는 경로로 두면 됩니다. Next를 클릭을 합니다.


데이터베이스 암호 설정


Default instance properties. MariaDB 10.2(x64) database configuration. Modify password for database user 'root'에 New root password, Confirm에 원하는 패스워드를 각 각 입력을 합니다. 동일하게 입력을 하여야 합니다. Next를 클릭을 합니다.


데이터베이스 서버


Default instance properties. MariaDB 10.2 (x64) database configuration. Install as service, Enable networking의 정보는 그대로 두고 Next를 클릭을 합니다. MariaDB 포트번호는 기본으로 3306으로 지정이 되어 있습니다. MySQL 포트번호와 비슷합니다.


데이터베이스 종류


MariaDB 10.2 (x64) Setup. Submit usage information. Enable the Feedback plugin and submit anonymous usage information 항목에 체크를 하지 않아도 됩니다. Next를 클릭을 합니다. 데이터베이스를 설치를 하게 되면 이러한 항목들을 체크 유무 여부를 물어보게 됩니다. 본인의 선택사항에 따라 체크나 체크를 하지 않으셔도 됩니다.


프로그램 시작


Ready to install MariaDB 10.2 (x64). Click Install to begin the installation. Click Back to review or change any of your installation settings. Click Cancel to exit the wizard.에 Install을 클릭을 합니다. 데이터베이스 프로그램이 설치가 진행이 되기 시작을 합니다.


테이블 생성

데이터베이스 생성


Installing MariaDB 10.2 (x64). Please wait while the Setup Wizard installs MariaDB 10.2 (x64) 설치가 정상적으로 진행이 되며 컴퓨터 사양에 따라 설치속도는 달라질 수도 있습니다. Completed the MariaDB 10.2 (x64) Setup Wizard. Click the Finish button to exit the Setup Wizard.에 Finish를 클릭을 합니다. 정상적으로 mariadb 데이터베이스가 설치가 완료되었습니다. mariadb 데이터베이스 다운로드 및 설치하는 방법에 대해 알아보았습니다. 프로그래밍 시에 필요한 데이터베이스 관련 정보를 찾으신다면 유용한 정보가 되시길 바래요.

댓글()