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 | 31 |
Tags
- html pdf 변환
- modsecurity 설치
- bootstrap
- (using password: YES)" when trying to connect
- svn 충돌 해결 resolved
- 부트스트랩4 세로 중앙 정렬
- 자바스크립트비밀번호검증
- 구글 OTP 인증
- magic bytes
- 세로 중앙 정렬
- libxrender1
- wkhtmltopdf 실행 오류
- PHP 정규식 예제
- 비밀번호검증정규식
- apache mod rewrite
- javascript
- 파라미터 & 오류
- usb efi 시스템 파티션 삭제
- mysql root 비밀번호 변경
- PHP 구글 OTP 연동
- mysqldump: Got error: 1045
- 우분투 mysql 비밀번호 없이 로그인 될때
- 비밀번호정규식
- bootstrap modal
- php 특정 문자열 취환
- PHP 구글 OTP 인증
- 아파치 웹 서버의 정보 숨기기
- group_concat 구분자
- JQuery checkbox 컨트롤
- svn 충돌 해결 resolve
Archives
- Today
- Total
투덜이 개발자
View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them 본문
DataBase/MySQL
View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
엠투 2023. 11. 29. 12:19반응형
View 'mysql.user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
root 비밀번호를 변경 할려고 하니 에러 가 난다.
set password for 'root'@'localhost' = password('1234');
flush privileges;
반응형
'DataBase > MySQL' 카테고리의 다른 글
Ubuntu(우분투) MariaDB [mysql] root 비밀번호를 변경 했는데 비밀번호 입력하지 않고 로그인 되는게 정상? (0) | 2024.01.17 |
---|---|
mysql json - select, insertm, update (0) | 2023.12.05 |
[MySQL] 로컬에 설치된 MySql 한글처리 (0) | 2023.06.14 |
MySQL 날짜 SORT(order by) 가 안될 경우 (0) | 2023.05.31 |
MySQL에서 Oracle처럼 ROWNUM 사용법 (0) | 2023.05.25 |