HOW TO FIND MYSQL SYSTEM INFORMATION?
Posted by: DEV ravi
Date: January 20, 2021 05:02AM

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.
I want to find a problem related to it for my website www.girishmetalindia.com

Options: ReplyQuote


Subject
Views
Written By
Posted
HOW TO FIND MYSQL SYSTEM INFORMATION?
561
January 20, 2021 05:02AM


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.