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, 7 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

This is the output from scripts/mysql_install_db...
still some todo things (like support-files/mysql.server)

Creating db table
Creating host table
Creating user table
Creating func table
Creating tables_priv table
Creating columns_priv table

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
This is done with:
/usr/local/bin/mysqladmin -u root password 'new-password'
See the manual for more instructions.

Please report any problems with the /usr/local/bin/mysqlbug script!

The latest information about MySQL is available on the web at http://www.mysql.com
Support MySQL by buying support/licenses at http://www.tcx.se/license.htmy.


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