Skip to content

mysql 셋팅 #1

Description

@bccfcc

계정 생성
create user 'id'@'host' identified by 'pw';

계정 권한 주기
grant all privileges on . to 'id'@'host'

데이터베이스 생성
create dabatase 'databasename';

데이터베이스 사용선언
USE 데이터베이스이름

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions