error12 Group does not exist JIRA와 Group Sync를 해놓은 상태에서 특정 Space에 권한을 주고 해당 Group을 삭제해버리면 해당 메시지가 노출된다.이 경우에 만약 Group에 특수문자(나같은 경우엔 " ' ")가 있으면 삭제를 할 수 가 없다. 저장도 되지 않음이 경우엔 DB에서 직접 삭제를 해줘야 해결이 된다.delete from spacepermissions where permid = 7144418; 2016. 9. 28. error: 'Access denied for user 'root'@'localhost' (using password: NO)' sudo systemctl stop mysqld mysqld_safe --skip-grant-tables & mysqlmysql> use mysqlmysql> update user set password=PASSWORD('passwd') where User='root';mysql> flush privileges; 2016. 7. 27. * No PostgreSQL clusters exist; see "man pg_createcluster" * No PostgreSQL clusters exist; see "man pg_createcluster" locale 확인 sudo dpkg-reconfigure locales Afterpg_createcluster 9.X main --start 2016. 7. 25. psql: FATAL: Peer authentication failed for user taiga@ubuntu:~$ psql -U testUser -W testDB -h localhost psql: FATAL: Peer authentication failed for user 옵션에 -h localhost를 붙여준다. 2016. 6. 27. 이전 1 2 3 다음