Package Details: mysql-clients 8.2.0-1

Git Clone URL: https://aur.archlinux.org/mysql.git (read-only, click to copy)
Package Base: mysql
Description: MySQL client tools
Upstream URL: https://www.mysql.com/products/community/
Licenses: GPL
Conflicts: mariadb-clients
Provides: mariadb-clients, mysql-clients
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 81
Popularity: 0.92
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2023-11-15 01:11 (UTC)

Required by (60)

Sources (7)

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

mrrabinhalder commented on 2016-12-25 13:21 (UTC)

Compilation has failed with the following error message: [ 53%] Linking CXX executable pfs_connect_attr-t ../libperfschema.a(pfs_instr.cc.o): In function `fct_update_file_derived_flags': /home/rhalder/aur/yaourt-tmp-rhalder/aur-mysql/src/mysql-5.7.16/storage/perfschema/pfs_instr.cc:2087:(.text+0x7ba3): relocation truncated to fit: R_X86_64_16 against symbol `sanitize_file_class(PFS_file_class*)' defined in .text section in ../libperfschema.a(pfs_instr_class.cc.o) ../../innobase/libinnobase.a(dict0crea.cc.o): In function `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream(std::_Ios_Openmode)': /usr/include/c++/6.2.1/sstream:549:(.text+0x73c1): relocation truncated to fit: R_X86_64_16 against symbol `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@@GLIBCXX_3.4' defined in .plt section in /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/crt1.o collect2: error: ld returned 1 exit status make[2]: *** [storage/perfschema/unittest/CMakeFiles/pfs_connect_attr-t.dir/build.make:197: storage/perfschema/unittest/pfs_connect_attr-t] Error 1 make[1]: *** [CMakeFiles/Makefile2:1705: storage/perfschema/unittest/CMakeFiles/pfs_connect_attr-t.dir/all] Error 2 make: *** [Makefile:161: all] Error 2 Any help?

matoro commented on 2016-09-14 03:45 (UTC)

Compilation is failing with the following error message: CMakeFiles/mysqltest_embedded.dir/__/__/client/mysqltest.cc.o:(.data.rel+0x13e0): undefined reference to `my_charset_latin1' collect2: error: ld returned 1 exit status make[2]: *** [libmysqld/examples/CMakeFiles/mysqltest_embedded.dir/build.make:99: libmysqld/examples/mysqltest_embedded] Error 1 make[1]: *** [CMakeFiles/Makefile2:7972: libmysqld/examples/CMakeFiles/mysqltest_embedded.dir/all] Error 2 make: *** [Makefile:161: all] Error 2 List of packages I have installed: https://spit.mixtape.moe/view/raw/dd3f08c9 It's on a standard x86_64 laptop, kernel version 4.7.2. Any help?

Muflone commented on 2016-07-02 16:05 (UTC)

@colshacol the 'provides' option is used to mark the package as a replacement for another package. If some application has mariadb like dependency (any package in the official repository cannot have a dependency on mysql), this package can be a candidate for replacement. Obviously the two packages are different in many ways.

kerberizer commented on 2016-07-01 12:37 (UTC)

I think those AUR helpers should be banned. :) @colshacol, on a more serious note, what's the AUR helper that you used to install this package, indeed? If that sounds like Chinese to you, then just please explain briefly how you installed MySQL.

colshacol commented on 2016-07-01 12:24 (UTC)

@Muflone Forgive my novice, I have never used MySQL nor MariaDB. But, I saw that you said that this has nothing to do with MariaDB, yet it says "provides: mariadb" above, and upon checking mysql --version, I get "Ver 15.1 Distrib 10.1.14-MariaDB, for Linux (x86_64) using readline 5.1". I am not complaining. I do not even know the difference! I am just curious as to why you say it is not related to Maria at all.

ijann commented on 2016-06-28 00:27 (UTC) (edited on 2016-06-28 00:28 (UTC) by ijann)

My apologies, that line of code @kerberizer I fix everything the problem, that rare that pass this, anyway I regret the anger I had with @Muflone, I'm happy :D video remove translate with Bing

Muflone commented on 2016-06-27 21:14 (UTC)

I hope it will be cleared that your AUR helper (the program you're using to download the packages) is doing mess. The package mysql is in the AUR while the package mariadb is in the official Arch Linux repository. Your AUR helper is downloading mariadb from the repository instead of the AUR package mysql. Just download the package from the AUR, like kerberizer pointed and be happy with mysql.

ijann commented on 2016-06-27 21:05 (UTC)

ok @kerberizer take what I say and you dare my conclusions. Not understand that this repository will not arrange the pkgbuild and is avoid this mess, Thanks for responding

kerberizer commented on 2016-06-27 20:32 (UTC) (edited on 2016-06-27 20:33 (UTC) by kerberizer)

@ijann, as Scimmia already explained, the problem is with __your__ AUR helper, whatever it is. Please use plain makepkg instead, e.g.: $ git clone https://aur.archlinux.org/mysql.git $ cd mysql $ makepkg -cCifs Better yet, read about it on the Wiki. There's information in Spanish too... https://wiki.archlinux.org/index.php/Arch_User_Repository_(Espa%C3%B1ol) https://wiki.archlinux.org/index.php/Makepkg_(Espa%C3%B1ol) Edit: Unfortunately, the links got broken, so please use copy-paste on them instead.