Why Yay is not finding this package ? I get only mariadb and percona?
Search Criteria
Package Details: mysql-clients 9.2.0-1
Package Actions
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.003847 |
First Submitted: | 2013-04-25 19:13 (UTC) |
Last Updated: | 2025-03-10 23:26 (UTC) |
Dependencies (23)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libedit
- libmysqlclientAUR (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient81AUR, libmysqlclient57AUR, mroongaAUR, libmysqlclientAUR, libmysqlclient80AUR, libmysqlclient84AUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- icu (icu-gitAUR) (make)
- jemalloc (jemalloc-gitAUR) (make)
- libaio (libaio-gitAUR) (make)
- libedit (make)
- libevent (libevent-gitAUR) (make)
- libfido2 (libfido2-fullAUR) (make)
- libtirpc (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- re2 (re2-gitAUR) (make)
- rpcsvc-proto (make)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR) (make)
- systemd-tools (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR, systemd) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (21)
- arizona (requires mariadb-clients)
- automysqlbackup (requires mariadb-clients)
- backupninja-git (requires mariadb-clients) (optional)
- gazie
- holland-mysqldump (requires mariadb-clients)
- mysql
- mysql-db-backup (requires mariadb-clients)
- mysql-shell (optional)
- mysql80
- mysql81
- mysql84
- mythtv-git (requires mariadb-clients) (optional)
- octetos-db-maria (requires mariadb-clients)
- racktables (requires mariadb-clients)
- rrr (requires mariadb-clients)
- ruby-mysql2 (requires mariadb-clients) (make)
- ryzom-client-git (requires mariadb-clients)
- ryzom-server-git (requires mariadb-clients)
- tango-database (requires mariadb-clients)
- ucsc-kent-genome-tools (requires mariadb-clients)
- Show 1 more...
Sources (8)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 20 Next › Last »
Khaithang commented on 2019-05-15 19:34 (UTC)
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.
francoism90 commented on 2019-02-16 10:00 (UTC)
@torquerrr don't use a helper (yaourt isn't recommended anyway).
torquerrr commented on 2019-02-16 09:09 (UTC) (edited on 2019-02-16 09:27 (UTC) by torquerrr)
@Muflone Hi, I am unable to build the package. I am getting an error:
CMake Error at sql/cmake_install.cmake:47 (file):
file INSTALL cannot copy file
"/tmp/yaourt-tmp-torquerrr/aur-mysql/src/build/runtime_output_directory/mysqld"
to "/tmp/yaourt-tmp-torquerrr/aur-mysql/pkg/mysql/usr/bin/mysqld".
Call Stack (most recent call first):
cmake_install.cmake:127 (include)
make: *** [Makefile:74: install] Error 1
==> ERROR: A failure occurred in package_mysql().
Aborting...
==> ERROR: Makepkg was unable to build mysql.
=============
I run the build with:
yaourt -S aur/mysql
Can you provide some help, please?
Edit: probably I need to build it in a clean chroot, I will try and report back.
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