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: 80
Popularity: 0.000172
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 2 3 4 5 6 7 8 9 10 11 .. 19 Next › Last »

muflone commented on 2019-08-10 16:53 (UTC)

@FrederickZh I don't think it would be useful for mysql package users to download the source code for mysql-shell, build it and don't install it. It would cause a lot of unuseful work for a majority of users

FrederickZh commented on 2019-08-05 07:09 (UTC)

Sorry if this question has already been answered (I went through several pages of comments without finding any similar ones), but is it possible to ship mysql-shell with this package as well?

I just had a glance at the build instruction of mysql-shell and it seems that it requires both the source code of MySQL and the X protocol client library to compile (actually also the build directory of MySQL, but I suspect it's only needed to locate libmysqlclient and libmysqlxclient). In this case is it better to build MySQL Shell along with this package so that it could be easier to manage?

muflone commented on 2019-08-04 22:25 (UTC)

@salifm did you bothered to read the error message? you have no space left in your file system

francoism90 commented on 2019-08-02 08:49 (UTC)

@tlo MySQL should now automatically upgrade:

https://mysqlserverteam.com/mysql-8-0-16-mysql_upgrade-is-going-away/

tlo commented on 2019-06-28 14:05 (UTC) (edited on 2019-06-28 14:13 (UTC) by tlo)

NVM: Upon further investigation I found this is a deprecated command my apologies for the useless comment.

I have just built mysql-8.0.16-1 and after installing I noticed mysql_upgrade was built (src/build/runtime_output_directory/mysql_upgrade) but was not installed to the system it appears to be missing from the pkg not sure if this is a bug or a strange fluke on my machine. In case it matters downloaded with yay -G aur/mysql and built with makepkg -si

muflone commented on 2019-06-23 22:39 (UTC) (edited on 2019-06-23 22:40 (UTC) by muflone)

@francoism90

thank you for your precious work. I've integrated some of your fixes and changes. (now mysql builds fine with ccache)

francoism90 commented on 2019-06-14 12:12 (UTC) (edited on 2019-06-14 12:13 (UTC) by francoism90)

@svenaugustus you need to recompile this package (MySQL) - don't know what lib(s) causing this issue. I recommend to reboot first before doing prior compiling.

zenonix commented on 2019-06-13 13:31 (UTC)

$ mysqld --initialize --user=mysql

mysqld: error while loading shared libraries: libicuuc.so.63: cannot open shared object file: No such file or directory

something wrong while libicuuc haved updated to version 64. =。=