Bug #81037 | mysql-community-release conflicts with mysql57-community-release-el7-7.noarch | ||
---|---|---|---|
Submitted: | 12 Apr 2016 7:30 | Modified: | 12 Apr 2016 14:17 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S2 (Serious) |
Version: | 5.7.12 | OS: | CentOS (7) |
Assigned to: | CPU Architecture: | Any |
[12 Apr 2016 7:30]
Shahriyar Rzayev
[12 Apr 2016 11:55]
Terje Røsten
Hi, thanks for your report. Do you have mysql57-community-release packaged installed? Check with: $ rpm -q mysql57-community-release Seems like a typo in the doc page, should have been: sudo yum update mysql57-community-release Pinged docs team.
[12 Apr 2016 13:53]
Shahriyar Rzayev
[root@mysql-57 ~]# rpm -q mysql57-community-release mysql57-community-release-el7-7.noarch Yes seems to be a Doc issue. Changing Category.
[12 Apr 2016 14:17]
Christine Cole
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly. Committed revision 47413
[29 Mar 2017 2:19]
Johnny Fu
Hi, I just have the same problem at all. and the command rpm -q mysql57-community-release shows below: [root@test download]# rpm -q mysql57-community-release mysql57-community-release-el7-9.noarch Any suggestions? thank you...
[29 Mar 2017 2:33]
Johnny Fu
Update whole message when I type #yum install mysql-community*
[29 Mar 2017 2:34]
Johnny Fu
error message from yum install mysql-community*
Attachment: Error message-mysql.txt (text/plain), 8.04 KiB.
[30 Mar 2017 12:28]
Terje Røsten
Hi Johnny Fu! A simple workaround would be to change # yum install mysql-community* to # yum install mysql-community*5.7* or just install the package you want (all deps will follow any way), for example for server package: # yum install mysql-community-server