---------------------------------------- * FTP ---------------------------------------- #!/bin/sh HOST=IP명 USER=계정 PASSWORD=패스워드 #folder=$(date +'%Y%m%d') folder_tar=$(date +'%Y%m%d')".tar" cd /var/backup/web/ #tar cvf $folder_tar $folder #backup=$(date +'%Y%m%d')".*" ftp -i -n
[5.7 이전 버젼] update mysql.user set password=password('새로운패스워드') where user='root'; FLUSH PRIVILEGES; [5.7 이후 버젼] update user set authentication_string=password('새로운패스워드') where user='root'; FLUSH PRIVILEGES; (5.7 이후 버젼에는 password 필드가 존재하지 않는다.) 설정 후 MySQL 접속 후 명령을 실행하게 되면 다음과 같은 장애가 발생한다. mysql> SELECT 1; ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing..
1>암호 초기화 # killall mysqld (데몬을 모조리 죽입니다) # cd /usr/local/mysql (sql이 깔린 곳으로 갑니다) -의외로 이거 모르시는 분이 많은데 sql 명령을 넣으려면 sql이 깔린 디렉토리로 가야합니다. # ./bin/safe_mysqld --skip-grant & 요기까지가 초기화입니다. 2>새 암호 넣기 # ./bin/mysql (sql 실행) mysql>use mysql mysql>update user set password=password('새암호') where user='root'; (root 암호 변경하는 겁니다. '새암호' 자리에 새암호를 넣으세요 예>update user set password=password('123') where user='root'..
- Total
- Today
- Yesterday
- 데이터
- 리눅스
- eclipse
- DATABASE
- select
- 오라클
- 설정
- table
- 윈도우
- user
- sql
- Oracle
- 서버
- Linux
- mssql
- 파일
- DB
- Windows
- delete
- Toad
- apache
- MySQL
- 자동차
- Shell
- server
- 테이블
- java
- 백업
- tomcat
- IP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |