|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
How to find out (from the command line under Linux)
the current version of the MySQL installation ? Or is there a config file which contains the version number ? Werner |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Werner Sammer <wersam@yahoo.de> wrote:
> How to find out (from the command line under Linux) > the current version of the MySQL installation ? > Or is there a config file which contains the version number ? > Werner Command line: mysql --version Regards, Johan -- _____________________________________ Ing. Johan van Oostrum chaos geordend - www.chaosgeordend.nl _____________________________________ |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
> Command line: mysql --version
This will give you version of client libraries. Run this command line to obtain server version: mysql -u <username> -p -h <hostname> -e "select version()" |
|
![]() |
| Outils de la discussion | |
|
|