Package Details: mysql 8.4.0-1

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: 81
Popularity: 0.45
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-05-19 22:55 (UTC)

Required by (207)

Sources (8)

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

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 19 Next › Last »

rashyd commented on 2018-01-08 16:06 (UTC) (edited on 2018-01-08 16:07 (UTC) by rashyd)

I'm trying to install this mysql package (v5.7.20-1) in Antergos linux and kept failed with this error message:

...
CMakeFiles/mysqltest_embedded.dir/__/__/client/mysqltest.cc.o: In function `main':
/tmp/pamac-build-user1/mysql/src/mysql-5.7.20/client/mysqltest.cc:9251: undefined reference to `mysql_options'
/tmp/pamac-build-user1/mysql/src/mysql-5.7.20/client/mysqltest.cc:9248: undefined reference to `mysql_options'
/tmp/pamac-build-user1/mysql/src/mysql-5.7.20/client/mysqltest.cc:9524: undefined reference to `strmake'
/tmp/pamac-build-user1/mysql/src/mysql-5.7.20/client/mysqltest.cc:9519: undefined reference to `strmake'
CMakeFiles/mysqltest_embedded.dir/__/__/client/mysqltest.cc.o:(.data.rel+0x13e0): undefined reference to `my_charset_latin1'
collect2: error: ld returned 1 exit status
make[2]: *** [libmysqld/examples/CMakeFiles/mysqltest_embedded.dir/build.make:99: libmysqld/examples/mysqltest_embedded] Error 1
make[1]: *** [CMakeFiles/Makefile2:8309: libmysqld/examples/CMakeFiles/mysqltest_embedded.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

I have made sure my system is up-to-date and I don't have mariadb and libmariasbclient installed.

Fed up with many retries which takes a lot of time to compile, I finally gave up and installed mariadb instead.

Muflone commented on 2017-12-17 21:07 (UTC)

@francoism90 that's correct! even the mariadb doesn't launch the mysql_secure_installation, only prints a message to ask the user to execute it, only during the first package installation

francoism90 commented on 2017-12-17 20:53 (UTC)

@Muflone It's more because of the mariadb package does this: https://git.archlinux.org/svntogit/packages.git/tree/trunk/mariadb.install?h=packages/mariadb

Muflone commented on 2017-12-16 16:56 (UTC)

@francoism90 it's not duty of the packager to secure the installation or autoconfigure the server. Moreover the mysql_secure_installation requires user intervention which must not to be done from packages install.

francoism90 commented on 2017-12-12 19:48 (UTC) (edited on 2017-12-12 19:49 (UTC) by francoism90)

Could you add this to .install: mysql_secure_installation

Thanks. :)

Muflone commented on 2017-10-03 00:18 (UTC)

I think both packages shares a lot of common files. @gino simply uninstall percona-server-clients and every other percona-server package which is a replacement for mysql

ginoboy commented on 2017-10-03 00:13 (UTC)

without AUR helper.. error: could not perform operation (conflicting files) /usr/share/man/man1/mysqlpump.1.gz exists in both percona-server-clients and mysql the problem is with that conflict.. one solution would't be to remove this man file?

Muflone commented on 2017-10-01 15:18 (UTC)

I've just rebuilt the package from scratch and installed it using makepkg -i without any issue. I think your issue is with your AUR helper

ginoboy commented on 2017-09-28 00:42 (UTC)

I have the same problem. :(

Muflone commented on 2017-09-27 19:15 (UTC)

@shsina What installer do you use to install mysql and its dependencies?