mysql 사용자 추가 생성 가끔식 하는데 항상 잊어버린다. 해서 기록을 위해 여기 글을 작성한다. 유저 생성 create user ‘userid’@’%’ identified by ‘password’; 유저에게 모든 권한 주기 grant all privileges on *.* to ‘userid’@’%’; […]
mysql 사용자 추가 생성 가끔식 하는데 항상 잊어버린다. 해서 기록을 위해 여기 글을 작성한다. 유저 생성 create user ‘userid’@’%’ identified by ‘password’; 유저에게 모든 권한 주기 grant all privileges on *.* to ‘userid’@’%’; […]
How to install RVM for multi user. RVM 설치하기 참고: 다중사용자 설정 sudo curl -sSL https://get.rvm.io | sudo bash -s stable 아래 내용처럼 나올 경우 Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz. asc gpg: Signature made Tue 31 […]
How to install RVM for Single user. 단일 사용자 설정 root 유저가 아닌 일반 계정으로 Ruby RVM 설치하기! bash < <(curl -L https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) echo ‘[[ -s “$HOME/.rvm/scripts/rvm” ]] && . “$HOME/.rvm/scripts/rvm” # Load RVM function’ […]
최근 댓글