상세 컨텐츠

본문 제목

[Windows] MySQL 5.7 실행

시스템설정

by webtattoo 2016. 5. 29. 17:34

본문

http://egloos.zum.com/ausgang/v/3167504



-

mysqld --initialize

mysqld --console --explicit_defaults_for_timestamp --skip-grant-tables


root로 접속후 비밀번호 변경

mysql -u root mysql


update USER set authentication_string=password('[암호]') where user='root';

flush privileges;

alter user 'root'@'localhost' identified by '[암호]';







'시스템설정' 카테고리의 다른 글

파일 업로드 권한 문제...  (0) 2016.10.03
폴더 용량 확인 명령어  (0) 2016.09.18
IIS express 외부에서 접속  (0) 2016.05.26
Momentum Scrolling on iOS Overflow Elements  (0) 2016.05.21
Windows2012 + Tomcat 연동 설정  (0) 2016.04.27

관련글 더보기