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 2 3 4 5 6 7 .. 19 Next › Last »

zenochen commented on 2023-08-11 01:36 (UTC) (edited on 2023-08-27 08:07 (UTC) by zenochen)

this bug fixed in glibc 2.38-3, mysql cannot be started only in 2.38-2.

old post below: After updating to glibc 2.38, mysqld is no longer available, upgrade cautiously.

mysqld --initialize --user=mysql --basedir=/usr --datadir=/var/lib/mysql
2023-08-11T01:12:40.308126Z 0 [System] [MY-013169] [Server] /usr/bin/mysqld (mysqld 8.0.34) initializing of server in progress as process 405
2023-08-11T01:12:40Z UTC - mysqld got signal 11 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
BuildID[sha1]=8bce192f80e0338fa73a2ba7266c4d76c054e30d
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x100000
/usr/bin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x42) [0x558c830b0e22]
/usr/bin/mysqld(print_fatal_signal(int)+0x3e7) [0x558c826e7887]
/usr/bin/mysqld(handle_fatal_signal+0x82) [0x558c826e7a12]
/usr/lib/libc.so.6(+0x3e710) [0x7fc6c803e710]
/usr/bin/mysqld(+0x90b14e) [0x558c823d514e]
/usr/bin/mysqld(delegates_init()+0x33) [0x558c82e6d793]
/usr/bin/mysqld(+0x9e9ab3) [0x558c824b3ab3]
/usr/bin/mysqld(mysqld_main(int, char**)+0x1d84) [0x558c824bc264]
/usr/lib/libc.so.6(+0x27cd0) [0x7fc6c8027cd0]
/usr/lib/libc.so.6(__libc_start_main+0x8a) [0x7fc6c8027d8a]
/usr/bin/mysqld(_start+0x25) [0x558c8248e9d5]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.

maybe this is the bug of glibc, it only can be reproduced in vps runs in proxmox virtual environment and also the glibc is 2.38, I tried the same version in esxi, but no problem.

anhvu commented on 2023-07-10 09:16 (UTC) (edited on 2023-07-13 19:50 (UTC) by anhvu)

mysql 8.0.33-1 seems to break with update icu 0.73.x. making symbolic links of libicuso.0.72 to libicuso.0.73 does not solve.
edit: delete paru cache, force rebuild => works, sorry for the false report

Wings-Fantasy commented on 2023-05-28 00:41 (UTC)

mysqld failed to start due to the lack of libnuma.so.1 file, the software package that provides this file is numactl, please add it to the software dependencies

FrederickZh commented on 2023-03-16 23:51 (UTC)

https://wiki.archlinux.org/title/PKGBUILD#makedepends @richard-muvirimi

richard-muvirimi commented on 2023-03-16 19:04 (UTC)

The patch package is required as a build dependency, this is the last step and after a lengthy build process, will simply fail with the error Unknown command: patch

D3vil0p3r commented on 2023-01-22 18:18 (UTC)

Hello, dumb question: what is the detailed difference between mysql and mariadb packages?

Muflone commented on 2022-11-06 17:49 (UTC)

both mariadb and percona-server already have a conflict with mysql

stop using AUR helpers until you learn how to use AUR, those conflicts are due to the fact you're installing mysql and mariadb-clients instead of mysql-clients which is provided by this package

fnix commented on 2022-11-05 21:01 (UTC)

Getting the conflict with percona-server as well.