Package Details: mysql-clients 9.0.1-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-2.0-only
Conflicts: mariadb-clients
Provides: mariadb-clients, mysql-clients
Submitter: Barthalion
Maintainer: Muflone
Last Packager: Muflone
Votes: 82
Popularity: 0.034019
First Submitted: 2013-04-25 19:13 (UTC)
Last Updated: 2024-08-11 14:51 (UTC)

Required by (21)

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

nicolascevallos commented on 2014-12-22 23:17 (UTC)

The last changes in this package causes an update in mysql-connector-c, even if is not installed. The installation of mysql-connector-c causes an error because any files exists in the file system, such as /usr/bin/perror, /usr/bin/my_config and /usr/lib/libmysqlclient* links. I hack the problem renaming the filenames in conflict and the package mysql-connector-c compiles the libmysqlclient.so.18.3.0, when the package libmysqlclient compiles the libmysqlclient.so.18.1.0 !!! This package is out of date?

Muflone commented on 2014-11-28 17:43 (UTC)

Package updated to version 5.6.21

Muflone commented on 2014-11-17 10:29 (UTC)

@sparse you should download the source again, the checksum is correct to me

sparse commented on 2014-11-17 07:45 (UTC)

Validating source files with sha256sums... mysql-5.6.20.tar.gz ... FAILED mysqld-post.sh ... Passed mysqld-tmpfile.conf ... Passed mysqld.service ... Passed mysql-srv_buf_size.patch ... Passed

Muflone commented on 2014-11-12 12:34 (UTC)

Please discuss the whole thing in the ML https://lists.archlinux.org/pipermail/aur-general/2014-November/029798.html I'm open to suggest but actually I'm not convinced the issue should be searched in this package, built with the same no-rtti flag as the mariadb-clients

mpz commented on 2014-11-11 18:14 (UTC)

Please remove "-fno-rtti" flag as noted by Marcel_K. It's causing unnecessary problems for people.

Marcel_K commented on 2014-10-10 16:11 (UTC)

Why are you building these packages with -fno-rtti? Only to save a bit of memory? FYI, this causes problems when compiling mysql-connector-c++ [1]: ‘dynamic_cast’ not permitted with -fno-rtti. Removing that flag here solves this issue. BTW, I got a warning "Package contains reference to $srcdir" at the end of package_mysql(). [1] https://aur.archlinux.org/packages/mysql-connector-c%2B%2B/

e8hffff commented on 2014-05-07 01:27 (UTC)

Arr worked out problem. Somehow 'other' read access was off on the 'php.ini'. I got fooled the ini had loaded as some sets were custom ot manually changed in php.

e8hffff commented on 2014-05-07 01:11 (UTC)

Is anyone else got problems with mysql or mysqli working? Checking extensions mysqlnd is loaded so I should have access. The ini has the extensions enabled for mysql and mysqli. In php the commands of these feature sets instantly kills the script without error. I had them working but after an update they stopped. I tried reinstalling all components. Getting no errors to indicate what's wrong. Are these features built at build time?