MysqlのアプリケーションのVerstionの確認方法
Aug 16, 2008AD:
RPM によってインストールされたもの
1 |
$ rpm -q パッケージ名 |
Mysqlの確認方法
1 2 |
$ rpm -q mysql mysql-5.0.45-7.el5 |
httpdの確認方法
1 2 |
rpm -q httpd httpd-2.2.3-11.el5.centos |
CentOSのバージョンの確認方法
1 |
cat /etc/redhat-release |
Related posts
AD:
No Comments, Comment or Ping
Reply to “MysqlのアプリケーションのVerstionの確認方法”
You must be logged in to post a comment.