LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Command to get version of any database installed (https://www.linuxquestions.org/questions/linux-newbie-8/command-to-get-version-of-any-database-installed-4175530864/)

Niji Joy 01-13-2015 03:51 AM

Command to get version of any database installed
 
mysqladmin -u root -p version

this is the command used to get version of MySql database.
similarly how can i get the details of any database installed??

pan64 01-13-2015 04:22 AM

There is no such common solution, every database engine has its own command line interface.

quitus 01-13-2015 05:41 AM

You may try xxx --help for information


All times are GMT -5. The time now is 11:35 AM.