블로그
- MySQL 데이터 삭제 쿼리 발생시 Edit->Preferences 선택 후 SQL Editor 항목 선택 제일 하단에 Safe Updates(rejects UPDATEs and DELETEs with no restrictions)항목의 체크를 푼다. 2.MySQL Session 그룹박스내에 DBMS connection read timeout interval(in seconds) :
- mysql 비밀번호 변경 시 ERROR 1046 (3D000): No database selected 아니 이걸로 mysql 제거했다 설치했다 몇번을 삽질하고 버전도 낮춰보고 별 난리 브루스를 춰도 안되길래 짜증나서 공부도 며칠 손 안댔는데 오늘 너무 허무하게.. /mysql -uroot -p 명령어로 mysql 모니터에 접속해서 처음에 부여받은 기본 비밀번호를 바꿔야 하는데 update user set password=password('바꿀
- 리눅스 APM 소스설치시 Error 및 해결 방법 Mysql Error 1) checking for termcap functions library... configure: error: No curses/termcap library found make: *** No targets specified and no makefile found.
- 트랜잭션 'have_bdb';+---------------+-------+| Variable_name | Value |+---------------+-------+| have_bdb | NO |+---------------+-------+1 row in set (0.00 sec)mysql> show variables like 'have_innodb';+------