2018. 1. 17. 11:12 IT/MySQL
MySQL Object(Stored Procedure, Function) 실행시 접근 문제
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
1. 기존 Procedure 확인하기
show procedure status;
2. definer 변경하기
update mysql.proc set definer='username@%' where db = 'dbname';
'IT > MySQL' 카테고리의 다른 글
mysql order by field (0) | 2018.03.29 |
---|---|
MyISAM, InnoDB 비교 (0) | 2018.01.30 |
MySQL 테이블 정보 및 테이블 컬럼 가져오기. 컬럼 합치기. (0) | 2018.01.16 |
Mysql db_helper (0) | 2017.01.31 |
MySQL 내장 함수. 숫자 함수, 문자 함수. (0) | 2017.01.20 |