Search Criteria
Package Details: mysql 9.7.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mysql.git (read-only, click to copy) |
|---|---|
| Package Base: | mysql |
| Description: | Fast SQL database server, community edition |
| Upstream URL: | https://www.mysql.com/products/community/ |
| Licenses: | GPL-2.0-only |
| Conflicts: | mariadb |
| Provides: | mariadb, mysql |
| Submitter: | Barthalion |
| Maintainer: | Muflone |
| Last Packager: | Muflone |
| Votes: | 83 |
| Popularity: | 0.006347 |
| First Submitted: | 2013-04-25 19:13 (UTC) |
| Last Updated: | 2026-07-05 16:55 (UTC) |
Dependencies (28)
- bash (bash-gitAUR, bash-devel-gitAUR)
- icu (icu-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libaio (libaio-gitAUR)
- libevent (libevent-gitAUR)
- libsasl
- libtirpc
- lz4 (lz4-gitAUR)
- mysql-clientsAUR (mroongaAUR, mysql-clients81AUR, mysql-clients80AUR, mysql-clients84AUR, mysql-clientsAUR, mariadb-clients-gitAUR, mariadb-clients, mariadb-lts-clients, percona-server-clients)
- systemd-libs (unshitted-systemd-libsAUR, systemd-libs-gitAUR, systemd-liberated-libs-gitAUR, systemd-libs-selinuxAUR, systemd-remove-birthdate-libsAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (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)
- Show 8 more dependencies...
Required by (230)
- adminer (optional)
- adminer (requires mariadb) (optional)
- adminer-editor (requires mariadb) (optional)
- adminer-git (requires mariadb) (optional)
- aegir (requires mariadb)
- akonadi-git (requires mariadb) (make)
- akonadi-git (requires mariadb) (optional)
- amarok-git (requires mariadb)
- amarok-libgpod (requires mariadb)
- ampache (requires mariadb)
- anope (requires mariadb) (optional)
- authpuppy
- avantfax (requires mariadb)
- baikal (requires mariadb) (optional)
- baikal-git (requires mariadb) (optional)
- bareos-filedaemon-mariabackup-python-plugin (requires mariadb)
- bartos (requires mariadb) (optional)
- bartos-bin (requires mariadb) (optional)
- bashing (requires mariadb)
- bgbilling (requires mariadb) (optional)
- Show 210 more...
Latest Comments
1 2 3 4 5 6 .. 20 Next › Last »
xsy420 commented on 2026-06-17 06:25 (UTC) (edited on 2026-06-17 06:27 (UTC) by xsy420)
In (website) newer version 9.7.1, it cannot remove libmysqlclient.so.24.1.0, because the version is libmysqlclient.so.24.1.1 After searching, version is defined in
/libmysql/CMakeLists.txt: L347-L357
/cmake/mysql_version.cmake: L28, L29, L57, L167
/MYSQL_VERSION:
So simply change PKGBUILD:L168 to
rm "${pkgdir}/usr/lib/libmysqlclient.so*", or get version from cmake file and"${pkgver##*.}"tunght13488 commented on 2026-02-25 13:13 (UTC)
@lichking you need to install packages in this order
all of them are provided by the same repo https://aur.archlinux.org/mysql.git, the former is dependency of the later I'm using paru, you can switch with your own wrapper
Muflone commented on 2026-01-04 16:56 (UTC)
@lichking the package is not broken, you're installing mariadb-clients, probably using an AUR helper or whatever brokens your workflow
https://wiki.archlinux.org/title/Arch_User_Repository
lichking commented on 2026-01-04 16:15 (UTC) (edited on 2026-01-04 16:16 (UTC) by lichking)
Broken. Just wasted 40 Minutes compiling. Thanks. Comments from almost a year ago state the issue already. It requires you to install x-clients which then stops the installation due to conflicts.
sleepysheepyboi commented on 2025-03-14 19:39 (UTC)
@Spark71 Did you ever find a solution to this issue? I am having a similar problem using git and makepkg. When I try to install the package I've built, it prompts me to make an installation choice:
1) mariadb-clients 2> mariadb-lts-clients 3) percona-server-clients
Choosing any of them causes the the mysql package installation to run into conflicts and fail, which one might expect. Why am I being prompted to install these conflicting packages while installing a mysql package I've built myself?
Muflone commented on 2024-11-06 20:08 (UTC)
@Spark71 use git and makepkg for AUR as explained in the wiki page, not some broken AUR helpers
Spark71 commented on 2024-11-06 12:15 (UTC) (edited on 2024-11-06 12:16 (UTC) by Spark71)
I get
mariadbwhen I try to install itutherbone commented on 2024-07-20 04:59 (UTC)
This package shows error at verifies the authenticity. I use "$makepkg --skippgpcheck -i" to build and install package. Can the maintainer check the problem?
1 2 3 4 5 6 .. 20 Next › Last »