Diff for /doc/Attic/how_to_install_on_RedHat7.2.txt between versions 1.7 and 1.8

version 1.7, 2002/05/10 16:17:17 version 1.8, 2002/05/10 20:51:20
Line 295  shell> mysql -u root mysql Line 295  shell> mysql -u root mysql
 mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');  mysql> SET PASSWORD FOR root@localhost=PASSWORD('new_password');
   
 ************************************ SECURITY: only allow access from localhost  ************************************ SECURITY: only allow access from localhost
 mysql> delete * from user where host<>'localhost'  mysql> delete from user where host<>'localhost'
   
 ------------------------------------------------------------------  ------------------------------------------------------------------
   

Removed from v.1.7  
changed lines
  Added in v.1.8


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