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: | 74 |
Popularity: | 0.55 |
First Submitted: | 2013-04-25 19:13 |
Last Updated: | 2021-01-10 02:59 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
Ildar commented on 2019-05-16 04:32
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
Why Yay is not finding this package ? I get only mariadb and percona?
Ildar commented on 2019-05-08 07:54
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
@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
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
The installation fails on the latest version (mariadb=8.0.15, mysql=8.0.15)
aminos commented on 2019-03-24 22:01
can you please update to support protobuf-3.7 ?
torquerrr commented on 2019-02-23 08:26
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
@torquerrr don't use a helper (yaourt isn't recommended anyway).
torquerrr commented on 2019-02-16 09:09
@Muflone Hi, I am unable to build the package. I am getting an error:
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.