NOTICE

ssh로 mysql 접속할 때

Date : 2011. 5. 18. 12:18 Category : Programming/SQL
일반적으로 host가 localhost일 때
mysql -u계정 -p비밀번호 데이터베이스명

host가 localhost가 아닐 때
mysql -h111.222.333.444 -u계정 -p비밀번호 데이터베이스명