You are on page 1of 1

*******************************************************

Conocer la version de MYSQL


#
root@sitiswpln-pr-14 [/backupnew/2014-11-06/accounts]# mysql
Warning: Using unique option prefix pass instead of password is deprecated and w
ill be removed in a future release. Please use the full name instead.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 241178
Server version: 5.5.40-cll MySQL Community Server (GPL)
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> select VERSION();
+------------+
| VERSION() |
+------------+
| 5.5.40-cll |
+------------+
1 row in set (0.00 sec)
*******************************************************
Conocer la version de PHP
root@sitiswpln-pr-14 [/backupnew/2014-11-06/accounts]# php -v
PHP 5.4.32 (cli) (built: Sep 10 2014 21:33:28)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd.
*******************************************************
Conocer la version de APACHE
root@sitiswpln-pr-14 [/backupnew/2014-11-06/accounts]# httpd -v
Server version: Apache/2.2.29 (Unix)
Server built: Sep 10 2014 21:13:40
Cpanel::Easy::Apache v3.26.7 rev9999
*******************************************************

You might also like