Showing posts with label Version. Show all posts
Showing posts with label Version. Show all posts
2013/11/25
우분투 버전 확인
콘솔창에서 버전 확인 하기
우분투 GUI에서 확인하기
&
Original Post : http://neodreamer-dev.tistory.com/721
~$ cat /etc/issue
Ubuntu 13.10 \n \l
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
우분투 GUI에서 확인하기
Original Post : http://neodreamer-dev.tistory.com/721
2009/08/27
MySQL 버전 확인 질의문
/* Version */
mysql> SELECT VERSION();
+---------------------+
| VERSION() |
+---------------------+
| 5.0.67-community-nt |
+---------------------+
1 row in set (0.00 sec)
Original Post : http://neodreamer-dev.tistory.com/313
Subscribe to:
Posts
(
Atom
)