Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 전자정부 표준프레임워크
- 톰캣
- json
- 오라클
- 한글
- DB
- JSTL
- maven
- SSL
- @RequestBody
- jquery
- 스크립트
- 날짜
- spring form tag
- 이클립스
- switch
- checbox
- java
- null
- HTML5
- 웹 플랫폼 설치 관리자
- php
- 문자열
- Oracle
- 네이버스마트 에디터
- RADIO
- exception
- 호환성
- html
- MYSQL
Archives
- Today
- Total
개인적인 정리
MySQL 8.0 초기화 본문
MySQL 8.0.x.x Initializing the Data Directory
https://dev.mysql.com/doc/refman/8.0/en/data-directory-initialization.html
[ERROR] --initialize specified but the data directory exists. Aborting.
-->
In this case, remove or rename the data directory and try again.
An existing data directory is permitted to be nonempty if every entry has a name that begins with a period (.).
그래서 mysql_data 폴더의 모든 데이타 삭제하고 아래와 같이 실행
#/usr/local/mysql/bin/mysqld --initialize-insecure --basedir=/usr/local/mysql --datadir=/usr/local/mysql_data --user=mysql
'DB > MYSQL' 카테고리의 다른 글
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage (0) | 2020.01.10 |
---|---|
Could NOT find Git (missing: GIT_EXECUTABLE) (0) | 2020.01.10 |
bash: cmake: 명령을 찾을 수 없습니다... (0) | 2020.01.10 |
MySQL 설치(소스 컴파일) (0) | 2020.01.10 |
MySQL 다운로드 (0) | 2020.01.07 |
Toad Edge 다운로드 (0) | 2020.01.07 |
mysql 다른 포트로 접속 (0) | 2019.12.23 |
MySQL 버전 확인 (0) | 2019.12.23 |
Comments