mysql 버전 가져오기
#!/usr/bin/env ruby
mysql_version = `mysql --version | tr [,] ' ' | tr [:space:] '\n' | grep -E '([0-9]{1,3}[\.]){2}[0-9]{1,3}'`
puts mysql_version
결과
5.6.20
'DB' 카테고리의 다른 글
DB 별 default isolation level (play2의 db 설정의 isolation 레벨 관련) (0) | 2014.12.23 |
---|---|
[Graph] Titan Graph DB (0) | 2014.09.04 |
[mariadb/mysqldb]Warning: Using a password on the command line interface can be insecure (0) | 2014.08.20 |
[altibase] 5.5.1.3.0 설치 (0) | 2014.06.30 |
limit 사용시 항상 order by를 염두하기 (1) | 2014.05.02 |