9. DB 생성하기 1. MariaDB에 접속 mysql --user=root mysql -p 위 명령어 입력 후 DB 암호를 입력하여 로그인 합니다. CREATE DATABASE DB명; DB명에 본인이 원하는 DB명을 입력합니다. SHOW DATABASES; DB가 생성된 걸 확인 할 수 있습니다. + 본 게시글은 아래 출처내용을 조금 수정보완한 내용입니다. 출처 : https://itreport.tistory.com/624 XE(라이믹스) 2021.01.03
5. MariaDB 및 phpMyAdmin 설치하기 1. MariaDB 최신버전 설치하기 URL로 접속합니다. https://downloads.mariadb.org/mariadb/repositories/#mirror=harukasan MariaDB - Setting up MariaDB Repositories - MariaDB To generate the entries select an item from each of the boxes below. Once an item is selected in each box, your customized repository configuration will appear below. 1. Choose a Distro SLES openSUSE Arch Linux Mageia Fedora CentOS RedHat Mint .. XE(라이믹스) 2021.01.03