mysql root 접속
[root@localhost ~]# mysql -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
DATABASE 생성
MariaDB [(none)]> create database dbname character set utf8mb4 collate utf8mb4_unicode_ci;
Query OK, 1 row affected (0.01 sec)
USER 생성
MariaDB [(none)]> create user 'dbuser'@'localhost' identified by 'dbuserpassword';
Query OK, 0 rows affected (0.00 sec)
권한부여
MariaDB [(none)]> grant all privileges on dbname.* to 'dbuser'@'localhost';
Query OK, 0 rows affected (0.00 sec)
마무리
MariaDB [(none)]> flush privileges;
Query OK, 0 rows affected (0.00 sec)
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 16286 | |
| 16281 | |
| 16277 | |
| 16276 |
JavaScript
video를 연속으로 재생
|
| 16268 |
node.js
nodejs 환경변수 설정하기 ^^ 영상있음
4
|
| 16266 | |
| 16264 | |
| 16263 | |
| 16262 | |
| 16259 | |
| 16258 |
JavaScript
소수점 지원하는 Math.round
|
| 16257 |
기타
스크린샷이 필요할때?
|
| 16255 | |
| 16233 | |
| 16229 |
jQuery
select 선택에 따라 테두리 색상 변경
3
|
| 16222 | |
| 16220 |
MySQL
mysql 속도 증가
6
|
| 16219 | |
| 16217 | |
| 16214 | |
| 16213 | |
| 16211 |
JavaScript
공휴일관련 정부 데이터 api
2
|
| 16207 | |
| 16205 | |
| 16197 | |
| 16195 | |
| 16192 | |
| 16191 |
JavaScript
남은시간 카운트하는 자바스크립트
1
|
| 16188 |
MySQL
스팸글 삭제 문의
1
|
| 16187 |
MySQL
비회원글삭제 방법문의
1
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기