File:  [LON-CAPA] / doc / Attic / mysql_note_2.txt
Revision 1.1: download - view: text, annotated - select for diffs
Fri Sep 29 23:50:17 2000 UTC (23 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: version_0_4, stable_2002_spring, stable_2002_july, stable_2002_april, stable_2001_fall, STABLE, HEAD
just a few notes on starting mysqld at boottime

    1: This is the output from scripts/mysql_install_db...
    2: still some todo things (like support-files/mysql.server)
    3: 
    4: Creating db table
    5: Creating host table
    6: Creating user table
    7: Creating func table
    8: Creating tables_priv table
    9: Creating columns_priv table
   10: 
   11: To start mysqld at boot time you have to copy support-files/mysql.server
   12: to the right place for your system
   13: 
   14: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
   15: This is done with:
   16: /usr/local/bin/mysqladmin -u root password 'new-password'
   17: See the manual for more instructions.
   18: 
   19: Please report any problems with the /usr/local/bin/mysqlbug script!
   20: 
   21: The latest information about MySQL is available on the web at http://www.mysql.com
   22: Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy.
   23: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>