I have a problem with transaction check error during installing mysql-wsrep-5.7

146 views
Skip to first unread message

김상혁

unread,
Oct 27, 2017, 1:25:21 AM10/27/17
to codership
Hello

I prepare multi-master db using Galera cluster. Please help me to resolve this issue. 

[My Environment]
Centos 7.4
Mysql 5.7.20

[Issue]
When i run the command below 
yum -y install mysql-wsrep-5.7 

Result with transaction check error like the followings. 
file /usr/share/mysql/bulgarian/errmsg.sys from install of mysql-wsrep-common-5.7-5.7.18-25.12.el7.x86_64 conflicts with file from package mysql-community-common-5.7.20-1.el7.x86_64
file /usr/share/mysql/czech/errmsg.sys from install of mysql-wsrep-common-5.7-5.7.18-25.12.el7.x86_64 conflicts with file from package mysql-community-common-5.7.20-1.el7.x86_64
file /usr/share/mysql/danish/errmsg.sys from install of mysql-wsrep-common-5.7-5.7.18-25.12.el7.x86_64 conflicts with file from package mysql-community-common-5.7.20-1.el7.x86_64

[I did]
So i refer to the guide to solve it. but it doesn't work. 

yum upgrade -y mysql-wsrep-shared-5.7
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No Match for argument: mysql-wsrep-shared-5.7
No package mysql-wsrep-shared-5.7 available.
No packages marked for update

What can i do to resolve it?

Jörg Brühe

unread,
Oct 27, 2017, 4:26:00 AM10/27/17
to codersh...@googlegroups.com
Hello Anonymous!

On 27.10.2017 07:23, 김상혁 wrote:
> [[...]]
>
> *[I did]*
> So i refer to the guide
> <http://galeracluster.com/documentation-webpages/installmysql.html#centos-mysql-shared-compt>
> to solve it. but it doesn't work.
>
> yum upgrade -y mysql-wsrep-shared-5.7
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
>  * base: centos.mirror.cdnetworks.com
>  * extras: centos.mirror.cdnetworks.com
>  * updates: centos.mirror.cdnetworks.com
> No Match for argument: mysql-wsrep-shared-5.7
> No package mysql-wsrep-shared-5.7 available.
> No packages marked for update
>
> What can i do to resolve it?

RTFM: "yum help" will tell you that yum has a "list" command.

Try it: You can get a list of all (related) available packages by
yum list 'mysql-wsrep*'

From this, you will learn that "shared" is used with version 5.6, but
it was changed with version 5.7. The documentation doesn't mention that
explicitly, it seems.

HTH,
Jörg

--
Joerg Bruehe, Senior MySQL Support Engineer, joerg....@fromdual.com
FromDual GmbH, Rebenweg 6, CH - 8610 Uster; phone +41 44 500 58 26
Geschäftsführer: Oliver Sennhauser
Handelsregister-Eintrag: CH-020.4.044.539-3

Reply all
Reply to author
Forward
0 new messages