Gunner’s Workspace
  • Home
  • About

user

A collection of 3 posts
maria db

[mysql] 사용자 추가 생성

mysql 사용자 추가 생성 가끔식 하는데 항상 잊어버린다. 해서 기록을 위해 여기 글을 작성한다. 1. 유저 생성 create user 'userid'@'%' identified by 'password';   2. 유저에게 모든 권한 주기 grant all privileges on *.* to 'userid'@'%';   3. 유저에게 특정 DB 권한 주기
25 Jan 2017
centos

RVM install for multi user

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/
22 Apr 2015 2 min read
ruby

[ruby] rvm 설치하기 (단일 사용자 설정)

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
28 Oct 2013
Page 1 of 1
Gunner’s Workspace © 2026
  • Sign up
Powered by Ghost