일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- 잡토이 메이킹 코딩 학원
- 잡토이
- Spring Security
- 예제
- 스크래치
- 시작하기
- s4a
- 운정
- 라즈베리파이
- Unity
- 오라클
- 리브레캐드
- 안드로이드
- html5
- 톰캣
- mysql
- 파주
- jsp
- tomcat
- oracle
- librecad
- 코딩
- 설치
- jobtoy
- MSSQL
- 설정
- Android
- 유니티
- 아두이노
- 강좌
Archives
- Today
- Total
랩제이
[mysql] 유지보수에 필요한 명령어 본문
반응형
mysql -uroot
mysqld_safe stop
service mysqld stop
ps -ef | grep mysqld
mysqld_safe --skip-grant-tables &
jobs
tail -f /usr/local/tomcat/logs/catalina.out &
update user set password=password('password') where user='root';
'database > mysql' 카테고리의 다른 글
[mysql] 우분투 mysql 설치 후 셋팅 (0) | 2013.10.28 |
---|---|
[mysql] 지난 날짜 비교해서 가져오기 (0) | 2013.10.02 |
[mysql] 쿼리시 null 체크 (0) | 2013.07.10 |
last insert id 값 가져오기 (0) | 2012.03.22 |
mysql auto_increment 초기화 (0) | 2012.03.22 |