Re: HOW TO FIND MYSQL SYSTEM INFORMATION?
Posted by: Mark Smith
Date: February 24, 2021 07:48AM

Linux # uname -a # cat /etc/SuSE-release # cat /proc/version # lsb_release -a.
MySQL libraries # ldconfig -p | grep -i mysql.
MySQL client # mysql --version.
MySQL server mysql> STATUS; mysql> SELECT VERSION(); mysql> SHOW VARIABLES LIKE 'version%'; # mysqladmin version -p.
MySQL Table versions.

Options: ReplyQuote


Subject
Views
Written By
Posted
574
January 20, 2021 05:02AM
Re: HOW TO FIND MYSQL SYSTEM INFORMATION?
446
February 24, 2021 07:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.