[root@localhost ~]# systemctl stop mysqld
[root@localhost ~]# systemctl set-environment MYSQLD_OPTS="--skip-grant-tables"
[root@localhost ~]# systemctl start mysqld
[root@localhost ~]# mysql -u root
mysql> UPDATE mysql.user SET authentication_string = PASSWORD('내가하고싶은비밀번호')
-> WHERE User = 'root' AND Host = 'localhost';
mysql> FLUSH PRIVILEGES;
mysql> quit
[root@localhost ~]# systemctl stop mysqld
[root@localhost ~]# systemctl unset-environment MYSQLD_OPTS
[root@localhost ~]# systemctl start mysqld
반응형
'얕고넓은지식 > linux' 카테고리의 다른 글
Centos 7 리눅스 웹서버 구축 ( APM ) 나볼라고 펌 (0) | 2021.03.23 |
---|---|
centos 7 ssh 설치중 이런 오류가 뜬다면? Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. (0) | 2021.03.23 |
Apache(CentOS) 명령어 (0) | 2021.03.22 |
CentOS 7 PHP 7.3 설치 방법 (0) | 2021.03.22 |
CentOS 7.x MySQL 5.7 설치 & Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda) (0) | 2021.03.22 |
mysql 필드에서 특정 기간전 데이터 삭제처리 쿼리 (0) | 2021.02.15 |
usb 가상 디스크관리자 지정된 파일을 찾을수 없습니다 (0) | 2021.01.23 |
맥북 터미널 ssh 리눅스서버 접속하기 (0) | 2017.03.28 |
CentOS 7 SSH 포트 변경하는 방법 (0) | 2017.03.25 |
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) mysql접속이 안된다?! (0) | 2016.08.26 |