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

Muflone commented on 2016-03-05 17:18 (UTC)

@graysky the package mysql provides the libmysqlclient.so.20 library, the latest version. If the kodi package needs an older version you should rebuild the kodi package with mysql 5.7 (if supported) or use the mysql 5.6 package.

graysky commented on 2016-03-05 11:19 (UTC) (edited on 2016-03-05 11:20 (UTC) by graysky)

Something is wrong with the libmysqlclient package as it relating to kodi. If I use this AUR package as a substitute for [extra]/mariadb and try to run kodi, I get: /usr/lib/kodi/kodi.bin: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

Muflone commented on 2016-02-06 19:54 (UTC)

The boost issue was fixed, thanks to Norvald H. Ryeng of MySQL.

basil commented on 2016-02-04 20:47 (UTC)

This still doesn't work. Any workarounds?

Scindix commented on 2016-01-08 08:44 (UTC) (edited on 2016-01-08 11:36 (UTC) by Scindix)

@tle Having exactly the same problem... I need libmysqlclient to install the root library (by CERN) Is there a fast workaround that I can do to make it work? (Unfortunately I'm not really familiar with cmake, so I couldn't help myself on that one) The only thing that I found is to open /usr/include/boost/version.hpp and change the version during installation. However that doesn't seem right even for a workaround. It compiles, but I'm not sure yet if it really works. It would be really nice if you could submit a patch. Update: okay it fails to compile. /usr/include/boost/geometry/util/has_non_finite_coordinate.hpp:42:12: error: ‘has_coordinate_with_property’ is not a member of ‘boost::geometry::detail’ return detail::has_coordinate_with_property ^ /usr/include/boost/geometry/util/has_non_finite_coordinate.hpp:44:18: error: expected primary-expression before ‘,’ token Point, ^ /usr/include/boost/geometry/util/has_non_finite_coordinate.hpp:45:34: error: expected primary-expression before ‘,’ token detail::is_not_finite, ^ /usr/include/boost/geometry/util/has_non_finite_coordinate.hpp:50:10: error: ‘::apply’ has not been declared >::apply(point); ^ Seems that mysql really need that old version of boost.

tle commented on 2016-01-05 12:10 (UTC)

Hi folks It seems to me MySQL is quite strict on the version of boost. I failed installing with following error: ``` -- Found /usr/include/boost/version.hpp -- BOOST_VERSION_NUMBER is #define BOOST_VERSION 106000 CMake Warning at cmake/boost.cmake:256 (MESSAGE): Boost minor version found is 60 we need 59 Call Stack (most recent call first): CMakeLists.txt:435 (INCLUDE) -- BOOST_INCLUDE_DIR /usr/include -- LOCAL_BOOST_DIR -- LOCAL_BOOST_ZIP -- Could not find (the correct version of) boost. -- MySQL currently requires boost_1_59_0 CMake Error at cmake/boost.cmake:76 (MESSAGE): You can download it with -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory> This CMake script will look for boost in <directory>. If it is not there, it will download and unpack it (in that directory) for you. If you are inside a firewall, you may need to use an http proxy: export http_proxy=http://example.com:80 Call Stack (most recent call first): cmake/boost.cmake:259 (COULD_NOT_FIND_BOOST) CMakeLists.txt:435 (INCLUDE) -- Configuring incomplete, errors occurred! See also "/tmp/yaourt-tmp-tle/aur-mysql/src/build/CMakeFiles/CMakeOutput.log". ``` As you can see above the version that MySQL asked for is minor 59, whilst I have 60. I am more than happy to submit a patch if no one's up for it.

twheel commented on 2015-11-11 11:44 (UTC)

Postfix won't start after the upgrade to mysql-5.7: "postfix: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory"

Muflone commented on 2015-11-01 23:46 (UTC)

Updated to version 5.7 version 5.6 users could move to the mysql56 package

wolftankk commented on 2015-09-28 16:09 (UTC)

libjemalloc.so.1: cannot open shared object file it need rebuilding ..

Marcel_K commented on 2015-07-30 13:43 (UTC)

I had no problem downloading from that location, although another issue popped up: there is no GPG signature at dev.mysql.com, only at cdn.mysql.com. If you change the first line in the source array and add a validpgpkeys entry like validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5') source=("https://cdn.mysql.com/Downloads/MySQL-5.6/${pkgbase}-${pkgver}.tar.gz"{,.asc} the tarball is checked for being genuine, too.