mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
--- scripts/mysql_install_db.sh.orig Sat Dec 16 22:49:02 2000
|
|
+++ scripts/mysql_install_db.sh Mon Dec 18 11:55:07 2000
|
|
@@ -301,12 +301,6 @@
|
|
END_OF_DATA
|
|
then
|
|
echo ""
|
|
- if test "$IN_RPM" -eq 0
|
|
- then
|
|
- echo "To start mysqld at boot time you have to copy support-files/mysql.server"
|
|
- echo "to the right place for your system"
|
|
- echo
|
|
- fi
|
|
echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
|
|
echo "This is done with:"
|
|
echo "$bindir/mysqladmin -u root -p password 'new-password'"
|