Search Criteria
Package Details: mysql-clients57 5.7.37-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mysql57.git (read-only, click to copy) |
---|---|
Package Base: | mysql57 |
Description: | Fast SQL database server, community edition, v5.7 |
Upstream URL: | https://www.mysql.com/products/community/ |
Licenses: | GPL |
Conflicts: | mariadb-clients |
Provides: | mariadb-clients, mysql-clients |
Submitter: | Muflone |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 12 |
Popularity: | 0.114112 |
First Submitted: | 2018-04-29 22:03 (UTC) |
Last Updated: | 2022-01-29 16:14 (UTC) |
Dependencies (13)
- jemalloc (jemalloc-git, jemalloc4)
- libmysqlclient57
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git)
- cmake (cmake-git) (make)
- jemalloc (jemalloc-git, jemalloc4) (make)
- libaio (make)
- libtirpc (libtirpc-minimal-git) (make)
- openssl (libressl-git, openssl-hardened, openssl-git, openssl-static) (make)
- rpcsvc-proto (make)
- systemd-libs (systemd-libs-homed-containers, systemd-libs-selinux, systemd-libs-git) (make)
- systemd-tools (systemd-homed-containers, systemd-selinux, systemd-git, systemd) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng, zlib-ng-compat-git) (make)
Required by (61)
- arizona (requires mariadb-clients)
- automysqlbackup (requires mariadb-clients)
- backupninja-git (requires mariadb-clients) (optional)
- exim-mysql (requires mariadb-clients)
- gazie (requires mysql-clients)
- holland-mysqldump (requires mariadb-clients)
- kamailio (requires mariadb-clients) (make)
- kamailio-autheph-modules (requires mariadb-clients) (make)
- kamailio-berkeley-modules (requires mariadb-clients) (make)
- kamailio-cnxcc-modules (requires mariadb-clients) (make)
- kamailio-cpl-modules (requires mariadb-clients) (make)
- kamailio-dnssec-modules (requires mariadb-clients) (make)
- kamailio-erlang-modules (requires mariadb-clients) (make)
- kamailio-extra-modules (requires mariadb-clients) (make)
- kamailio-geoip-modules (requires mariadb-clients) (make)
- kamailio-geoip2-modules (requires mariadb-clients) (make)
- kamailio-ims-modules (requires mariadb-clients) (make)
- kamailio-json-modules (requires mariadb-clients) (make)
- kamailio-kazoo-modules (requires mariadb-clients) (make)
- kamailio-ldap-modules (requires mariadb-clients) (make)
Latest Comments
Synthead commented on 2022-05-17 17:31 (UTC)
You know, after many years of using this package, it would be kinda nice if we stuffed everything in /opt. This is somewhat of a big change, cause people would need to add /opt/mysql/usr/include or something to build against it, but at least then it could live alongside mariadb without having package conflicts.
What do you think?
Muflone commented on 2021-05-30 15:23 (UTC)
@aix27249 I won't to do that. mysql doesn't provide anything related to mariadb. Even if they have something in common they are not the same software and there's no reason to fake mysql will provide mariadb libraries
aix27249 commented on 2021-05-13 10:26 (UTC)
Some packages now depends on mariadb-libs, which provides libmariadbclient, and conflicts with libmysqlclient57. To fix this, please add mariadb-libs to provides() section of libmysqlclient57:
Torbistes commented on 2018-10-29 08:32 (UTC)
Problems with Wordpress 4.9.8 in a simply install in https://minitatuajes.com/ I try to install this package and get similar error by user @mrcl
internal compiler error: Segmentation fault (longlong)max_of_int_range(optp->var_type & GET_TYPE_MASK);
stri commented on 2018-09-28 22:58 (UTC)
@razvanz To be able to test build + installation on Arch, without having to deinstall mariadb. Let me know if there is a better way. Thanks, S
razvanz commented on 2018-09-26 14:53 (UTC) (edited on 2018-09-26 14:56 (UTC) by razvanz)
@stri Why not run it as an isolated container using the docker hub image?
The benefit of running it in a container is being able to run multiple instances at the same time. Check the image documentation on how to configure other options (like persisting the storage): https://hub.docker.com/_/mysql/
stri commented on 2018-08-04 05:25 (UTC) (edited on 2018-08-05 21:29 (UTC) by stri)
@mrcl: I built it today and it seems to work.
I got it to work in a docker container. I suspect its insecure what I'm doing, but it's sufficient for local testing. The Dockerfile is
This is install_mysql57.sh:
Build it with "docker build -t IMAGE ." and run it:
Configure Mysql if you don't care about security:
I'm an eternal programming newbie, please let me know if there are issues with this.
Note the above is for connecting from within another container. If you want to connect from the host:
To log in:
mrcl commented on 2018-07-31 05:08 (UTC) (edited on 2018-07-31 05:13 (UTC) by mrcl)
Trying to install this package and I am getting this error. Could anyone help me with this problem?
Muflone commented on 2018-06-02 19:26 (UTC)
@stri it's not possible to install this package along with mariadb as they both use common commands and files, and therefore are conflicting packages
stri commented on 2018-05-22 03:27 (UTC)
Thanks for this package! Is it possible to install it alongside mariadb? I'm running KDE on my desktop which depends on mariadb. If not, is the best option to run it from a docker container? Thanks for your help!