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.46
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 .. 13 14 15 16 17 18 19 Next › Last »

enteenteente commented on 2013-10-03 12:28 (UTC)

- comment removed, just relaized: "Warning: The group base-devel is assumed already installed when building with makepkg . Members of "base-devel" should not be included in makedepends arrays." https://wiki.archlinux.org/index.php/PKGBUILD#makedepends sorry!

sitquietly commented on 2013-09-11 21:58 (UTC)

Thanks for keeping mysql available on Arch! The current situation with mariadb is a mess. mariadb won't compile against boost-1.54, but mysql is working fine for me. Now I understand why Beyond Linux From Scratch calls for mysql-5.6.13 along with boost-1.54.

rustam commented on 2013-08-21 14:20 (UTC)

@landif: I've added a patch for this problem.

<deleted-account> commented on 2013-08-19 22:10 (UTC)

I keep getting this compilation error in all machine i have tried to build on: [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0log.cc.o /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc: In function ‘dberr_t row_log_table_apply_ops(que_thr_t*, row_merge_dup_t*)’: /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc:2367:11: error: ‘srv_buf_size’ was not declared in this scope ofs, srv_buf_size); ^ /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc: In function ‘dberr_t row_log_apply_ops(trx_t*, dict_index_t*, row_merge_dup_t*)’: /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc:3156:11: error: ‘srv_buf_size’ was not declared in this scope ofs, srv_buf_size); ^ /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc: In function ‘dberr_t row_log_table_apply_ops(que_thr_t*, row_merge_dup_t*)’: /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc:2310:39: warning: ignoring return value of ‘int ftruncate(int, __off64_t)’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(index->online_log->fd, 0); ^ /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc: In function ‘dberr_t row_log_apply_ops(trx_t*, dict_index_t*, row_merge_dup_t*)’: /root/packages/mysql/src/mysql-5.6.13/storage/innobase/row/row0log.cc:3103:39: warning: ignoring return value of ‘int ftruncate(int, __off64_t)’, declared with attribute warn_unused_result [-Wunused-result] ftruncate(index->online_log->fd, 0); ^ make[2]: *** [storage/innobase/CMakeFiles/innobase.dir/row/row0log.cc.o] Error 1 make[1]: *** [storage/innobase/CMakeFiles/innobase.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

<deleted-account> commented on 2013-07-10 23:45 (UTC)

@rustam problem FIXED!

rustam commented on 2013-07-10 11:19 (UTC)

@vfbsilva: I've updated the package so it now cleans out the build directory before building, this should resolve the problem.

<deleted-account> commented on 2013-07-10 04:21 (UTC)

I cannot build this package ==> Making package: mysql 5.6.12-2 (Wed Jul 10 01:13:20 BRT 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found mysql-5.6.12.tar.gz -> Found mysql-5.6.12.tar.gz.asc -> Found mysqld-post.sh -> Found mysqld-tmpfile.conf -> Found mysqld.service ==> Validating source files with sha256sums... mysql-5.6.12.tar.gz ... Passed mysql-5.6.12.tar.gz.asc ... Skipped mysqld-post.sh ... Passed mysqld-tmpfile.conf ... Passed mysqld.service ... Passed ==> Verifying source file signatures with gpg... mysql-5.6.12.tar.gz ... FAILED (unknown public key 8C718D3B5072E1F5) ==> WARNING: Warnings have occurred while verifying the signatures. Please make sure you really trust them. ==> Extracting sources... -> Extracting mysql-5.6.12.tar.gz with bsdtar ==> Removing existing pkg/ directory... ==> Starting build()... mkdir: cannot create directory ‘build’: File exists ==> ERROR: A failure occurred in build(). Aborting... The build failed. local database is up to date How should I proceed?