Skip to content

Instantly share code, notes, and snippets.

@stefanlasiewski
Last active February 4, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanlasiewski/edb1a11df5174b4d6ce34223cba10e43 to your computer and use it in GitHub Desktop.
Save stefanlasiewski/edb1a11df5174b4d6ce34223cba10e43 to your computer and use it in GitHub Desktop.
[root@devdb ~]# yum list --quiet mysql-community-server mysql-community-client mysql-community-libs mysql-community-common mysql-community-libs-compat
Available Packages
mysql-community-client.x86_64 5.7.22-1.el6 mysql57-community
mysql-community-common.x86_64 5.7.22-1.el6 mysql57-community
mysql-community-libs.x86_64 5.7.22-1.el6 mysql57-community
mysql-community-libs-compat.x86_64 5.7.22-1.el6 mysql57-community
mysql-community-server.x86_64 5.7.22-1.el6 mysql57-community
[root@devdb ~]# yum --quiet downgrade mysql-community-libs-5.7.22-1.el6.x86_64 mysql-community-common-5.7.22-1.
el6.x86_64 mysql-community-client-5.7.22-1.el6.x86_64 mysql-community-libs-compat-5.7.22-1.el6.x86_64 mys
ql-community-server-5.7.22-1.el6.x86_64
No Match for available package: mysql-community-libs-5.7.22-1.el6.x86_64
No Match for available package: mysql-community-common-5.7.22-1.el6.x86_64
No Match for available package: mysql-community-client-5.7.22-1.el6.x86_64
No Match for available package: mysql-community-libs-compat-5.7.22-1.el6.x86_64
No Match for available package: mysql-community-server-5.7.22-1.el6.x86_64
Nothing to do
[root@devdb ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment