Path to this page:
./
databases/mysql80-server,
MySQL 8, a free SQL database (server)
Branch: CURRENT,
Version: 8.0.31nb1,
Package name: mysql-server-8.0.31nb1,
Maintainer: pkgsrc-usersMySQL is a SQL (Structured Query Language) database server. SQL is the most
popular database language in the world. MySQL is a client-server implementation
that consists of a server daemon `mysqld' and many different client
programs/libraries.
The main goals of MySQL are speed and robustness.
The base upon which MySQL is built is a set of routines that have been used in
a highly demanding production environment for many years. While MySQL is still
in development it already offers a rich and highly useful function set.
The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL).
This package contains the MySQL server programs and libraries including
embedded server (by PKG_OPTION).
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, and you don't
wish to preserve your existing databases, then you may remove the
following directory:
@MYSQL_DATADIR@
===========================================================================
EOF
fi
esac
MESSAGE.sphinx [+/-]===========================================================================
$NetBSD: MESSAGE.sphinx,v 1.1 2021/05/13 15:25:20 jdolecek Exp $
To install the SphinxSE MySQL plugin, log into your MySQL console
and issue the following query:
INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so';
You can verify it has been loaded properly by checking whether
it shows up in the list when list your engines:
SHOW ENGINES;
===========================================================================
Required to run:[
textproc/icu] [
lang/perl5] [
devel/zlib] [
devel/libevent] [
devel/protobuf] [
archivers/lz4] [
archivers/zstd] [
lang/gcc8-libs] [
databases/mysql80-client]
Required to build:[
lang/gcc8]
Master sites:
Version history: (Expand)
- (2022-11-23) Updated to version: mysql-server-8.0.31nb1
- (2022-11-02) Updated to version: mysql-server-8.0.31
- (2022-06-28) Updated to version: mysql-server-8.0.24nb7
- (2022-04-20) Updated to version: mysql-server-8.0.24nb6
- (2022-04-03) Updated to version: mysql-server-8.0.24nb5
- (2021-12-08) Updated to version: mysql-server-8.0.24nb4
CVS history: (Expand)
2022-12-02 15:50:45 by Niclas Rosenvik | Files touched by this commit (1) |
Log message:
mysql80-server: needs at least a GCC that has <charconv>
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) |  |
Log message:
massive revision bump after textproc/icu update
|
2022-11-02 18:02:11 by Jonathan Perkin | Files touched by this commit (27) |
Log message:
mysql80: Update to 8.0.31.
Includes a number of pkgsrc cleanups, removing nonsense that has been
cargo-culted since the MySQL 3.23.x days(!). Stop shipping mysql-test, it's
absolutely huge and unnecessary. Add XXX to undocumented patches that we
should probably just drop, and make others easier to maintain.
Upstream changes are far too numerous to include here, so here are the links to
the corresponding release notes for each since 8.0.24:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-31.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-30.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-29.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-27.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-26.html
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-25.html
Tested on SmartOS, I'll monitor bulk build reports for any fallout on other
platforms (it takes ages to build).
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) |  |
Log message:
revbump for textproc/icu update
|
2022-04-03 20:50:21 by Adam Ciarcinski | Files touched by this commit (51) |
Log message:
revbump for devel/protobuf
|
2022-04-02 12:23:59 by Nia Alarie | Files touched by this commit (1) |
Log message:
mysql80-server: fix PLIST for memcached option
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|