Skip to content

mysql 셋팅 #1

@bccfcc

Description

@bccfcc

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

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions