Package Details: mysql-clients 8.4.0-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: 81
Popularity: 0.45
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-05-19 22:55 (UTC)

Required by (60)

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 »

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?

Muflone commented on 2017-06-11 11:48 (UTC)

DOobR Please be sure that your system is fully up-to-date. I've just rebuilt the package in a clean chroot (extra-x86-64) without any issue

DOobR commented on 2017-06-11 00:12 (UTC) (edited on 2017-06-11 00:12 (UTC) by DOobR)

% yaourt -Su % % makepkg -s ... /aur-libmysqlclient/src/mysql-5.7.18/vio/viosslfactories.c:124:7: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’ dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL); ^~ ...

sainoba commented on 2017-05-08 00:25 (UTC)

@Muflone Thank you for your fast response. It seems you are right. I was using Manjaro, which doesn't have the most up to date packages. I tried installing mysql in actual Archlinux and I had no problems.

Muflone commented on 2017-05-06 22:47 (UTC)

@sainoba please check if you have your system up to date. if the error persists build in a clean root, I've just rebuilt the package without any issue.