VERSION

Sintassi

VERSION()

Spiegazione

Restituisce una stringa che rappresenta la versione del server MariaDB. La stirnga usa il set di caratteri utf8.

Esempi

MariaDB [(none)]> SELECT VERSION();
+----------------+
| VERSION()      |
+----------------+
| 5.1.44-MariaDB |
+----------------+
1 row in set (0.00 sec)

MariaDB [(none)]> 

La stringa restituita da VERSION() può avere uno o più tra i seguenti suffissi:

SuffissoSpiegazione
-embeddedE' un embedded server (libmysqld).
-logIl log generale, lo slow log o il log binario (replica) è abilitato.
-debugIl server è compilato per il debug.
-valgrind Il server è compilato per essere ispezionato da valgrind.

Commenti

Sto caricando i commenti......
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.