Package Base Details: mysql

Git Clone URL: https://aur.archlinux.org/mysql.git (read-only, click to copy)
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 81
Popularity: 0.96
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2023-11-15 01:11 (UTC)

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

francoism90 commented on 2018-08-27 13:10 (UTC) (edited on 2018-08-27 13:11 (UTC) by francoism90)

@Muflone Not a big issue, as workaround simple uninstall ccache for update/installing and reinstall it afterwards.

Thanks for keeping it up-to-date. :)

Muflone commented on 2018-08-26 17:25 (UTC)

@francoism90 I can confirm your issue but I don't know the reason. Unfortunately I had to build it many times before releasing the updated package

francoism90 commented on 2018-08-15 18:22 (UTC)

Is it normal that this doesn't build with ccache? I keep getting bad option given error on make.

Muflone commented on 2018-08-15 10:35 (UTC)

@pelo99, you're right, I've dropped the muflone-mysql and moved the packages into muflone-aur repository, but where did you find my repository written?

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? :)