목록Database (1)
youngfromnowhere

디버깅 하다가, 실서버에서는 잘 질의되는 쿼리문이 로컬에서는 에러를 뱉는 현상을 봤다.에러 메세지는The user specified as a definer ('[user_name]'@'[host_name]') does not existuser_name은 실DB서버에서 웹서버 클라이언트가 사용하는 유저명이었다. https://stackoverflow.com/questions/10169960/mysql-error-1449-the-user-specified-as-a-definer-does-not-exist MySQL error 1449: The user specified as a definer does not existWhen I run the following query I get an error: SELE..
Database/MySQL&MariaDB
2024. 5. 9. 10:37