MySQL 5.7 zip 버 전(zip 버 전)설치 설정 절차 상세 설명

프롤로그:win 10 을 다시 설치 하고 파일 을 정리 하 는 데 MySQL 을 설치 하 는 데 오후 내 내 사용 되 었 습 니 다.정말 가치 가 없 기 때문에 이 편 을 써 서 여러분 을 도 왔 습 니 다.
다운로드
https://dev.mysql.com/downloads/mysql/
압축 풀기 zip 패키지

3.환경 변수 설정
(1)경로 설정

(2)mysql-default.ini 프로필 수정
원래 의:

# These are commonly set, remove the # and set as required.# basedir = .....# datadir = .....# port = .....# server_id = .....
수 정 된:

4.관리자 신분 으로 명령 프롬프트 cmd 에 들 어가 기
주의:먼저 mysqld-install,그리고 mysqld Cinitialize
(1)mysqld-install 실행

C:\Users\donald>cd D:\tools\developer\MySQL\mysql-5.7.17-winx64\binC:\Users\donald>d:D:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>mysqld -installService successfully installed. //      
(2)mysqld Cinitialize 실행

D:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>mysqld --initializeD:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>
data 폴 더 자동 생 성
 
(3)mysqld.exe-nt Cskip-grant-tables(주의:창 이 반응 하지 않 음)

D:\tools\developer\MySQL\mysql-5.7.17-winx64\bin>mysqld.exe -nt --skip-grant-tables
(4)창 을 직접 닫 고 dos 를 다시 엽 니 다(같은 관리자 신분 으로 엽 니 다)

C:\Users\donald>mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.7.17 MySQL Community Server (GPL) Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> use mysql Database changed mysql> update user set authtication_string=Password('admin') where user="root"; //           ,  waring    。 mysql>flush privileges; 0 rows affected (0.01 sec)
5.검증 성공
(1)작업 관리자 에서 my sqld 프로 세 스 를 종료 하고 my sql 서 비 스 를 시작 합 니 다.

C:\Users\donald>net start mysql
나타 나 면:

작업 관리 자 를 열 고 my sqld 를 찾 아 프로 세 스 를 끝 냅 니 다.
그리고 my sql 을 다시 시작 하면 됩 니 다.
(2)mysql-u root-p 입력

C:\Users\donald>mysql -u root -p//  admin
위 에서 말씀 드 린 것 은 편집장 님 께 서 소개 해 주신 MySQL 5.7 zip 버 전(zip 버 전)설치 설정 절차 에 대한 상세 한 설명 입 니 다.여러분 께 도움 이 되 셨 으 면 합 니 다.궁금 한 점 이 있 으 시 면 메 시 지 를 남 겨 주세요.편집장 님 께 서 바로 답 해 드 리 겠 습 니 다.여기 서도 저희 사이트 에 대한 여러분 의 지지 에 감 사 드 립 니 다!

좋은 웹페이지 즐겨찾기