본문 바로가기
MariaDB

[MariaDB] The user specified as a definer ('root'@'%') does not exist 에러 해결

by 2do0 2022. 4. 19.
반응형

[MariaDB] The user specified as a definer ('root'@'%') does not exist 에러 해결

grant all on *.* to 'root'@'%' identified by 'password' with grant option;
반응형

댓글