혹시 sl exist(으)로 찾으셨나요?
블로그
- Error Result consisted of more than one row com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Result consisted of more than one row ### The error may exist xxxxxx ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL
- [MySql] mysqldump: Got error: 1449: The user specified as a definer ('itvmg'@'%') does not exist when using LOCK TABLES mysqldump -u root -p monitor > monitor_20150415.sql 위에와 같이 dump 실행시 아래와 같은 오류발생. when using LOCK TABLES 해결방법 mysqldump -u root -p --lock-all-tables monitor > monitor_20150415.sql