Re: Version de MySQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2010/5/19 MSc. Carlos Pollán Estrada <cpollan@xxxxxxxxxxxxxxxxx>

> Hola colegas.
> Neceseto saber con qué función de PHP (si la hay) puedo optener la versión
> del MySQL que estoy utilizando.
> Gracias de antemano.
>
> Salu2
>
>
> ------------------------------------------------
> MSc. Carlos Pollán Estrada.
>  Esp. Ciencias de la Computación.
>  Archivo Histórico de Manzanillo.
>  Cuba.
>

<?php
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
    die('Could not connect: ' . mysql_error());
}
printf("MySQL server version: %s\n", mysql_get_server_info());
?>
-- 
Nephtali:  PHP web framework that functions beautifully
http://nephtaliproject.com

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux