Package Details: mysql 9.0.1-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: 82
Popularity: 0.063940
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-08-11 14:51 (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 »

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?

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