Search Criteria
Package Base Details: mysql
Git Clone URL: | https://aur.archlinux.org/mysql.git (read-only, click to copy) |
---|---|
Submitter: | Barthalion |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 75 |
Popularity: | 0.87 |
First Submitted: | 2013-04-25 19:13 |
Last Updated: | 2021-02-07 15:53 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
AnotherUser commented on 2021-02-10 07:35
I tried to install mysql with mariadb-clients as provider for mysql-clients:
Which leads to:
I'm confused
Edit: I just removed the existing mariadb libs (without dependency check):
and installed the mysql-clients with libmysqlclient. After that it was possible to install mysql..
Is there a better approach?
postfix needs mariadb-libs
cidao commented on 2021-01-22 03:30
I think there are some incompatibilities between the last Manjaro update and this MySQL package. Do you know when it can be fixed?
Muflone commented on 2021-01-10 02:59
Incorporated FrederickZh's fixes, Thank you
cascooscuro commented on 2021-01-03 17:28
I'm also facing the error "TRUE was not declared in this scope" while compiling.
I added: export CXXFLAGS="${CXXFLAGS} -DU_DEFINE_FALSE_AND_TRUE=1"
before the:
cmake "../${pkgbase}-${pkgver}"
and now the compilation finishes
petronny commented on 2020-12-27 06:09
Please add FrederickZh's patch.
FrederickZh commented on 2020-12-25 11:46
And for some reason I now need to patch
mysqld.cc
otherwise it won't compile (TRUE was not declared in this scope
):This happens under my two Arch systems as well as a clean chroot.
FrederickZh commented on 2020-12-25 11:39
I don't use MySQL Router, but an error during post-upgrade caught my eye:
And after digging deeper, I noticed that the default directories used by MySQL Router are obviously off as well:
Here's a patch I've come up with (without
.SRCINFO
):tl;dr this patch:
mysqlrouter
user & group during post-install/var/lib/mysqlrouter
&/var/log/mysqlrouter
via systemd-tmpfiles/etc/mysqlrouter/mysqlrouter.conf
Btw now
mysqlrouter --help
output becomes:PS: this might be useful https://koji.mbox.centos.org/pkgs/packages/mysql/8.0.21/1.module_el8.2.0+493+63b41e36/data/logs/x86_64/build.log
Muflone commented on 2020-12-24 15:39
@ruidc mysqlbinlog is included in the mysql package
mateodif commented on 2020-12-24 14:08
I'm getting shared libraries errors with latest icu package.
ruidc commented on 2020-12-23 08:32
can mysqlbinlog be added? the diff provided by FrederickZh over a year ago won't work on recent versions