os

Cause: java.sql.SQLException: The user specified as a definer 에러 발생 시

littlecarbb 2017. 4. 27. 18:03

Cause: java.sql.SQLException: The user specified as a definer

에러 발생 시


use mysql;


grant all on *.* to '에러난 해당 계정 명'@'%' identified by 'password' with grant option;