Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 34600 | Differences between
and this patch

Collapse All | Expand All

(-)scripts.orig/mysql_install_db.sh (-17 / +1 lines)
Lines 235-253 Link Here
235
      echo ""
235
      echo ""
236
    fi
236
    fi
237
  fi
237
  fi
238
  if test "$in_rpm" = 0 -a "$windows" = 0
239
  then
240
    echo ""
241
    echo "To start mysqld at boot time you have to copy support-files/mysql.server"
242
    echo "to the right place for your system"
243
    echo
244
  fi
245
  if test "$windows" -eq 0
238
  if test "$windows" -eq 0
246
  then
239
  then
247
  echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
240
  echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
248
  echo "To do so, start the server, then issue the following commands:"
241
  echo "To do so, start the server, then issue the following commands:"
242
  echo "/etc/init.d/mysql start (you have to start the server first!)"
249
  echo "$bindir/mysqladmin -u root password 'new-password'"
243
  echo "$bindir/mysqladmin -u root password 'new-password'"
250
  echo "$bindir/mysqladmin -u root -h $hostname password 'new-password'"
251
  echo "See the manual for more instructions."
244
  echo "See the manual for more instructions."
252
  #
245
  #
253
  # Print message about upgrading unless we have created a new db table.
246
  # Print message about upgrading unless we have created a new db table.
Lines 259-273 Link Here
259
    echo "able to use the new GRANT command!"
252
    echo "able to use the new GRANT command!"
260
  fi
253
  fi
261
  echo
254
  echo
262
  if test "$in_rpm" = "0"
263
  then
264
    echo "You can start the MySQL daemon with:"
265
    echo "cd @prefix@ ; $bindir/mysqld_safe &"
266
    echo
267
    echo "You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:"
268
    echo "cd sql-bench ; perl run-all-tests"
269
    echo
270
  fi
271
  echo "Please report any problems with the @scriptdir@/mysqlbug script!"
255
  echo "Please report any problems with the @scriptdir@/mysqlbug script!"
272
  echo
256
  echo
273
  echo "The latest information about MySQL is available on the web at"
257
  echo "The latest information about MySQL is available on the web at"

Return to bug 34600