Blog Content

  • MariaDB 데이터베이스 및 계정 생성

    Category 개발 Story/MariaDB on 2015. 6. 2. 16:03

    MariaDB 데이터베이스를 만들고, 만든 데이터베이스에 대한 권한을 가지는 계정을 생성해보겠습니다. MariaDB 는 윈도우 버전으로 Command Prompt (MariaDB 10.0 (x64)) Console 을 이용하였습니다. 데이터베이스 생성 C:\Windows\system32>mysql -u root -p -- root 계정으로 접속합니다. Enter password: **** -- root 게정 비밀번호를 입력합니다. Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 10.0.19-MariaDB mariadb.org binary distribution ..

    Read more