summaryrefslogtreecommitdiff
path: root/databases/mysql4-server/MESSAGE
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-12-20 16:00:42 +0000
committermartti <martti@pkgsrc.org>2003-12-20 16:00:42 +0000
commit3a8f34af4ef339ca7cafee4f570ab6aa8bca5070 (patch)
tree2ff775d5ebb576d665dad33ec7e3806dae7e831d /databases/mysql4-server/MESSAGE
parent6ff8b7d24c0b9ef7da8a65a4fe08a6bbfa6b6937 (diff)
downloadpkgsrc-3a8f34af4ef339ca7cafee4f570ab6aa8bca5070.tar.gz
MySQL 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.
Diffstat (limited to 'databases/mysql4-server/MESSAGE')
-rw-r--r--databases/mysql4-server/MESSAGE22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/mysql4-server/MESSAGE b/databases/mysql4-server/MESSAGE
new file mode 100644
index 00000000000..08d805e0508
--- /dev/null
+++ b/databases/mysql4-server/MESSAGE
@@ -0,0 +1,22 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/12/20 16:00:42 martti Exp $
+
+The MySQL directory `${MYSQL_DATADIR}' should be owned by the
+user `${MYSQL_USER}' and group `${MYSQL_GROUP}'. This can be done with:
+ chown -R ${MYSQL_USER}:${MYSQL_GROUP} ${MYSQL_DATADIR}
+
+
+If this is a new installation, please remember to set a password for
+the MySQL root user! This is done by running both:
+ ${PREFIX}/bin/mysqladmin -u root -p password 'new-password'
+ ${PREFIX}/bin/mysqladmin -h `hostname` -u root -p password 'new-password'
+(The "Enter password:" prompt is asking for the existing password.
+As there is no existing password, just press Return.)
+
+There is now a script distributed with mysql that can help you lock
+down an installation. This script has been installed to
+${PREFIX}/bin/mysql_secure_installation.
+
+See the manual and the mysql web site for more instructions.
+
+===========================================================================