Package Details: mysql-clients 9.0.1-1

Git Clone URL: https://aur.archlinux.org/mysql.git (read-only, click to copy)
Package Base: mysql
Description: MySQL client tools
Upstream URL: https://www.mysql.com/products/community/
Licenses: GPL-2.0-only
Conflicts: mariadb-clients
Provides: mariadb-clients, mysql-clients
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 82
Popularity: 0.034019
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-08-11 14:51 (UTC)

Required by (21)

Sources (8)

Pinned Comments

Muflone commented on 2023-08-16 17:21 (UTC) (edited on 2023-08-16 20:41 (UTC) by Muflone)

Warning

https://dev.mysql.com/doc/refman/8.1/en/downgrading.html

Downgrade from MySQL 8.1 to MySQL 8.0 or earlier is not supported. The only supported alternative is to restore a backup taken before upgrading. It is therefore imperative that you back up your data before starting the upgrade process.

MySQL 8.0 is available in https://aur.archlinux.org/packages/mysql80

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »

ginoboy commented on 2017-10-03 00:13 (UTC)

without AUR helper.. error: could not perform operation (conflicting files) /usr/share/man/man1/mysqlpump.1.gz exists in both percona-server-clients and mysql the problem is with that conflict.. one solution would't be to remove this man file?

Muflone commented on 2017-10-01 15:18 (UTC)

I've just rebuilt the package from scratch and installed it using makepkg -i without any issue. I think your issue is with your AUR helper

ginoboy commented on 2017-09-28 00:42 (UTC)

I have the same problem. :(

Muflone commented on 2017-09-27 19:15 (UTC)

@shsina What installer do you use to install mysql and its dependencies?

shsina commented on 2017-09-27 16:15 (UTC)

@Muflone I have same problem but I don't have percona-server-clients installed. The problem is that the installer installs percona-server-clients instead of mariadb-clients.

Muflone commented on 2017-09-16 18:39 (UTC)

@ricardofunke Is the percona-server-clients (an alternative mysql) which conflicts with mysql. Pleaase remove it before installing mysql. The same could happen for percona-server package

ricardofunke commented on 2017-09-15 15:17 (UTC) (edited on 2017-09-15 15:18 (UTC) by ricardofunke)

Is it conflicting with its own dependency packages? error: could not perform operation (conflicting files) /usr/share/man/man1/mysqlpump.1.gz exists in both percona-server-clients and mysql

Muflone commented on 2017-09-09 16:11 (UTC)

@gamezelda and GregoD try to build the package in a clean chroot (extra-x86-build). I've just built the package again from scratch and it still builds fine.

gregodadone commented on 2017-09-07 12:39 (UTC)

Same error as gamezelda

gamezelda commented on 2017-08-22 22:41 (UTC) (edited on 2017-08-22 22:41 (UTC) by gamezelda)

I get a lot of linker errors when building...: [ 85%] Built target GenYaccEmbeddedSource [ 97%] Built target sql_embedded [ 97%] Built target mysqlserver [ 97%] Linking CXX executable mysqltest_embedded CMakeFiles/mysqltest_embedded.dir/__/__/client/mysqltest.cc.o: In function `connection_thread': /tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:893: undefined reference to `mysql_thread_init' /tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:908: undefined reference to `mysql_send_query' /tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:926: undefined reference to `mysql_thread_end' /tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:927: undefined reference to `my_thread_exit' etc. etc. etc. I have all my system updated to the latest of testing. Any idea of what could be the cause?