Port details |
- mysql84-server Multithreaded SQL database (server)
- 8.4.3 databases =3 8.4.2_1Version of this port present on the latest quarterly branch.
- Maintainer: joneum@FreeBSD.org
- Port Added: 2024-05-24 16:18:06
- Last Update: 2025-01-10 15:52:08
- Commit Hash: 56b8913
- People watching this port, also watch:: zbar, isc-cron, monit, cronic
- License: GPLv2
- WWW:
- https://www.mysql.com/
- Description:
- MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server. MySQL Server is intended for
mission-critical, heavy-load production systems as well as for embedding
into mass-deployed software
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mysql84-server>0:databases/mysql84-server
- Conflicts:
- CONFLICTS_INSTALL:
- mysql*-server
- mysqlwsrep*-server
- mariadb*-server
- percona*-server
- To install the port:
- cd /usr/ports/databases/mysql84-server/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mysql84-server
- pkg install mysql84-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mysql84-server
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv6 armv7 i386 powerpc
- distinfo:
- TIMESTAMP = 1735595165
SHA256 (mysql-8.4.3.tar.gz) = 7ac9564c478022f73005ff89bbb40f67b381fc06d5518416bdffec75e625b818
SIZE (mysql-8.4.3.tar.gz) = 465097732
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- databases/mysql84-client
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- liblz4>0 : archivers/liblz4
- libunwind>0 : devel/libunwind
- bison : devel/bison
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- groff : textproc/groff
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libcurl.so : ftp/curl
- libicutu.so : devel/icu
- liblz4.so : archivers/liblz4
- libhidapi.so : comms/hidapi
- libfido2.so : security/libfido2
- libunwind.so : devel/libunwind
- libedit.so.0 : devel/libedit
- libmysqlclient.so.24 : databases/mysql84-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mysql84-server-8.4.3:
====> Permissible Storage Engines (to compile statically into the server)
ARCHIVE=off: Compile "Archive Storage" statically in server
BLACKHOLE=off: Compile "Blackhole Storage" statically in server
EXAMPLE=off: Compile "Example Storage" statically in server
FEDERATED=off: Compile "Federated Storage" statically in server
INNOBASE=off: Compile "InnoDB Storage" statically in server
PARTITION=off: Compile "Partitioning support Storage" statically in server
PERFSCHEMA=off: Compile "Performance Schema Storage" statically in server
====> Default features knobs
PERFSCHM=on: Enable "Performance Schema" by default (High RAM usage)
===> Use 'make config' to modify these settings
- Options name:
- databases_mysql84-server
- USES:
- bison:build cmake:noninja cpe groff:run libedit localbase ncurses perl5 pkgconfig shebangfix ssl compiler:c++20-lang mysql:84
- pkg-message:
- For install:
- There is no initial password for first time use of MySQL.
Keep in mind to reset it to a secure password.
MySQL 8.4 has a default /usr/local/etc/mysql/my.cnf,
remember to replace it with your own
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
- If upgrading
- As of MySQL 8.0.16, the MySQL server performs the upgrade tasks previously
handled by mysql_upgrade. Consequently, mysql_upgrade is unneeded and is
deprecated as of that version, and will be removed in a future MySQL version.
Because mysql_upgrade no longer performs upgrade tasks,
it exits with status 0 unconditionally.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.3 10 Jan 2025 15:52:08 |
Jochen Neumeister (joneum) Author: Oleksii Samorukov |
databases/mysql84-{server|client}: Update to 8.4.3
Changelog: https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
PR: 283752
Sponsored by: Netzkommune GmbH |
8.4.2_1 27 Aug 2024 04:43:39 |
Jochen Neumeister (joneum) |
databases/mysql84-server: fix build with clang and libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes databases/mysql84-server to fail to compile with clang 19
and libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of
undefined template 'std::char_traits<unsigned char>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/databases/mysql84-client/work/mysql-8.4.2/sql/rpl_log_encryption.h:821:14: (Only the first 15 lines of the commit message are shown above ) |
8.4.2_1 26 Aug 2024 08:13:37 |
Mikael Urankar (mikael) |
databases/mysql84-server: Fix SIGILL on aarch64
We want to check HWCAP_PMULL not HWCAP_CRC32.
Approved by: portmgr (trivial runtime fix)
PR: 280165 |
8.4.2 28 Jul 2024 21:12:46 |
Oleksii Samorukov (samm) |
databases/mysql84-server: Update to 8.4.2
- fixes multiple CVE
- fix crash on start with inndob and very large number of tables
PR: 280456 |
8.4.0 07 Jul 2024 13:51:05 |
Dima Panov (fluffy) |
databases/mysql84-server: unbreak packaging when EXAMPLES engine is statically
linked into the server
Approved by: portmgr blanet (trivial fix) |
8.4.0 24 May 2024 16:15:44 |
Jochen Neumeister (joneum) |
databases/mysql84-{server|client}: add new Ports
Welcome MySQL 8.4
What is new in MySQL8.4 since MySQL 8.0:
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
HINT: MySQL8.2+ supports only 64-bit platforms!!!
special thanks for the majority of the work on this port: samm aka Alex
S. |