notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2024Q2
mysql80-client Multithreaded SQL database (client)
8.0.42 databases on this many watch lists=11 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.0.41Version of this port present on the latest quarterly branch.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-01-07 20:35:02
Last Update: 2025-03-19 09:58:57
Commit Hash: 92fc4ba
People watching this port, also watch:: libxml2, curl, freetype2, mysql80-server, expat
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. The new features in MySQL 8.0. In addition to Data Dictionnary and CTEs are: Move to utf8(mb4) as MySQL's default character set Language specific case insensitive collation for 21 languages (utf8) Invisible index Descending indexes Improve usability of UUID and IPV6 manipulations SQL roles - SET PERSIST for global variable values Performance Schema, instrumenting data locks Performance Schema, instrumenting error messages Improved cost model with histograms
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (65 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mysql80-client-8.0.42/catalog.mk
  3. /usr/local/share/licenses/mysql80-client-8.0.42/LICENSE
  4. /usr/local/share/licenses/mysql80-client-8.0.42/GPLv2
  5. bin/comp_err
  6. bin/my_print_defaults
  7. bin/mysql
  8. bin/mysql_config
  9. bin/mysql_config_editor
  10. bin/mysql_migrate_keyring
  11. bin/mysqladmin
  12. bin/mysqlbinlog
  13. bin/mysqlcheck
  14. bin/mysqldump
  15. bin/mysqlimport
  16. bin/mysqlpump
  17. bin/mysqlshow
  18. bin/mysqlslap
  19. bin/perror
  20. @comment bin/zlib_decompress
  21. include/mysql/errmsg.h
  22. include/mysql/field_types.h
  23. include/mysql/my_command.h
  24. include/mysql/my_compress.h
  25. include/mysql/my_list.h
  26. include/mysql/mysql.h
  27. include/mysql/mysql/client_plugin.h
  28. include/mysql/mysql/plugin_auth_common.h
  29. include/mysql/mysql/udf_registration_types.h
  30. include/mysql/mysql_com.h
  31. include/mysql/mysql_time.h
  32. include/mysql/mysql_version.h
  33. include/mysql/mysqld_error.h
  34. lib/mysql/libmysqlclient.a
  35. lib/mysql/libmysqlclient.so
  36. lib/mysql/libmysqlclient.so.21
  37. lib/mysql/libmysqlclient_r.a
  38. lib/mysql/libmysqlclient_r.so
  39. lib/mysql/libmysqlclient_r.so.21
  40. @comment lib/private/libprotobuf-lite.so.3.19.4
  41. @comment lib/private/libprotobuf.so.3.19.4
  42. lib/mysql/plugin/authentication_ldap_sasl_client.so
  43. lib/mysql/plugin/authentication_fido_client.so
  44. lib/mysql/plugin/authentication_oci_client.so
  45. libdata/pkgconfig/mysqlclient.pc
  46. @comment share/man/man1/comp_err.1.gz
  47. @comment share/man/man1/lz4_decompress.1.gz
  48. @comment share/man/man1/mysql.1.gz
  49. @comment share/man/man1/mysql_config.1.gz
  50. @comment share/man/man1/mysql_config_editor.1.gz
  51. @comment share/man/man1/mysqladmin.1.gz
  52. @comment share/man/man1/mysqlbinlog.1.gz
  53. @comment share/man/man1/mysqlcheck.1.gz
  54. @comment share/man/man1/mysqldump.1.gz
  55. @comment share/man/man1/mysqlimport.1.gz
  56. @comment share/man/man1/mysqlman.1.gz
  57. @comment share/man/man1/mysqlpump.1.gz
  58. @comment share/man/man1/mysqlshow.1.gz
  59. @comment share/man/man1/mysqlslap.1.gz
  60. @comment share/man/man1/perror.1.gz
  61. @comment share/man/man1/zlib_decompress.1.gz
  62. share/aclocal/mysql.m4
  63. @owner
  64. @group
  65. @mode
Collapse this list.
Dependency lines:
  • mysql80-client>0:databases/mysql80-client
Conflicts:
CONFLICTS_INSTALL:
  • mysql8[1-9]-client
  • mysql[0-79][0-9]-client
  • mariadb[0-9][0-9]-client
  • percona[0-9][0-9]-client
To install the port:
cd /usr/ports/databases/mysql80-client/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mysql80-client
  • pkg install mysql80-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mysql80-client
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1744706424 SHA256 (mysql-boost-8.0.42.tar.gz) = c2aa67c618edfa1bc379107fe819ca8e94cba5d85f156d1053b8fedc88cc5f8f SIZE (mysql-boost-8.0.42.tar.gz) = 492301593

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Master port: databases/mysql80-server
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. liblz4>0 : archivers/liblz4
  2. libunwind>0 : devel/libunwind
  3. bison : devel/bison
  4. cmake : devel/cmake-core
  5. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. groff : textproc/groff
  2. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libevent.so : devel/libevent
  3. libicutu.so : devel/icu
  4. liblz4.so : archivers/liblz4
  5. libfido2.so : security/libfido2
  6. libhidapi.so : comms/hidapi
  7. libunwind.so : devel/libunwind
  8. libsasl2.so : security/cyrus-sasl2
  9. libedit.so.0 : devel/libedit
  10. libldap.so.2 : net/openldap26-client
This port is required by:
for Libraries
  1. audio/ampache
  2. benchmarks/sysbench
  3. biology/augustus
  4. biology/ncbi-cxx-toolkit
  5. biology/ucsc-userapps
  6. cad/camotics
  7. comms/atslog
Expand this list (176 items / 169 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. databases/R-cran-RMySQL
  3. databases/courier-authlib-mysql
  4. databases/dbow
  5. databases/diesel
  6. databases/innotop
  7. databases/kdb
  8. databases/libdbi-drivers
  9. databases/libgda5-mysql
  10. databases/libzdb
  11. databases/luadbi
  12. databases/luasql-mysql
  13. databases/mroonga
  14. databases/mtop
  15. databases/mydumper
  16. databases/mysql++
  17. databases/mysql-connector-c++
  18. databases/mysql-connector-odbc-80
  19. databases/mysql80-server
  20. databases/mysqlbackup
  21. databases/mysqldump-secure
  22. databases/mysqlreport
  23. databases/mysqltcl
  24. databases/mytop
  25. databases/ocaml-mysql
  26. databases/opendbx
  27. databases/p5-Class-DBI-mysql
  28. databases/p5-DBD-MariaDB
  29. databases/p5-DBD-mysql
  30. databases/p5-DBD-mysql4
  31. databases/p5-DBIx-MySQLSequence
  32. databases/p5-DBIx-TableHash
  33. databases/p5-MySQL-Diff
  34. databases/p5-Test-mysqld
  35. databases/p5-mysql-genocide
  36. databases/percona-toolkit
  37. databases/postgresql-mysql_fdw
  38. databases/proftpd-mod_sql_mysql
  39. databases/py-mycli
  40. databases/py-mysqlclient
  41. databases/qt5-sqldrivers-mysql
  42. databases/rubygem-mysql
  43. databases/rubygem-mysql2
  44. databases/soci
  45. databases/sqlclient
  46. databases/tcl-Mysql
  47. databases/tdbc
  48. databases/vfront
  49. deskutils/note
  50. devel/cbang
  51. devel/poco
  52. devel/sope
  53. dns/powerdns
  54. irc/anope
  55. lang/seed7
  56. mail/bmf
  57. mail/dspam
  58. mail/exilog
  59. mail/exim-mysql
  60. mail/opendmarc
  61. mail/opensmtpd-extras-table-mysql
  62. mail/policyd2
  63. mail/qmail-autoresponder
  64. mail/qmail-mysql
  65. mail/ratelimit-policyd
  66. mail/sympa
  67. multimedia/mythtv
  68. multimedia/zoneminder
  69. net/asterisk18
  70. net/asterisk20
  71. net/asterisk22
  72. net/gnu-radius
  73. net/kamailio
  74. net/libnss-mysql
  75. net/ntopng
  76. net/prosearch
  77. net/pwhois
  78. net/rtg
  79. net/traff
  80. net/turnserver
  81. net-mgmt/argus3-clients
  82. net-mgmt/cacti
  83. net-mgmt/cacti-spine
  84. net-mgmt/check_mysql_health
  85. net-mgmt/icinga2
  86. net-mgmt/icingaweb2-module-vspheredb
  87. net-mgmt/klg
  88. net-mgmt/librenms
  89. net-mgmt/mysql-snmp
  90. net-mgmt/nagios-check_mysql_slave
  91. net-mgmt/nagiosql
  92. net-mgmt/ndoutils
  93. net-mgmt/observium
  94. net-mgmt/ocsinventory-server
  95. net-mgmt/pandorafms_server
  96. net-mgmt/seafile-server
  97. net-mgmt/super_mediator
  98. net-mgmt/zabbix6-proxy
  99. net-mgmt/zabbix6-server
  100. net-mgmt/zabbix7-proxy
  101. net-mgmt/zabbix7-server
  102. net-mgmt/zabbix72-proxy
  103. net-mgmt/zabbix72-server
  104. net-mgmt/zabbix74-proxy
  105. net-mgmt/zabbix74-server
  106. net-p2p/xbt
  107. science/orthanc-mysql
  108. security/libpreludedb
  109. security/vaultwarden
  110. security/webfwlog
  111. sysutils/n98-magerun
  112. sysutils/omnibackup
  113. sysutils/p5-MogileFS-Server
  114. sysutils/slurm-wlm
  115. textproc/sphinxsearch
  116. www/bacula-web
  117. www/drupal10
  118. www/drupal11
  119. www/drupal7
  120. www/groupoffice
  121. www/ljdeps
  122. www/mediawiki139
  123. www/mediawiki142
  124. www/mediawiki143
  125. www/mediawiki144
  126. www/mod_auth_mysql2
  127. www/mod_auth_mysql_another
  128. www/moodle44
  129. www/moodle45
  130. www/otrs
  131. www/rt44
  132. www/rt50
  133. www/rt60
  134. www/wt
  135. Collapse this list.

Deleted ports which required this port:

Expand this list of 36 deleted ports
  1. audio/amarok*
  2. benchmarks/super-smack*
  3. databases/mysql-udf*
  4. devel/cdash*
  5. dns/dnscheckengine*
  6. dns/mydns*
  7. dns/mydns-ng*
  8. irc/thales*
  9. lang/neko*
  10. multimedia/mythtv-frontend*
  11. net/asterisk16*
  12. net-im/jabberd*
  13. net-mgmt/netdot*
  14. net-mgmt/zabbix4-proxy*
  15. net-mgmt/zabbix4-server*
  16. net-mgmt/zabbix5-proxy*
  17. net-mgmt/zabbix5-server*
  18. net-mgmt/zabbix62-proxy*
  19. net-mgmt/zabbix62-server*
  20. net-mgmt/zabbix64-proxy*
  21. net-mgmt/zabbix64-server*
  22. security/maia*
  23. www/drupal8*
  24. www/drupal9*
  25. www/interchange*
  26. www/itop*
  27. www/mediawiki135*
  28. www/mediawiki138*
  29. www/mediawiki140*
  30. www/mediawiki141*
  31. www/moodle311*
  32. www/moodle39*
  33. www/moodle40*
  34. www/moodle41*
  35. www/moodle42*
  36. www/moodle43*
  37. Collapse this list of deleted ports.
for Run
  1. sysutils/omnibackup

Configuration Options:
===> The following configuration options are available for mysql80-client-8.0.42: ====> Default Client Plugins SASLCLIENT=on: SASL client plugin module ===> Use 'make config' to modify these settings
Options name:
databases_mysql80-client
USES:
bison:build cmake:noninja cpe groff:run libedit localbase ncurses perl5 pkgconfig shebangfix ssl ldap compiler:c++17-lang
pkg-message:
For install:
This is the mysql CLIENT without the server. for complete server and client, please install databases/mysql80-server
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.fi.muni.cz/pub/mysql/Downloads/MySQL-8.0/
  2. ftp://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-8.0/
  3. https://dev.mysql.com/get/Downloads/MySQL-8.0/
Collapse this list.

There are no commits on branch 2024Q2 for this port