mysql -u root -p
grant all privileges on st_n26_blog.* to `planLocal`@'localhost' identified by 'sbs123414';
생성된 계정 확인하는 방법 select user from mysql.user;
계정삭제
drop user '계정'@'%';
'JAVA 공부 > Server' 카테고리의 다른 글
[CentOs7/Putty] nginx에 SSL 적용(https 적용) 서트봇(certbot) (0) | 2020.09.15 |
---|---|
[CentOs7/Putty] nginx에서 톰캣으로 프록시, 8080제거(파일명변경) (0) | 2020.09.15 |
[CentOs7/PuTTy]레디스 설치 (0) | 2020.09.14 |
[Maven] 메이븐 원격 배포하기 (0) | 2020.09.14 |
[CentOS7/PuTTy] su 설정으로 tomcat 폴더 안으로 들어가기 (0) | 2020.09.14 |
댓글