Annotation of doc/mysql_note_2.txt, revision 1.1

1.1     ! harris41    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>