1,445
yesterday 1,628
visitor 24,465,775
10

mysql 유저생성, 권한

조회 수 29000 추천 수 0 2017.04.25 09:48:42

create schema DBNAME default character set utf8;
create user 'USER'@'%' identified by 'PASSWORD';
create user 'USER'@'localhost' identified by 'PASSWORD';
grant all privileges on DBNAME.* to 'USER'@'localhost';
grant all privileges on DBNAME.* to 'USER'@'%';
flush privileges;

 

 

'헬로마켓'과 함께하는 스마트한 중고 아이템 거래

https://www.hellomarket.com

문서 첨부 제한 : 0Byte/ 2.00MB
파일 제한 크기 : 2.00MB (허용 확장자 : *.*)
List of Articles
번호 제목 글쓴이 날짜 조회 수

Program Note 로그인 :)