Package Details: mysql-clients 8.2.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
Conflicts: mariadb-clients
Provides: mariadb-clients, mysql-clients
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 81
Popularity: 0.89
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2023-11-15 01:11 (UTC)

Required by (60)

Sources (7)

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 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »

francoism90 commented on 2019-05-31 12:04 (UTC)

@Muflone @others I have created MySQL 8.16, did a clean-up, switched to systemd provided by pkg, used some stuff seen in MariaDB pkg and updated the my-default.cnf: https://github.com/francoism90/pkgs/tree/master/mysql

It would be great if you take a look and tell me what you think. :) I did not use mysql-ld.so.conf and mysqld-post.sh, are they still needed?

francoism90 commented on 2019-05-22 18:45 (UTC) (edited on 2019-05-22 18:52 (UTC) by francoism90)

@Muflone Seems MySQL provide systemd service OOTB: https://github.com/mysql/mysql-server/tree/8.0/scripts/systemd

https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_systemd https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_system_libs

Is there any reason why not using (a patched) upstream one? :)

Would LTO help to optimize MySQL?

https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_with_lto

Ildar commented on 2019-05-16 04:32 (UTC)

Could you change the build instructions to compile MySQL with bundled libedit as they do not support any other version of libedit?

It is the problem with not-working CTRL+W hotkey https://bugs.mysql.com/bug.php?id=95287#c488633

I tried to downgrade to libedit-20180525_3.1-1 before the compilation, but it didn't help.

@Khaithang try yay mysql-clients

Khaithang commented on 2019-05-15 19:34 (UTC)

Why Yay is not finding this package ? I get only mariadb and percona?

Ildar commented on 2019-05-08 07:54 (UTC)

I have submitted a bug report https://bugs.mysql.com/bug.php?id=95287

mysql client ignores ~/.editrc. bind "^W" ed-delete-prev-word doesn't work

francoism90 commented on 2019-04-05 20:41 (UTC) (edited on 2019-04-05 20:42 (UTC) by francoism90)

@torquerrr @all This possible happens when /tmp is full, I was getting the same error when building this pkg.

Simple build with BUILDDIR=. makepkg -sci or increase /tmp size.

Muflone commented on 2019-04-05 11:51 (UTC)

You cannot install only the mysql package without the mysql-clients package. Just install all the three packages from this PKGBUILD

karthiknayak commented on 2019-04-05 07:53 (UTC) (edited on 2019-04-05 08:47 (UTC) by karthiknayak)

The installation fails on the latest version (mariadb=8.0.15, mysql=8.0.15)

error: failed to commit transaction (conflicting files)
mysql: /usr/bin/mysql_upgrade exists in filesystem (owned by mariadb-clients)
mysql: /usr/bin/mysqlbinlog exists in filesystem (owned by mariadb-clients)
mysql: /usr/bin/mysqltest exists in filesystem (owned by mariadb-clients)
mysql: /usr/share/man/man1/mysql_upgrade.1.gz exists in filesystem (owned by mariadb-clients)
mysql: /usr/share/man/man1/mysqlbinlog.1.gz exists in filesystem (owned by mariadb-clients)
Errors occurred, no packages were upgraded.

aminos commented on 2019-03-24 22:01 (UTC)

can you please update to support protobuf-3.7 ?

torquerrr commented on 2019-02-23 08:26 (UTC) (edited on 2019-02-23 08:27 (UTC) by torquerrr)

If anyone gets the same error as I did, do not build with yaourt. I was able to successfully build all three packages by running the makepkg -cs command in the PKGBUILD directory. Thanks @francoism90 for the tip.