MySQL Cluster is a highly scalable, real-time, ACID-compliant transactional database, combining 99.999% availability with the low TCO of open source. Designed around a distributed, multi-master architecture with no single point of failure, MySQL Cluster scales horizontally on commodity hardware to serve read and write intensive workloads, accessed via SQL and NoSQL interfaces. This package contains MySQL server version 5.7.
16 lines
473 B
Text
16 lines
473 B
Text
# $NetBSD: DEINSTALL,v 1.1 2022/04/17 04:07:13 jnemeth 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
|