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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »

pelo99 commented on 2018-08-15 09:28 (UTC) (edited on 2018-08-15 09:30 (UTC) by pelo99)

@Muflone, Please change the repo name from 'muflone-mysql' to 'muflone-aur' in your own repository for mysql and pin the link.

jonkristian commented on 2018-06-19 11:37 (UTC) (edited on 2018-06-19 11:39 (UTC) by jonkristian)

Need some help. Accidentally upgraded without paying attention and now I'm in a state where it has upgraded to 8 so all my databases aren't working.

2018-06-19T11:35:14.057797Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.

2018-06-19T11:35:14.057861Z 0 [System] [MY-010116] [Server] /usr/bin/mysqld (mysqld 8.0.11) starting as process 20919

2018-06-19T11:35:14.326982Z 1 [ERROR] [MY-010781] [Server] Found ./mysql/index_stats.frm file in mysql schema. DD will create .ibd file with same name. Please rename table and start upgrade process again.

2018-06-19T11:35:14.327012Z 1 [ERROR] [MY-010336] [Server] Found .frm file with same name as one of the Dictionary Tables.

2018-06-19T11:35:14.327238Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.

2018-06-19T11:35:14.327269Z 0 [ERROR] [MY-010119] [Server] Aborting

2018-06-19T11:35:15.947137Z 0 [System] [MY-010910] [Server] /usr/bin/mysqld: Shutdown complete (mysqld 8.0.11) MySQL Community Server (GPL).

2018-06-19T11:35:15.947185Z 0 [ERROR] [MY-010065] [Server] Failed to shutdown components infrastructure.

francoism90 commented on 2018-05-09 09:34 (UTC) (edited on 2018-05-09 09:34 (UTC) by francoism90)

Just a note, but please use with care (e.g. create a backup first)!

After upgrade to MySQL 8.0, I had to execute the following command to solve errors/warning reported by the mysql service:

mysql_upgrade --password='your-root-password' upgrade-system-tables

francoism90 commented on 2018-05-09 07:46 (UTC)

@Muflone Thanks for the update. :)

Muflone commented on 2018-05-08 22:31 (UTC)

here's 8.0 :-)

francoism90 commented on 2018-05-08 17:13 (UTC)

@Muflone Any update on the 8.0 release? :)

Muflone commented on 2018-04-29 22:06 (UTC)

This is the last update for the 5.7 series. A new package called mysql57 was uploaded to continue releases for the 5.7 series.

From the next update this package will go to version 8.0

francoism90 commented on 2018-04-19 17:06 (UTC)

https://dev.mysql.com/downloads/mysql/ - big jump!

Before upgrading, are manual actions needed?

Muflone commented on 2018-03-03 21:47 (UTC)

@rashi and @markoff

Be sure your system is up to date and build the package in a clean chroot.

Currently it builds fine using extra-x86_64-build

markoff commented on 2018-02-28 16:55 (UTC)

@Muflone, are you doing anything to fix the problem rashi had? Because I'm having exactly the same problem.