[mysql] Access denied for user -- (using password: YES)") - 퍼옴 mysql db 접근 에러"Access denied for user " "(using password: YES)")"이렇게 나올 경우 ----------------------------------------------------------------------------------------- 1. localhost와 %의 비밀번호가 다를 경우mysql> use mysqlmysql> select * from user;mysql> update user set Password=Password('password') where User='Username' and Host='%';mysql> commit;mysql> flush privileges; 2. 권한이 없을때mysql> grant select, inser.. 더보기 i-node로 파일 이름 바꾸기 스크립트 rename.sh#!/bin/bash#find . -inum 12590285 -exec mv '{}' 12373_u1104.exe \;find . -inum $1 -exec mv '{}' $2 \; 사용법 > rename.sh 아이노드번호 변경할파일이름 더보기 [Error] About " Sublime Text 2 " [0] 설치하면서 참고한 url http://valley.egloos.com/viewer/?url=http://mcchae.egloos.com/11018557 [1] UnicodeEncodeError: 'ascii' codec can't encode characters in position 56-59: ordinal not in range(128) loaded 837 snippets => 파일 이름에 유니코드가 들어갔거나, 같이 열린 파일 중에 유니코드 이름인 파일이 있을때 에러가 난다. http://ngio.co.kr/1972 [2] Ctrl+shift +c 가 Ctrl + break 을 바꾸는것 Preferences -> Key Bindings - User and paste the line below.. 더보기 이전 1 ··· 5 6 7 8 9 10 11 ··· 39 다음