Package Details: libmysqlclient 8.4.0-1

Git Clone URL: https://aur.archlinux.org/mysql.git (read-only, click to copy)
Package Base: mysql
Description: MySQL client libraries
Upstream URL: https://www.mysql.com/products/community/
Licenses: GPL-2.0-only
Conflicts: libmariadbclient, mariadb-libs
Provides: libmariadbclient, libmysqlclient, mariadb-libs
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 81
Popularity: 0.60
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-05-19 22:55 (UTC)

Required by (316)

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

1 2 3 4 5 6 .. 19 Next › Last »

synthead commented on 2024-05-21 23:17 (UTC)

The my-defauly.cnf file refers to 5.7 documentation, when the package is at 8.4.0:

https://aur.archlinux.org/cgit/aur.git/tree/my-default.cnf?h=mysql#n2

Speykious commented on 2023-12-18 18:42 (UTC)

@muflone Thanks, yeah I did rebuild the package after sending that message. It took 3 hours to compile but it works now!

Muflone commented on 2023-12-18 17:51 (UTC)

@Speykious this sort of error means you haven't rebuilt the package after the icu change: https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages

Speykious commented on 2023-12-18 15:11 (UTC) (edited on 2023-12-18 15:14 (UTC) by Speykious)

mysqld kept failing to launch, so I looked at the logs with journalctl and saw this:

/usr/bin/mysqld: error while loading shared libraries: libicuuc.so.73: cannot open shared object file: No such file or directory

The package core/icu just got an update and is now apparently on version 74. I'd love to rollback icu but way too many things depend on it, I'd be happy for some kind of solution.

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

Muflone commented on 2023-08-13 21:04 (UTC) (edited on 2023-08-13 21:08 (UTC) by Muflone)

@bokic the PKGBUILDs must never change the user preferences, like the building processes, until there's a strong reason to do, like disabling some option which may cause issues

https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

bokic commented on 2023-08-13 20:39 (UTC)

@muflone If set in makepkg.conf might fail to build some packages that do not support it. thus AFAIK is best to be per project setting.

Muflone commented on 2023-08-13 14:27 (UTC)

@bokic

you have to configure this in your MAKEFLAGS in makepkg.conf

bokic commented on 2023-08-13 13:34 (UTC)

Can we build with make -j$(nproc) to use all cores?