카테고리 없음
mantis
een
2014. 3. 21. 16:50
* 기본 로그인 : administrator / root
* 이메일 인증 없이 사용자 추가:
mysql> update bugtracker.mantis_user_table set password=md5('password') where username='username';